public class ShapefileHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
fileLength |
| Constructor and Description |
|---|
ShapefileHeader(EndianDataInputStream file) |
ShapefileHeader(com.vividsolutions.jts.geom.GeometryCollection geometries,
int dims) |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Envelope |
getBounds() |
int |
getShapeType() |
int |
getVersion() |
void |
setFileLength(int fileLength) |
String |
toString() |
void |
write(EndianDataOutputStream file) |
void |
writeToIndex(EndianDataOutputStream file) |
public ShapefileHeader(EndianDataInputStream file) throws IOException
IOExceptionpublic void setFileLength(int fileLength)
public void write(EndianDataOutputStream file) throws IOException
IOExceptionpublic void writeToIndex(EndianDataOutputStream file) throws IOException
IOExceptionpublic int getShapeType()
public int getVersion()
public com.vividsolutions.jts.geom.Envelope getBounds()
Copyright © 2015. All rights reserved.