Class GeometryType

java.lang.Object
com.massifmaps.geometry.GeometryType

public final class GeometryType extends Object
Geometry type, following the GeoJSON names.
  • Field Details

    • GEOMETRY_TYPE_POINT

      public static final int GEOMETRY_TYPE_POINT
      A single position.
      See Also:
    • GEOMETRY_TYPE_LINE

      public static final int GEOMETRY_TYPE_LINE
      An ordered list of positions.
      See Also:
    • GEOMETRY_TYPE_POLYGON

      public static final int GEOMETRY_TYPE_POLYGON
      An outer ring and any number of holes.
      See Also:
    • GEOMETRY_TYPE_MULTIPOINT

      public static final int GEOMETRY_TYPE_MULTIPOINT
      Several points.
      See Also:
    • GEOMETRY_TYPE_MULTILINE

      public static final int GEOMETRY_TYPE_MULTILINE
      Several lines.
      See Also:
    • GEOMETRY_TYPE_MULTIPOLYGON

      public static final int GEOMETRY_TYPE_MULTIPOLYGON
      Several polygons.
      See Also:
    • GEOMETRY_TYPE_COLLECTION

      public static final int GEOMETRY_TYPE_COLLECTION
      A mixed collection.
      See Also:
  • Constructor Details

    • GeometryType

      public GeometryType()