Package net.opengis.www.gml.v3_2
Interface LineStringType.ChoiceWrapper_LineStringTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LineStringType.ChoiceWrapper_LineStringType,LineStringType.ChoiceWrapper_LineStringType.Builder
- Enclosing class:
LineStringType
public static interface LineStringType.ChoiceWrapper_LineStringTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThis property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.getPos()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 84:53][gml/geometryBasic0d1d-extract-v3_2_1.xsd at 84:53]booleanThis property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.booleanhasPos()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 84:53]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
-
hasPos
boolean hasPos()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 84:53]
.net.opengis.www.gml.v3_2.DirectPositionType pos = 1;- Returns:
- Whether the pos field is set.
-
getPos
DirectPositionType getPos()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 84:53]
.net.opengis.www.gml.v3_2.DirectPositionType pos = 1;- Returns:
- The pos.
-
getPosOrBuilder
DirectPositionTypeOrBuilder getPosOrBuilder()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 84:53]
.net.opengis.www.gml.v3_2.DirectPositionType pos = 1; -
hasPointProperty
boolean hasPointProperty()This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 199:61]
.net.opengis.www.gml.v3_2.PointPropertyType point_property = 2;- Returns:
- Whether the pointProperty field is set.
-
getPointProperty
PointPropertyType getPointProperty()This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 199:61]
.net.opengis.www.gml.v3_2.PointPropertyType point_property = 2;- Returns:
- The pointProperty.
-
getPointPropertyOrBuilder
PointPropertyTypeOrBuilder getPointPropertyOrBuilder()This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 199:61]
.net.opengis.www.gml.v3_2.PointPropertyType point_property = 2;
-