Package com.massifmaps.geometry
Class GeometryType
java.lang.Object
com.massifmaps.geometry.GeometryType
Geometry type, following the GeoJSON names.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA mixed collection.static final intAn ordered list of positions.static final intSeveral lines.static final intSeveral points.static final intSeveral polygons.static final intA single position.static final intAn outer ring and any number of holes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GEOMETRY_TYPE_POINT
public static final int GEOMETRY_TYPE_POINTA single position.- See Also:
-
GEOMETRY_TYPE_LINE
public static final int GEOMETRY_TYPE_LINEAn ordered list of positions.- See Also:
-
GEOMETRY_TYPE_POLYGON
public static final int GEOMETRY_TYPE_POLYGONAn outer ring and any number of holes.- See Also:
-
GEOMETRY_TYPE_MULTIPOINT
public static final int GEOMETRY_TYPE_MULTIPOINTSeveral points.- See Also:
-
GEOMETRY_TYPE_MULTILINE
public static final int GEOMETRY_TYPE_MULTILINESeveral lines.- See Also:
-
GEOMETRY_TYPE_MULTIPOLYGON
public static final int GEOMETRY_TYPE_MULTIPOLYGONSeveral polygons.- See Also:
-
GEOMETRY_TYPE_COLLECTION
public static final int GEOMETRY_TYPE_COLLECTIONA mixed collection.- See Also:
-
-
Constructor Details
-
GeometryType
public GeometryType()
-