| Constructor and Description |
|---|
ShapefileHeader(byte[] bytes) |
ShapefileHeader(DynamicByteArray buffer) |
ShapefileHeader(int fileCode,
int fileLength,
int version,
ShapeType shapeType,
XyzBounds bounds,
double minimumM,
double maximumM) |
| Modifier and Type | Method and Description |
|---|---|
protected XyzBounds |
getBounds() |
protected int |
getFileCode() |
protected int |
getFileLength() |
protected double |
getMaximumM() |
protected double |
getMinimumM() |
protected ShapeType |
getShapeType() |
protected int |
getVersion() |
byte[] |
toBytes() |
public ShapefileHeader(int fileCode,
int fileLength,
int version,
ShapeType shapeType,
XyzBounds bounds,
double minimumM,
double maximumM)
public ShapefileHeader(byte[] bytes)
public ShapefileHeader(DynamicByteArray buffer)
public byte[] toBytes()
protected int getFileCode()
protected int getFileLength()
protected int getVersion()
protected ShapeType getShapeType()
protected XyzBounds getBounds()
protected double getMinimumM()
protected double getMaximumM()