Package net.opengis.www.gml.v3_2
Interface PointArrayPropertyType.SequenceWrapper_PointArrayPropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointArrayPropertyType.SequenceWrapper_PointArrayPropertyType,PointArrayPropertyType.SequenceWrapper_PointArrayPropertyType.Builder
- Enclosing class:
PointArrayPropertyType
public static interface PointArrayPropertyType.SequenceWrapper_PointArrayPropertyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasPoint
boolean hasPoint()A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
.net.opengis.www.gml.v3_2.PointType point = 1;- Returns:
- Whether the point field is set.
-
getPoint
PointType getPoint()A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
.net.opengis.www.gml.v3_2.PointType point = 1;- Returns:
- The point.
-
getPointOrBuilder
PointTypeOrBuilder getPointOrBuilder()A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
.net.opengis.www.gml.v3_2.PointType point = 1;
-