Package net.opengis.www.gml.v3_2
Interface GeometricPrimitivePropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GeometricPrimitivePropertyType,GeometricPrimitivePropertyType.Builder
@Generated
public interface GeometricPrimitivePropertyTypeOrBuilder
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.[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]getPoint()A Point is defined by a single coordinate tuple.A Point is defined by a single coordinate tuple.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 LineString is a special curve that consists of a single segment with linear interpolation.booleanhasPoint()A Point is defined by a single coordinate tuple.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
-
getOwns
boolean getOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]
bool owns = 1;- Returns:
- The owns.
-
getNilReason
String getNilReason()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]
string nil_reason = 2;- Returns:
- The nilReason.
-
getNilReasonBytes
com.google.protobuf.ByteString getNilReasonBytes()[gml/gmlBase-extract-v3_2_1.xsd at 46:57]
string nil_reason = 2;- Returns:
- The bytes for nilReason.
-
hasPoint
boolean hasPoint()A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
.net.opengis.www.gml.v3_2.PointType point = 3;- Returns:
- Whether the point field is set.
-
getPoint
PointType getPoint()A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
.net.opengis.www.gml.v3_2.PointType point = 3;- Returns:
- The point.
-
getPointOrBuilder
PointTypeOrBuilder getPointOrBuilder()A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType. [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 184:96]
.net.opengis.www.gml.v3_2.PointType point = 3; -
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 = 4;- 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 = 4;- 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 = 4; -
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 = 5;- 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 = 5;- 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 = 5; -
getAbstractGeometricPrimitiveTypeCase
GeometricPrimitivePropertyType.AbstractGeometricPrimitiveTypeCase getAbstractGeometricPrimitiveTypeCase()
-