Class ShapefileHeader
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
-
public class ShapefileHeader extends Object
- Author:
- jamesm
-
-
Field Summary
Fields Modifier and Type Field Description int
fileLength
-
Constructor Summary
Constructors Constructor Description ShapefileHeader(GeometryCollection geometries, int dims)
ShapefileHeader(EndianDataInputStream file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Envelope
getBounds()
int
getShapeType()
int
getVersion()
void
setFileLength(int fileLength)
String
toString()
-
-
-
Constructor Detail
-
ShapefileHeader
public ShapefileHeader(EndianDataInputStream file) throws IOException
- Throws:
IOException
-
ShapefileHeader
public ShapefileHeader(GeometryCollection geometries, int dims) throws Exception
- Throws:
Exception
-
-