Interface GeometryPropertyTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GeometryPropertyType, GeometryPropertyType.Builder

public interface GeometryPropertyTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    A 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]
    boolean
    [gml/gmlBase-extract-v3_2_1.xsd at 69:58]
    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).
    boolean
    A LineString is a special curve that consists of a single segment with linear interpolation.
    boolean
    A Point is defined by a single coordinate tuple.
    boolean
    A 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

    isInitialized

    Methods 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.
    • 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;
    • getAbstractGeometryTypeCase

      GeometryPropertyType.AbstractGeometryTypeCase getAbstractGeometryTypeCase()