|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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) |
Field Detail |
public static final int UNKNOWN
TT
code representing unknown geometies (like splines)
public static final int POINT
TT
code representing Point
public static final int LINE
TT
code representing Line (or Curve)
public static final int CURVE
TT
code representing Curve (or Line)
public static final int POLYGON
TT
code representing Polygon
public static final int COLLECTION
TT
code representing Collection
public static final int MULTIPOINT
TT
code representing Multpoint
public static final int MULTILINE
TT
code representing Multiline (or Multicurve)
public static final int MULTICURVE
TT
code representing Multicurve (or Multiline)
public static final int MULTIPOLYGON
TT
code representing MULTIPOLYGON
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |