Interface CdmrFeatureProto.CoordSysOrBuilder

    • Method Detail

      • getName

        String getName()
         must be unique in dataset's CoordSys
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         must be unique in dataset's CoordSys
         
        string name = 1;
        Returns:
        The bytes for name.
      • getAxisNamesList

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

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

        String getAxisNames​(int index)
        repeated string axisNames = 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 axisNames = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the axisNames at the given index.
      • getTransformNamesList

        List<String> getTransformNamesList()
        repeated string transformNames = 3;
        Returns:
        A list containing the transformNames.
      • getTransformNamesCount

        int getTransformNamesCount()
        repeated string transformNames = 3;
        Returns:
        The count of transformNames.
      • getTransformNames

        String getTransformNames​(int index)
        repeated string transformNames = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The transformNames at the given index.
      • getTransformNamesBytes

        com.google.protobuf.ByteString getTransformNamesBytes​(int index)
        repeated string transformNames = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the transformNames at the given index.
      • getCoverageTypeValue

        int getCoverageTypeValue()
        .CoverageType coverageType = 5;
        Returns:
        The enum numeric value on the wire for coverageType.