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
static int GEOM2D
          Geometries with two dimensions.
static int GEOM2DM
          Geometries with two dimensions and with the M coordinate.
static int GEOM3D
          Geometries with three dimensions.
static int GEOM3DM
          Geometries with three dimensions and with the M coordinate.
static int UNKNOWN
          The subtype us unknown.
 

Field Detail

GEOM2D

static final int GEOM2D
Geometries with two dimensions.

See Also:
Constant Field Values

GEOM3D

static final int GEOM3D
Geometries with three dimensions.

See Also:
Constant Field Values

GEOM2DM

static final int GEOM2DM
Geometries with two dimensions and with the M coordinate.

See Also:
Constant Field Values

GEOM3DM

static final int GEOM3DM
Geometries with three dimensions and with the M coordinate.

See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
The subtype us unknown.

See Also:
Constant Field Values


Copyright © 2004-2012 gvSIG. All Rights Reserved.