Package net.opengis.www.gml.v3_2
Interface DirectPositionTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DirectPositionType,DirectPositionType.Builder
public interface DirectPositionTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint[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]doublegetValue(int index) Direct position instances hold the coordinates for a position within some coordinate reference system (CRS).intDirect position instances hold the coordinates for a position within some coordinate reference system (CRS).Direct position instances hold the coordinates for a position within some coordinate reference system (CRS).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSrsName
String getSrsName()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
string srs_name = 1;- Returns:
- The srsName.
-
getSrsNameBytes
com.google.protobuf.ByteString getSrsNameBytes()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 36:44]
string srs_name = 1;- Returns:
- The bytes for srsName.
-
getSrsDimension
int getSrsDimension()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 37:58]
uint32 srs_dimension = 2 [(.buf.validate.field) = { ... }- Returns:
- The srsDimension.
-
getValueList
Direct position instances hold the coordinates for a position within some coordinate reference system (CRS). Since direct positions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the srsName attribute will in general be missing, if this particular direct position is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's 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. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 73:41]
repeated double value = 3;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()Direct position instances hold the coordinates for a position within some coordinate reference system (CRS). Since direct positions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the srsName attribute will in general be missing, if this particular direct position is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's 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. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 73:41]
repeated double value = 3;- Returns:
- The count of value.
-
getValue
double getValue(int index) Direct position instances hold the coordinates for a position within some coordinate reference system (CRS). Since direct positions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the srsName attribute will in general be missing, if this particular direct position is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's 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. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 73:41]
repeated double value = 3;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-