Package net.opengis.www.gml.v3_2
Interface SurfacePropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SurfacePropertyType,SurfacePropertyType.Builder
@Generated
public interface SurfacePropertyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[gml/gmlBase-extract-v3_2_1.xsd at 46:57]com.google.protobuf.ByteString[gml/gmlBase-extract-v3_2_1.xsd at 46:57]booleangetOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]A 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
-
getNilReason
String getNilReason()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]
string nil_reason = 1;- Returns:
- The nilReason.
-
getNilReasonBytes
com.google.protobuf.ByteString getNilReasonBytes()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]
string nil_reason = 1;- Returns:
- The bytes for nilReason.
-
getOwns
boolean getOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]
bool owns = 2;- Returns:
- The owns.
-
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 = 3;- 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 = 3;- 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 = 3; -
getAbstractSurfaceTypeCase
SurfacePropertyType.AbstractSurfaceTypeCase getAbstractSurfaceTypeCase()
-