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 Modifier and Type Interface Description static class
TT.GeomClasses
-
Field Summary
Fields Modifier and Type Field Description static int
COLLECTION
TT
code representing Collectionstatic int
CURVE
TT
code representing Curve (or Line)static Map<String,Class<?>>
GEOM_CLASSES
A map from geomery type, as a string, to JTS Geometry.static int
LINE
TT
code representing Line (or Curve)static int
MULTICURVE
TT
code representing Multicurve (or Multiline)static int
MULTILINE
TT
code representing Multiline (or Multicurve)static int
MULTIPOINT
TT
code representing Multpointstatic int
MULTIPOLYGON
TT
code representing MULTIPOLYGONstatic int
MULTISOLID
TT
code representing SOLIDstatic int
POINT
TT
code representing Pointstatic int
POLYGON
TT
code representing Polygonstatic int
SOLID
TT
code representing SOLIDstatic int
UNKNOWN
TT
code representing unknown geometies (like splines)
-
-
-
Field Detail
-
UNKNOWN
static final int UNKNOWN
TT
code representing unknown geometies (like splines)- See Also:
- Constant Field Values
-
POINT
static final int POINT
TT
code representing Point- See Also:
- Constant Field Values
-
LINE
static final int LINE
TT
code representing Line (or Curve)- See Also:
- Constant Field Values
-
CURVE
static final int CURVE
TT
code representing Curve (or Line)- See Also:
- Constant Field Values
-
POLYGON
static final int POLYGON
TT
code representing Polygon- See Also:
- Constant Field Values
-
COLLECTION
static final int COLLECTION
TT
code representing Collection- See Also:
- Constant Field Values
-
MULTIPOINT
static final int MULTIPOINT
TT
code representing Multpoint- See Also:
- Constant Field Values
-
MULTILINE
static final int MULTILINE
TT
code representing Multiline (or Multicurve)- See Also:
- Constant Field Values
-
MULTICURVE
static final int MULTICURVE
TT
code representing Multicurve (or Multiline)- See Also:
- Constant Field Values
-
MULTIPOLYGON
static final int MULTIPOLYGON
TT
code representing MULTIPOLYGON- See Also:
- Constant Field Values
-
SOLID
static final int SOLID
TT
code representing SOLID- See Also:
- Constant Field Values
-
MULTISOLID
static final int MULTISOLID
TT
code representing SOLID- See Also:
- Constant Field Values
-
-