public class ShapefileHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
fileLength |
| Constructor and Description |
|---|
ShapefileHeader(EndianDataInputStream file) |
ShapefileHeader(GeometryCollection geometries,
int dims) |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
getBounds() |
int |
getShapeType() |
int |
getVersion() |
void |
setFileLength(int fileLength) |
String |
toString() |
public ShapefileHeader(EndianDataInputStream file) throws IOException
IOExceptionpublic ShapefileHeader(GeometryCollection geometries, int dims) throws Exception
ExceptionCopyright © 2025. All rights reserved.