Class ShapefileHeader
java.lang.Object
org.geotools.shapefile.ShapefileHeader
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShapefileHeader(org.locationtech.jts.geom.GeometryCollection geometries, int dims) -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.EnvelopeintintvoidsetFileLength(int fileLength) toString()voidwrite(EndianDataOutputStream file) void
-
Field Details
-
fileLength
public int fileLength
-
-
Constructor Details
-
ShapefileHeader
- Throws:
IOException
-
ShapefileHeader
-
-
Method Details
-
setFileLength
public void setFileLength(int fileLength) -
write
- Throws:
IOException
-
writeToIndex
- Throws:
IOException
-
getShapeType
public int getShapeType() -
getVersion
public int getVersion() -
getBounds
public org.locationtech.jts.geom.Envelope getBounds() -
toString
-