org.deegree.sqldialect.oracle.sdo
Interface SDOGTypeTT


public interface SDOGTypeTT

List of valid last two digits of SDO_GTYPE SDO_GTYPE of Geometry Types as available in Oracle 10.x

The Oracle SDO_GTYPE is 4 digits long number which is build from DLTT.

Version:
$Revision: 31323 $, $Date: 2011-07-19 16:15:16 +0200 (Tue, 19 Jul 2011) $
Author:
Stephan Reichhelm
See Also:
Spatial User's Guide and Reference / Section SDO_GEOMETRY Object Type

Field Summary
static int COLLECTION
          Collection of any of the other Types
static int LINE
          Line (or Curve)
static int MULTILINE
          Multiple Line (or Curve) Types
static int MULTIPOINT
          Multiple Point Types
static int MULTIPOLYGON
          Multiple Polygon (or Surface) Types
static int POINT
          Point Type
static int POLYGON
          Polygon (or Surface)
static int UNKNOWN
          Unknown Geometry (ignored by spatial)
 

Field Detail

UNKNOWN

static final int UNKNOWN
Unknown Geometry (ignored by spatial)

See Also:
Constant Field Values

POINT

static final int POINT
Point Type

See Also:
Constant Field Values

LINE

static final int LINE
Line (or Curve)

See Also:
Constant Field Values

POLYGON

static final int POLYGON
Polygon (or Surface)

See Also:
Constant Field Values

COLLECTION

static final int COLLECTION
Collection of any of the other Types

See Also:
Constant Field Values

MULTIPOINT

static final int MULTIPOINT
Multiple Point Types

See Also:
Constant Field Values

MULTILINE

static final int MULTILINE
Multiple Line (or Curve) Types

See Also:
Constant Field Values

MULTIPOLYGON

static final int MULTIPOLYGON
Multiple Polygon (or Surface) Types

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.