Package org.gvsig.fmap.geom
Interface Geometry.TYPES
- Enclosing interface:
Geometry
public static interface Geometry.TYPES
Predefined geometry types in the model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA set that can contain points, lines and polygons.static final intA continuous portion (as of a circle or ellipse) of a curved line.static final intA closed plane curve every point of which is equidistant from a fixed point within the curve.static final intstatic final intstatic final intA straight or curved geometric element that is generated by a moving point and that has extension only along the path of the point.static final intA closed plane curve generated by a point moving in such a way that the sums of its distances from two fixed points is a constant : a plane section of a right circular cone that is a closed curve.static final intstatic final intstatic final intAny geometry.static final intstatic final intA set of lines.static final intstatic final intA set of points.static final intstatic final intA set of solids.static final intA set of polygons.static final intDeprecated.static final intstatic final intA geometric element that has zero dimensions and a location determinable by an ordered set of coordinates.static final intstatic final intstatic final intSolids in 3D.static final intstatic final intA closed plane figure bounded by straight lines.static final int
-
Field Details
-
UNKNOWN
static final int UNKNOWN- See Also:
-
GEOMETRY
static final int GEOMETRYAny geometry.- See Also:
-
POINT
static final int POINTA geometric element that has zero dimensions and a location determinable by an ordered set of coordinates.- See Also:
-
CURVE
static final int CURVEA straight or curved geometric element that is generated by a moving point and that has extension only along the path of the point.- See Also:
-
SURFACE
static final int SURFACEA closed plane figure bounded by straight lines.- See Also:
-
SOLID
static final int SOLIDSolids in 3D.- See Also:
-
AGGREGATE
static final int AGGREGATEA set that can contain points, lines and polygons. This is usual in CAD layers (dxf, dgn, dwg).- See Also:
-
MULTIPOINT
static final int MULTIPOINTA set of points.- See Also:
-
MULTICURVE
static final int MULTICURVEA set of lines.- See Also:
-
MULTISURFACE
static final int MULTISURFACEA set of polygons.- See Also:
-
MULTISOLID
static final int MULTISOLIDA set of solids.- See Also:
-
CIRCLE
static final int CIRCLEA closed plane curve every point of which is equidistant from a fixed point within the curve.- See Also:
-
ARC
static final int ARCA continuous portion (as of a circle or ellipse) of a curved line.- See Also:
-
ELLIPSE
static final int ELLIPSEA closed plane curve generated by a point moving in such a way that the sums of its distances from two fixed points is a constant : a plane section of a right circular cone that is a closed curve.- See Also:
-
SPLINE
static final int SPLINE- See Also:
-
ELLIPTICARC
static final int ELLIPTICARC- See Also:
-
NULL
Deprecated.NO DATA geometry.- See Also:
-
COMPLEX
static final int COMPLEX- See Also:
-
LINE
static final int LINE- See Also:
-
POLYGON
static final int POLYGON- See Also:
-
RING
static final int RING- See Also:
-
MULTILINE
static final int MULTILINE- See Also:
-
MULTIPOLYGON
static final int MULTIPOLYGON- See Also:
-
CIRCUMFERENCE
static final int CIRCUMFERENCE- See Also:
-
PERIELLIPSE
static final int PERIELLIPSE- See Also:
-
FILLEDSPLINE
static final int FILLEDSPLINE- See Also:
-