Package net.opengis.www.gml.v3_2
Interface SurfaceArrayPropertyType.SequenceWrapper_SurfaceArrayPropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SurfaceArrayPropertyType.SequenceWrapper_SurfaceArrayPropertyType,SurfaceArrayPropertyType.SequenceWrapper_SurfaceArrayPropertyType.Builder
- Enclosing class:
SurfaceArrayPropertyType
public static interface SurfaceArrayPropertyType.SequenceWrapper_SurfaceArrayPropertyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA Polygon is a special surface that is defined by a single surface patch (see D.3.6).A Polygon is a special surface that is defined by a single surface patch (see D.3.6).booleanA Polygon is a special surface that is defined by a single surface patch (see D.3.6).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
-
hasPolygon
boolean hasPolygon()A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon. [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
.net.opengis.www.gml.v3_2.PolygonType polygon = 1;- Returns:
- Whether the polygon field is set.
-
getPolygon
PolygonType getPolygon()A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon. [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
.net.opengis.www.gml.v3_2.PolygonType polygon = 1;- Returns:
- The polygon.
-
getPolygonOrBuilder
PolygonTypeOrBuilder getPolygonOrBuilder()A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon. [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
.net.opengis.www.gml.v3_2.PolygonType polygon = 1; -
getAbstractSurfaceTypeCase
SurfaceArrayPropertyType.SequenceWrapper_SurfaceArrayPropertyType.AbstractSurfaceTypeCase getAbstractSurfaceTypeCase()
-