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 intfileLength
-
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 EnvelopegetBounds()intgetShapeType()intgetVersion()voidsetFileLength(int fileLength)StringtoString()
-
-
-
Constructor Detail
-
ShapefileHeader
public ShapefileHeader(EndianDataInputStream file) throws IOException
- Throws:
IOException
-
ShapefileHeader
public ShapefileHeader(GeometryCollection geometries, int dims) throws Exception
- Throws:
Exception
-
-