Package org.gvsig.fmap.geom
Interface Geometry.SUBTYPES
- Enclosing interface:
Geometry
public static interface Geometry.SUBTYPES
The subtype of a geometry is related with the dimension of the geometry,
that is a combination between the spatial dimension (2D, 2ZD, 3D) and the
M coordinate or "measure".
- Author:
- Jorge Piera
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGeometries with two dimensions.static final intGeometries with two dimensions and with the M coordinate.static final intGeometries with three dimensions.static final intGeometries with three dimensions and with the M coordinate.static final intThe subtype us unknown.
-
Field Details
-
GEOM2D
static final int GEOM2DGeometries with two dimensions.- See Also:
-
GEOM3D
static final int GEOM3DGeometries with three dimensions.- See Also:
-
GEOM2DM
static final int GEOM2DMGeometries with two dimensions and with the M coordinate.- See Also:
-
GEOM3DM
static final int GEOM3DMGeometries with three dimensions and with the M coordinate.- See Also:
-
UNKNOWN
static final int UNKNOWNThe subtype us unknown.- See Also:
-