public interface TT
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Modifier and Type | Interface and Description |
---|---|
static class |
TT.GeomClasses |
Modifier and Type | Field and Description |
---|---|
static int |
COLLECTION
TT code representing Collection |
static int |
CURVE
TT code representing Curve (or Line) |
static Map |
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 Multpoint |
static int |
MULTIPOLYGON
TT code representing MULTIPOLYGON |
static int |
MULTISOLID
TT code representing SOLID |
static int |
POINT
TT code representing Point |
static int |
POLYGON
TT code representing Polygon |
static int |
SOLID
TT code representing SOLID |
static int |
UNKNOWN
TT code representing unknown geometies (like splines) |
static final int UNKNOWN
TT
code representing unknown geometies (like splines)static final int POINT
TT
code representing Pointstatic final int LINE
TT
code representing Line (or Curve)static final int CURVE
TT
code representing Curve (or Line)static final int POLYGON
TT
code representing Polygonstatic final int COLLECTION
TT
code representing Collectionstatic final int MULTIPOINT
TT
code representing Multpointstatic final int MULTILINE
TT
code representing Multiline (or Multicurve)static final int MULTICURVE
TT
code representing Multicurve (or Multiline)static final int MULTIPOLYGON
TT
code representing MULTIPOLYGONstatic final int SOLID
TT
code representing SOLIDstatic final int MULTISOLID
TT
code representing SOLIDstatic final Map GEOM_CLASSES
Copyright © 1996–2019 Geotools. All rights reserved.