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 int
TT
code representing Collectionstatic final int
TT
code representing Curve (or Line)A map from geomery type, as a string, to JTS Geometry.static final int
TT
code representing Line (or Curve)static final int
TT
code representing Multicurve (or Multiline)static final int
TT
code representing Multiline (or Multicurve)static final int
TT
code representing Multpointstatic final int
TT
code representing MULTIPOLYGONstatic final int
TT
code representing SOLIDstatic final int
TT
code representing Pointstatic final int
TT
code representing Polygonstatic final int
TT
code representing SOLIDstatic final int
TT
code representing unknown geometies (like splines)
-
Field Details
-
UNKNOWN
static final int UNKNOWNTT
code representing unknown geometies (like splines)- See Also:
-
POINT
static final int POINTTT
code representing Point- See Also:
-
LINE
static final int LINETT
code representing Line (or Curve)- See Also:
-
CURVE
static final int CURVETT
code representing Curve (or Line)- See Also:
-
POLYGON
static final int POLYGONTT
code representing Polygon- See Also:
-
COLLECTION
static final int COLLECTIONTT
code representing Collection- See Also:
-
MULTIPOINT
static final int MULTIPOINTTT
code representing Multpoint- See Also:
-
MULTILINE
static final int MULTILINETT
code representing Multiline (or Multicurve)- See Also:
-
MULTICURVE
static final int MULTICURVETT
code representing Multicurve (or Multiline)- See Also:
-
MULTIPOLYGON
static final int MULTIPOLYGONTT
code representing MULTIPOLYGON- See Also:
-
SOLID
static final int SOLIDTT
code representing SOLID- See Also:
-
MULTISOLID
static final int MULTISOLIDTT
code 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.
-