Interface DirectPositionListTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DirectPositionListType, DirectPositionListType.Builder

@Generated public interface DirectPositionListTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 95:53]
    int
    [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 37:58]
    [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
    com.google.protobuf.ByteString
    [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
    double
    getValue(int index)
    posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc.
    int
    posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc.
    posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc.

    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 Details

    • getCount

      int getCount()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 95:53]
       
      uint32 count = 1 [(.buf.validate.field) = { ... }
      Returns:
      The count.
    • getSrsName

      String getSrsName()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
       
      string srs_name = 2;
      Returns:
      The srsName.
    • getSrsNameBytes

      com.google.protobuf.ByteString getSrsNameBytes()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
       
      string srs_name = 2;
      Returns:
      The bytes for srsName.
    • getSrsDimension

      int getSrsDimension()
       [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 37:58]
       
      uint32 srs_dimension = 3 [(.buf.validate.field) = { ... }
      Returns:
      The srsDimension.
    • getValueList

      List<Double> getValueList()
       posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. The optional attribute count specifies the number of direct positions in the list. If the attribute count is present then the attribute srsDimension shall be present, too. The number of entries in the list is equal to the product of the dimensionality of the coordinate reference system (i.e. it is a derived value of the coordinate reference system definition) and the number of direct positions.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 85:45]
       
      repeated double value = 4;
      Returns:
      A list containing the value.
    • getValueCount

      int getValueCount()
       posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. The optional attribute count specifies the number of direct positions in the list. If the attribute count is present then the attribute srsDimension shall be present, too. The number of entries in the list is equal to the product of the dimensionality of the coordinate reference system (i.e. it is a derived value of the coordinate reference system definition) and the number of direct positions.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 85:45]
       
      repeated double value = 4;
      Returns:
      The count of value.
    • getValue

      double getValue(int index)
       posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. The optional attribute count specifies the number of direct positions in the list. If the attribute count is present then the attribute srsDimension shall be present, too. The number of entries in the list is equal to the product of the dimensionality of the coordinate reference system (i.e. it is a derived value of the coordinate reference system definition) and the number of direct positions.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 85:45]
       
      repeated double value = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.