Package ucar.gcdm

Interface GcdmGridProto.GridCoordinateSystemOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAxisNames​(int index)
      repeated string axis_names = 2;
      com.google.protobuf.ByteString getAxisNamesBytes​(int index)
      repeated string axis_names = 2;
      int getAxisNamesCount()
      repeated string axis_names = 2;
      List<String> getAxisNamesList()
      repeated string axis_names = 2;
      int getHorizCoordinatesId()
      uint32 horiz_coordinates_id = 3;
      String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      int getTimeCoordinatesId()
      uint32 time_coordinates_id = 4;
      int getVerticalTransformId()
      sint32 vertical_transform_id = 5;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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.
      • getAxisNamesList

        List<String> getAxisNamesList()
        repeated string axis_names = 2;
        Returns:
        A list containing the axisNames.
      • getAxisNamesCount

        int getAxisNamesCount()
        repeated string axis_names = 2;
        Returns:
        The count of axisNames.
      • getAxisNames

        String getAxisNames​(int index)
        repeated string axis_names = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The axisNames at the given index.
      • getAxisNamesBytes

        com.google.protobuf.ByteString getAxisNamesBytes​(int index)
        repeated string axis_names = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the axisNames at the given index.
      • getHorizCoordinatesId

        int getHorizCoordinatesId()
        uint32 horiz_coordinates_id = 3;
        Returns:
        The horizCoordinatesId.
      • getTimeCoordinatesId

        int getTimeCoordinatesId()
        uint32 time_coordinates_id = 4;
        Returns:
        The timeCoordinatesId.
      • getVerticalTransformId

        int getVerticalTransformId()
        sint32 vertical_transform_id = 5;
        Returns:
        The verticalTransformId.