|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.io.shpapi.ShapeConst
Class containing all constants needed for reading of a shape file
Last changes:
21.12.1999 ap: all constants declared
Field Summary | |
static int |
PARTS_START
start point of field parts in ESRI shape record |
static int |
SHAPE_FILE_CODE
A Shape File's magic number. |
static int |
SHAPE_FILE_HEADER_LENGTH
The length of a shape file header in bytes |
static int |
SHAPE_FILE_RECORD_HEADER_LENGTH
The length of a shape file record header in bytes |
static int |
SHAPE_FILE_VERSION
The currently handled version of Shape Files. |
static int |
SHAPE_TYPE_MULTIPOINT
The indicator for a multipoint shape type. (8) |
static int |
SHAPE_TYPE_NULL
The indicator for a null shape type. (0) |
static int |
SHAPE_TYPE_POINT
The indicator for a point shape type. (1) |
static int |
SHAPE_TYPE_POLYGON
The indicator for a polygon shape type. (5) |
static int |
SHAPE_TYPE_POLYLINE
The indicator for an polyline shape type. (3) |
Constructor Summary | |
ShapeConst()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SHAPE_FILE_RECORD_HEADER_LENGTH
public static final int SHAPE_FILE_HEADER_LENGTH
public static final int SHAPE_FILE_CODE
public static final int SHAPE_FILE_VERSION
public static final int SHAPE_TYPE_NULL
public static final int SHAPE_TYPE_POINT
public static final int SHAPE_TYPE_POLYLINE
public static final int SHAPE_TYPE_POLYGON
public static final int SHAPE_TYPE_MULTIPOINT
public static final int PARTS_START
Constructor Detail |
public ShapeConst()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |