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
|
Field Summary |
static int |
COLLECTION
TT code representing Collection |
static int |
CURVE
TT code representing Curve (or Line) |
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 Multpoint |
static int |
MULTIPOLYGON
TT code representing MULTIPOLYGON |
static int |
POINT
TT code representing Point |
static int |
POLYGON
TT code representing Polygon |
static int |
UNKNOWN
TT code representing unknown geometies (like splines) |
UNKNOWN
public static final int UNKNOWN
TT code representing unknown geometies (like splines)
- See Also:
- Constant Field Values
POINT
public static final int POINT
TT code representing Point
- See Also:
- Constant Field Values
LINE
public static final int LINE
TT code representing Line (or Curve)
- See Also:
- Constant Field Values
CURVE
public static final int CURVE
TT code representing Curve (or Line)
- See Also:
- Constant Field Values
POLYGON
public static final int POLYGON
TT code representing Polygon
- See Also:
- Constant Field Values
COLLECTION
public static final int COLLECTION
TT code representing Collection
- See Also:
- Constant Field Values
MULTIPOINT
public static final int MULTIPOINT
TT code representing Multpoint
- See Also:
- Constant Field Values
MULTILINE
public static final int MULTILINE
TT code representing Multiline (or Multicurve)
- See Also:
- Constant Field Values
MULTICURVE
public static final int MULTICURVE
TT code representing Multicurve (or Multiline)
- See Also:
- Constant Field Values
MULTIPOLYGON
public static final int MULTIPOLYGON
TT code representing MULTIPOLYGON
- See Also:
- Constant Field Values
Copyright © GeoTools. All Rights Reserved.