Package org.geotools.data.oracle.sdo
Interface ETYPE
public interface ETYPE
ETYPE is a set of constants used to describe Oracle SDO Geometries.
- Author:
- Jody Garnett, Refractions Research, Inc., $Author: jgarnett $ (last modification)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intETYPEcode representing compound linestringstatic final intETYPEcode representing compound polygon.static final intETYPEcode representing compound exterior CCW polygon ringstatic final intETYPEcode representing compound interior CW polygon ringstatic final intETYPEcode representing custom geometries (like splines)static final intETYPEcode representing exterior surface CCW polygon ringstatic final intETYPEcode representing interior surface CCW polygon ringstatic final intETYPEcode representing Linestatic final intETYPEcode representing Pointstatic final intETYPEcode representing Polygon (not recommended)static final intETYPEcode representing exterior CCW polygon ringstatic final intETYPEcode representing interior CW polygon ring
-
Field Details
-
CUSTOM
static final int CUSTOMETYPEcode representing custom geometries (like splines)- See Also:
-
POINT
static final int POINTETYPEcode representing Point- See Also:
-
LINE
static final int LINEETYPEcode representing Line- See Also:
-
POLYGON
static final int POLYGONETYPEcode representing Polygon (not recommended)- See Also:
-
POLYGON_EXTERIOR
static final int POLYGON_EXTERIORETYPEcode representing exterior CCW polygon ring- See Also:
-
POLYGON_INTERIOR
static final int POLYGON_INTERIORETYPEcode representing interior CW polygon ring- See Also:
-
FACE_EXTERIOR
static final int FACE_EXTERIORETYPEcode representing exterior surface CCW polygon ring- See Also:
-
FACE_INTERIOR
static final int FACE_INTERIORETYPEcode representing interior surface CCW polygon ring- See Also:
-
COMPOUND
static final int COMPOUNDETYPEcode representing compound linestringA 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:
-
COMPOUND_POLYGON
static final int COMPOUND_POLYGONETYPEcode 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:
-
COMPOUND_POLYGON_EXTERIOR
static final int COMPOUND_POLYGON_EXTERIORETYPEcode representing compound exterior CCW polygon ringA 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:
-
COMPOUND_POLYGON_INTERIOR
static final int COMPOUND_POLYGON_INTERIORETYPEcode representing compound interior CW polygon ringA 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:
-