Package net.opengis.www.gml.v3_2
Interface AbstractRingPropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbstractRingPropertyType,AbstractRingPropertyType.Builder
@Generated
public interface AbstractRingPropertyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident.A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident.booleanA LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident.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
-
hasLinearRing
boolean hasLinearRing()A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four. [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
.net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;- Returns:
- Whether the linearRing field is set.
-
getLinearRing
LinearRingType getLinearRing()A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four. [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
.net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1;- Returns:
- The linearRing.
-
getLinearRingOrBuilder
LinearRingTypeOrBuilder getLinearRingOrBuilder()A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four. [gml/gmlBasic2d-extract-v3_2_1-.xsd at 106:92]
.net.opengis.www.gml.v3_2.LinearRingType linear_ring = 1; -
getAbstractRingTypeCase
AbstractRingPropertyType.AbstractRingTypeCase getAbstractRingTypeCase()
-