Package org.geotools.data.shapefile.shp
Class ShapefileHeader
Object
ShapefileHeader
- Author:
- jamesm, Ian Schneider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintdoublemaxX()doublemaxY()doubleminX()doubleminY()voidread(ByteBuffer file, boolean strict) toString()voidwrite(ByteBuffer file, ShapeType type, int numGeoms, int length, double minX, double minY, double maxX, double maxY)
-
Field Details
-
MAGIC
public static final int MAGIC- See Also:
-
VERSION
public static final int VERSION- See Also:
-
-
Constructor Details
-
ShapefileHeader
public ShapefileHeader()
-
-
Method Details
-
read
- Throws:
IOException
-
write
public void write(ByteBuffer file, ShapeType type, int numGeoms, int length, double minX, double minY, double maxX, double maxY) throws IOException - Throws:
IOException
-
getShapeType
-
getVersion
public int getVersion() -
getFileLength
public int getFileLength() -
minX
public double minX() -
minY
public double minY() -
maxX
public double maxX() -
maxY
public double maxY() -
toString
-