Uses of Class
com.vividsolutions.jump.io.EndianDataOutputStream
Packages that use EndianDataOutputStream
-
Uses of EndianDataOutputStream in org.geotools.shapefile
Methods in org.geotools.shapefile with parameters of type EndianDataOutputStreamModifier and TypeMethodDescriptionvoidMultiLineHandler.write(org.locationtech.jts.geom.Geometry geometry, EndianDataOutputStream file) voidMultiPointHandler.write(org.locationtech.jts.geom.Geometry geometry, EndianDataOutputStream file) voidNullShapeHandler.write(org.locationtech.jts.geom.Geometry geometry, EndianDataOutputStream file) voidPointHandler.write(org.locationtech.jts.geom.Geometry geometry, EndianDataOutputStream file) voidPolygonHandler.write(org.locationtech.jts.geom.Geometry geometry, EndianDataOutputStream file) voidShapefileHeader.write(EndianDataOutputStream file) voidShapeHandler.write(org.locationtech.jts.geom.Geometry geometry, EndianDataOutputStream file) voidShapefile.writeIndex(org.locationtech.jts.geom.GeometryCollection geometries, EndianDataOutputStream file, int ShapeFileDimension) Saves a shapefile index (shx) to an output stream.voidShapefileHeader.writeToIndex(EndianDataOutputStream file)