org.gvsig.fmap.geom
Interface Geometry.TYPES

Enclosing interface:
Geometry

public static interface Geometry.TYPES

Predefined geometry types in the model.


Field Summary
static int AGGREGATE
          A set that can contain points, lines and polygons.
static int ARC
          A continuous portion (as of a circle or ellipse) of a curved line.
static int CIRCLE
          A closed plane curve every point of which is equidistant from a fixed point within the curve.
static int CURVE
          A straight or curved geometric element that is generated by a moving point and that has extension only along the path of the point.
static int ELLIPSE
          A 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 int ELLIPTICARC
           
static int GEOMETRY
          Any geometry.
static int MULTICURVE
          A set of lines.
static int MULTIPOINT
          A set of points.
static int MULTISOLID
          A set of solids.
static int MULTISURFACE
          A set of polygons.
static int NULL
          NO DATA geometry.
static int POINT
          A geometric element that has zero dimensions and a location determinable by an ordered set of coordinates.
static int SOLID
          Solids in 3D.
static int SPLINE
           
static int SURFACE
          A closed plane figure bounded by straight lines.
 

Field Detail

GEOMETRY

static final int GEOMETRY
Any geometry.

See Also:
Constant Field Values

POINT

static final int POINT
A geometric element that has zero dimensions and a location determinable by an ordered set of coordinates.

See Also:
Constant Field Values

CURVE

static final int CURVE
A 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:
Constant Field Values

SURFACE

static final int SURFACE
A closed plane figure bounded by straight lines.

See Also:
Constant Field Values

SOLID

static final int SOLID
Solids in 3D.

See Also:
Constant Field Values

AGGREGATE

static final int AGGREGATE
A set that can contain points, lines and polygons. This is usual in CAD layers (dxf, dgn, dwg).

See Also:
Constant Field Values

MULTIPOINT

static final int MULTIPOINT
A set of points.

See Also:
Constant Field Values

MULTICURVE

static final int MULTICURVE
A set of lines.

See Also:
Constant Field Values

MULTISURFACE

static final int MULTISURFACE
A set of polygons.

See Also:
Constant Field Values

MULTISOLID

static final int MULTISOLID
A set of solids.

See Also:
Constant Field Values

CIRCLE

static final int CIRCLE
A closed plane curve every point of which is equidistant from a fixed point within the curve.

See Also:
Constant Field Values

ARC

static final int ARC
A continuous portion (as of a circle or ellipse) of a curved line.

See Also:
Constant Field Values

ELLIPSE

static final int ELLIPSE
A 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:
Constant Field Values

SPLINE

static final int SPLINE
See Also:
Constant Field Values

ELLIPTICARC

static final int ELLIPTICARC
See Also:
Constant Field Values

NULL

static final int NULL
NO DATA geometry.

See Also:
Constant Field Values


Copyright © 2004-2012 gvSIG. All Rights Reserved.