org.geotools.data.shapefile.shp
Class ShapefileHeader
Object
ShapefileHeader
public class ShapefileHeader
- extends Object
- Author:
- jamesm, Ian Schneider
- Module:
modules/plugin/shapefile (gt-shapefile.jar)
MAGIC
public static final int MAGIC
- See Also:
- Constant Field Values
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
ShapefileHeader
public ShapefileHeader()
read
public void read(ByteBuffer file,
boolean strict)
throws IOException
- 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
public ShapeType 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
public String toString()
- Overrides:
toString
in class Object
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 1996-2010 Geotools. All Rights Reserved.