Package ucar.gcdm

Interface GcdmGridProto.GridReferencedArrayOrBuilder

    • Method Detail

      • getGridName

        String getGridName()
        string grid_name = 1;
        Returns:
        The gridName.
      • getGridNameBytes

        com.google.protobuf.ByteString getGridNameBytes()
        string grid_name = 1;
        Returns:
        The bytes for gridName.
      • hasData

        boolean hasData()
        .ucar.gcdm.Data data = 2;
        Returns:
        Whether the data field is set.
      • hasMaterializedCoordinateSystem

        boolean hasMaterializedCoordinateSystem()
        .ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;
        Returns:
        Whether the materializedCoordinateSystem field is set.
      • getMaterializedCoordinateSystem

        GcdmGridProto.MaterializedCoordinateSystem getMaterializedCoordinateSystem()
        .ucar.gcdm.MaterializedCoordinateSystem materialized_coordinate_system = 3;
        Returns:
        The materializedCoordinateSystem.