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
IOException
public ShapefileHeader(GeometryCollection geometries, int dims) throws Exception
Exception
Copyright © 2017. All rights reserved.