Package net.opengis.www.gml.v3_2
Interface CurveArrayPropertyType.SequenceWrapper_CurveArrayPropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CurveArrayPropertyType.SequenceWrapper_CurveArrayPropertyType,CurveArrayPropertyType.SequenceWrapper_CurveArrayPropertyType.Builder
- Enclosing class:
CurveArrayPropertyType
public static interface CurveArrayPropertyType.SequenceWrapper_CurveArrayPropertyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA LineString is a special curve that consists of a single segment with linear interpolation.A LineString is a special curve that consists of a single segment with linear interpolation.booleanA LineString is a special curve that consists of a single segment with linear interpolation.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
-
hasLineString
boolean hasLineString()A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
.net.opengis.www.gml.v3_2.LineStringType line_string = 1;- Returns:
- Whether the lineString field is set.
-
getLineString
LineStringType getLineString()A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
.net.opengis.www.gml.v3_2.LineStringType line_string = 1;- Returns:
- The lineString.
-
getLineStringOrBuilder
LineStringTypeOrBuilder getLineStringOrBuilder()A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
.net.opengis.www.gml.v3_2.LineStringType line_string = 1; -
getAbstractCurveTypeCase
CurveArrayPropertyType.SequenceWrapper_CurveArrayPropertyType.AbstractCurveTypeCase getAbstractCurveTypeCase()
-