| org.geotools.data.oracle.sdo.TT
TT | public interface TT (Code) | | author: bowens author: To change the template for this generated type comment go to author: Window>Preferences>Java>Code Generation>Code and Comments |
Inner Class :final static class GeomClasses extends HashMap | |
COLLECTION | final public static int COLLECTION(Code) | | TT code representing Collection
|
CURVE | final public static int CURVE(Code) | | TT code representing Curve (or Line)
|
GEOM_CLASSES | final public static Map GEOM_CLASSES(Code) | | A map from geomery type, as a string, to JTS Geometry. See Oracle Spatial documentation,
Table 2-1, Valid SDO_GTYPE values.
|
LINE | final public static int LINE(Code) | | TT code representing Line (or Curve)
|
MULTICURVE | final public static int MULTICURVE(Code) | | TT code representing Multicurve (or Multiline)
|
MULTILINE | final public static int MULTILINE(Code) | | TT code representing Multiline (or Multicurve)
|
MULTIPOINT | final public static int MULTIPOINT(Code) | | TT code representing Multpoint
|
MULTIPOLYGON | final public static int MULTIPOLYGON(Code) | | TT code representing MULTIPOLYGON
|
POINT | final public static int POINT(Code) | | TT code representing Point
|
POLYGON | final public static int POLYGON(Code) | | TT code representing Polygon
|
UNKNOWN | final public static int UNKNOWN(Code) | | TT code representing unknown geometies (like splines)
|
|
|