Package ucar.gcdm

Interface GcdmGridProto.GridOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GcdmGridProto.Grid, GcdmGridProto.Grid.Builder
    Enclosing class:
    GcdmGridProto

    public static interface GcdmGridProto.GridOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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.
      • getUnit

        String getUnit()
        string unit = 2;
        Returns:
        The unit.
      • getUnitBytes

        com.google.protobuf.ByteString getUnitBytes()
        string unit = 2;
        Returns:
        The bytes for unit.
      • getDescription

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

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

        int getArrayTypeValue()
        .ucar.gcdm.DataType array_type = 4;
        Returns:
        The enum numeric value on the wire for arrayType.
      • getAttributesCount

        int getAttributesCount()
        repeated .ucar.gcdm.Attribute attributes = 5;
      • getCoordinateSystemName

        String getCoordinateSystemName()
        string coordinate_system_name = 6;
        Returns:
        The coordinateSystemName.
      • getCoordinateSystemNameBytes

        com.google.protobuf.ByteString getCoordinateSystemNameBytes()
        string coordinate_system_name = 6;
        Returns:
        The bytes for coordinateSystemName.