Package ucar.gcdm

Interface GcdmGridProto.GridDatasetOrBuilder

    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getLocation

        String getLocation()
        string location = 2;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        string location = 2;
        Returns:
        The bytes for location.
      • getFeatureTypeValue

        int getFeatureTypeValue()
        .ucar.gcdm.CdmFeatureType feature_type = 3;
        Returns:
        The enum numeric value on the wire for featureType.
      • getAttributesCount

        int getAttributesCount()
        repeated .ucar.gcdm.Attribute attributes = 4;
      • getGridAxesCount

        int getGridAxesCount()
        repeated .ucar.gcdm.GridAxis grid_axes = 5;
      • getHorizCoordSystemsCount

        int getHorizCoordSystemsCount()
        repeated .ucar.gcdm.GridHorizCoordinateSystem horiz_coord_systems = 6;
      • getTimeCoordSystemsCount

        int getTimeCoordSystemsCount()
        repeated .ucar.gcdm.GridTimeCoordinateSystem time_coord_systems = 7;
      • getCoordSystemsCount

        int getCoordSystemsCount()
        repeated .ucar.gcdm.GridCoordinateSystem coord_systems = 8;
      • getGrids

        GcdmGridProto.Grid getGrids​(int index)
        repeated .ucar.gcdm.Grid grids = 9;
      • getGridsCount

        int getGridsCount()
        repeated .ucar.gcdm.Grid grids = 9;
      • getVerticalTransformCount

        int getVerticalTransformCount()
        repeated .ucar.gcdm.VerticalTransform vertical_transform = 10;