org.geotools.data.oracle.sdo
Interface ETYPE


public interface ETYPE

ETYPE is a set of constants used to describe Oracle SDO Geometries.

Version:
$Id: ETYPE.java 17700 2006-01-22 23:30:39Z desruisseaux $
Author:
Jody Garnett, Refractions Research, Inc., $Author: jgarnett $ (last modification)

Field Summary
static int COMPOUND
          ETYPE code representing compound linestring A compound polygon represents its edges using a combination of sequence of straight and curved edges.
static int COMPOUND_POLYGON
          ETYPE code representing compound polygon.
static int COMPOUND_POLYGON_EXTERIOR
          ETYPE code representing compound exterior CCW polygon ring A compound polygon represents its edges using a combination of sequence of straight and curved edges.
static int COMPOUND_POLYGON_INTERIOR
          ETYPE code representing compound interior CW polygon ring A compound polygon represents its edges using a combination of sequence of straight and curved edges.
static int CUSTOM
          ETYPE code representing custom geometries (like splines)
static int LINE
          ETYPE code representing Line
static int POINT
          ETYPE code representing Point
static int POLYGON
          ETYPE code representing Polygon (not recommended)
static int POLYGON_EXTERIOR
          ETYPE code representing exterior CCW polygon ring
static int POLYGON_INTERIOR
          ETYPE code representing interior CW polygon ring
 

Field Detail

CUSTOM

public static final int CUSTOM
ETYPE code representing custom geometries (like splines)

See Also:
Constant Field Values

POINT

public static final int POINT
ETYPE code representing Point

See Also:
Constant Field Values

LINE

public static final int LINE
ETYPE code representing Line

See Also:
Constant Field Values

POLYGON

public static final int POLYGON
ETYPE code representing Polygon (not recommended)

See Also:
Constant Field Values

POLYGON_EXTERIOR

public static final int POLYGON_EXTERIOR
ETYPE code representing exterior CCW polygon ring

See Also:
Constant Field Values

POLYGON_INTERIOR

public static final int POLYGON_INTERIOR
ETYPE code representing interior CW polygon ring

See Also:
Constant Field Values

COMPOUND

public static final int COMPOUND
ETYPE code representing compound linestring

A compound polygon represents its edges using a combination of sequence of straight and curved edges.

Compound LineString is not representatble as a JTS Geometry

See Also:
Constant Field Values

COMPOUND_POLYGON

public static final int COMPOUND_POLYGON
ETYPE code representing compound polygon.

A compound polygon represents its edge using a combination of sequence of straight and curved edges.

Compound Polygon is not representatble as a JTS Geometry

See Also:
Constant Field Values

COMPOUND_POLYGON_EXTERIOR

public static final int COMPOUND_POLYGON_EXTERIOR
ETYPE code representing compound exterior CCW polygon ring

A compound polygon represents its edges using a combination of sequence of straight and curved edges.

Compound Polygon Interior is not representatble as a JTS Geometry

See Also:
Constant Field Values

COMPOUND_POLYGON_INTERIOR

public static final int COMPOUND_POLYGON_INTERIOR
ETYPE code representing compound interior CW polygon ring

A compound polygon represents its edges using a combination of sequence of straight and curved edges.

Compound Polygon Exterior is not representatble as a JTS Geometry

See Also:
Constant Field Values


Copyright © GeoTools. All Rights Reserved.