Package net.opengis.www.gml.v3_2
Interface PointPropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointPropertyType,PointPropertyType.Builder
@Generated
public interface PointPropertyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[gml/gmlBase-extract-v3_2_1.xsd at 46:57]com.google.protobuf.ByteString[gml/gmlBase-extract-v3_2_1.xsd at 46:57]booleangetOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]getPoint()A Point is defined by a single coordinate tuple.A Point is defined by a single coordinate tuple.booleanhasPoint()A Point is defined by a single coordinate tuple.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
-
getNilReason
String getNilReason()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]
string nil_reason = 1;- Returns:
- The nilReason.
-
getNilReasonBytes
com.google.protobuf.ByteString getNilReasonBytes()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]
string nil_reason = 1;- Returns:
- The bytes for nilReason.
-
getOwns
boolean getOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]
bool owns = 2;- Returns:
- The owns.
-
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 = 3;- 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 = 3;- 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 = 3;
-