Package org.geotools.data.oracle.sdo
Interface TT
public interface TT
- Author:
- bowens
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTTcode representing Collectionstatic final intTTcode representing Curve (or Line)A map from geomery type, as a string, to JTS Geometry.static final intTTcode representing Line (or Curve)static final intTTcode representing Multicurve (or Multiline)static final intTTcode representing Multiline (or Multicurve)static final intTTcode representing Multpointstatic final intTTcode representing MULTIPOLYGONstatic final intTTcode representing SOLIDstatic final intTTcode representing Pointstatic final intTTcode representing Polygonstatic final intTTcode representing SOLIDstatic final intTTcode representing unknown geometies (like splines)
-
Field Details
-
UNKNOWN
static final int UNKNOWNTTcode representing unknown geometies (like splines)- See Also:
-
POINT
static final int POINTTTcode representing Point- See Also:
-
LINE
static final int LINETTcode representing Line (or Curve)- See Also:
-
CURVE
static final int CURVETTcode representing Curve (or Line)- See Also:
-
POLYGON
static final int POLYGONTTcode representing Polygon- See Also:
-
COLLECTION
static final int COLLECTIONTTcode representing Collection- See Also:
-
MULTIPOINT
static final int MULTIPOINTTTcode representing Multpoint- See Also:
-
MULTILINE
static final int MULTILINETTcode representing Multiline (or Multicurve)- See Also:
-
MULTICURVE
static final int MULTICURVETTcode representing Multicurve (or Multiline)- See Also:
-
MULTIPOLYGON
static final int MULTIPOLYGONTTcode representing MULTIPOLYGON- See Also:
-
SOLID
static final int SOLIDTTcode representing SOLID- See Also:
-
MULTISOLID
static final int MULTISOLIDTTcode representing SOLID- See Also:
-
GEOM_CLASSES
A map from geomery type, as a string, to JTS Geometry. See Oracle Spatial documentation, Table 2-1, Valid SDO_GTYPE values.
-