|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.shapefile.ShapeFileHeader
Class to represent the header in the shape file.
Field Summary | |
(package private) int |
myFileCode
File Code, must be the value 9994 |
(package private) int |
myFileLength
File Length; |
(package private) double |
myMmax
BoundingBox Zmax |
(package private) double |
myMmin
BoundingBox Zmin |
(package private) int |
myShapeType
|
(package private) int |
myUnused1
Unused 1; |
(package private) int |
myUnused2
Unused 2; |
(package private) int |
myUnused3
Unused 3; |
(package private) int |
myUnused4
Unused 4; |
(package private) int |
myUnused5
Unused 5; |
(package private) int |
myVersion
Version of the file. |
(package private) double |
myXmax
BoundingBox Xmax |
(package private) double |
myXmin
BoundingBox Xmin |
(package private) double |
myYmax
BoundingBox Ymax |
(package private) double |
myYmin
BoundingBox Ymin |
(package private) double |
myZmax
BoundingBox Zmax |
(package private) double |
myZmin
BoundingBox Zmin |
static int |
SHAPE_MULTIPATCH
|
static int |
SHAPE_MULTIPOINT
|
static int |
SHAPE_MULTIPOINTM
|
static int |
SHAPE_MULTIPOINTZ
|
static int |
SHAPE_NULL
Shape Type Value Shape Type 0 Null Shape 1 Point 3 PolyLine 5 Polygon 8 MultiPoint 11 PointZ 13 PolyLineZ 15 PolygonZ 18 MultiPointZ 21 PointM 23 PolyLineM 25 PolygonM 28 MultiPointM 31 MultiPatch |
static int |
SHAPE_POINT
|
static int |
SHAPE_POINTM
|
static int |
SHAPE_POINTZ
|
static int |
SHAPE_POLYGON
|
static int |
SHAPE_POLYGONM
|
static int |
SHAPE_POLYGONZ
|
static int |
SHAPE_POLYLINE
|
static int |
SHAPE_POLYLINEM
|
static int |
SHAPE_POLYLINEZ
|
Constructor Summary | |
ShapeFileHeader()
ShapeFileHeader constructor comment. |
Method Summary | |
int |
getFileCode()
Return the file code. |
Envelope |
getFileEnvelope()
Get the envelope of the shape file. |
int |
getFileLength()
Return the number of 16 bit words in the shape file as recorded in the header |
int |
getHeaderLength()
Return the length of the header in 16 bit words.. |
int |
getVersion()
Return the version of the file. |
void |
readHeader(LEDataInputStream in)
Read the header from the shape file. |
void |
setWarnings(boolean inWarning)
Print warnings to system.out. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int myFileCode
int myUnused1
int myUnused2
int myUnused3
int myUnused4
int myUnused5
int myFileLength
int myVersion
public static final int SHAPE_NULL
public static final int SHAPE_POINT
public static final int SHAPE_POLYLINE
public static final int SHAPE_POLYGON
public static final int SHAPE_MULTIPOINT
public static final int SHAPE_POINTZ
public static final int SHAPE_POLYLINEZ
public static final int SHAPE_POLYGONZ
public static final int SHAPE_MULTIPOINTZ
public static final int SHAPE_POINTM
public static final int SHAPE_POLYLINEM
public static final int SHAPE_POLYGONM
public static final int SHAPE_MULTIPOINTM
public static final int SHAPE_MULTIPATCH
int myShapeType
double myXmin
double myYmin
double myXmax
double myYmax
double myZmin
double myZmax
double myMmin
double myMmax
Constructor Detail |
public ShapeFileHeader()
Method Detail |
public int getFileCode()
public int getVersion()
public Envelope getFileEnvelope()
public void setWarnings(boolean inWarning)
public int getHeaderLength()
public int getFileLength()
public void readHeader(LEDataInputStream in) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |