Interface CdmrFeatureProto.CoverageOrBuilder

    • Method Detail

      • getName

        String getName()
         short name, unique within dataset
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         short name, unique within dataset
         
        string name = 1;
        Returns:
        The bytes for name.
      • getDataTypeValue

        int getDataTypeValue()
        .DataType dataType = 2;
        Returns:
        The enum numeric value on the wire for dataType.
      • getAttsCount

        int getAttsCount()
        repeated .Attribute atts = 4;
      • getCoordSys

        String getCoordSys()
        string coordSys = 5;
        Returns:
        The coordSys.
      • getCoordSysBytes

        com.google.protobuf.ByteString getCoordSysBytes()
        string coordSys = 5;
        Returns:
        The bytes for coordSys.
      • getUnits

        String getUnits()
        string units = 6;
        Returns:
        The units.
      • getUnitsBytes

        com.google.protobuf.ByteString getUnitsBytes()
        string units = 6;
        Returns:
        The bytes for units.
      • getDescription

        String getDescription()
        string description = 7;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 7;
        Returns:
        The bytes for description.