Package net.opengis.www.gml.v3_2
Interface VectorTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VectorType,VectorType.Builder
@Generated
public interface VectorTypeOrBuilder
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) For some applications the components of the position may be adjusted to yield a unit vector.intFor some applications the components of the position may be adjusted to yield a unit vector.For some applications the components of the position may be adjusted to yield a unit vector.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
For some applications the components of the position may be adjusted to yield a unit vector. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 121:33]
repeated double value = 3;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()For some applications the components of the position may be adjusted to yield a unit vector. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 121:33]
repeated double value = 3;- Returns:
- The count of value.
-
getValue
double getValue(int index) For some applications the components of the position may be adjusted to yield a unit vector. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 121:33]
repeated double value = 3;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-