Package net.opengis.www.gml.v3_2
Interface LinearRingTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LinearRingType,LinearRingType.Builder
@Generated
public interface LinearRingTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChoiceWrapper(int index) [gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51]int[gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51][gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51]getChoiceWrapperOrBuilder(int index) [gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51][gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51][gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61][gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]boolean[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]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
-
getChoiceWrapperList
List<LinearRingType.ChoiceWrapper_LinearRingType> getChoiceWrapperList()[gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51]
repeated .net.opengis.www.gml.v3_2.LinearRingType.ChoiceWrapper_LinearRingType choice_wrapper = 1; -
getChoiceWrapper
[gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51]
repeated .net.opengis.www.gml.v3_2.LinearRingType.ChoiceWrapper_LinearRingType choice_wrapper = 1; -
getChoiceWrapperCount
int getChoiceWrapperCount()[gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51]
repeated .net.opengis.www.gml.v3_2.LinearRingType.ChoiceWrapper_LinearRingType choice_wrapper = 1; -
getChoiceWrapperOrBuilderList
List<? extends LinearRingType.ChoiceWrapper_LinearRingTypeOrBuilder> getChoiceWrapperOrBuilderList()[gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51]
repeated .net.opengis.www.gml.v3_2.LinearRingType.ChoiceWrapper_LinearRingType choice_wrapper = 1; -
getChoiceWrapperOrBuilder
[gml/gmlBasic2d-extract-v3_2_1-.xsd at 96:51]
repeated .net.opengis.www.gml.v3_2.LinearRingType.ChoiceWrapper_LinearRingType choice_wrapper = 1; -
hasPosList
boolean hasPosList()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]
.net.opengis.www.gml.v3_2.DirectPositionListType pos_list = 11;- Returns:
- Whether the posList field is set.
-
getPosList
DirectPositionListType getPosList()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]
.net.opengis.www.gml.v3_2.DirectPositionListType pos_list = 11;- Returns:
- The posList.
-
getPosListOrBuilder
DirectPositionListTypeOrBuilder getPosListOrBuilder()[gml/geometryBasic0d1d-extract-v3_2_1.xsd at 99:61]
.net.opengis.www.gml.v3_2.DirectPositionListType pos_list = 11;
-