Uses of Class
com.vividsolutions.jump.io.EndianDataInputStream
Packages that use EndianDataInputStream
-
Uses of EndianDataInputStream in org.geotools.dbffile
Methods in org.geotools.dbffile with parameters of type EndianDataInputStreamModifier and TypeMethodDescriptionvoidDbfFieldDef.setup(int pos, EndianDataInputStream dFile) Sets up the Dbf field definition.voidDbfFieldDef.setup(int pos, EndianDataInputStream dFile, Charset charset) Sets up the Dbf field definition with a specified Charset for the fieldnames. -
Uses of EndianDataInputStream in org.geotools.shapefile
Methods in org.geotools.shapefile with parameters of type EndianDataInputStreamModifier and TypeMethodDescriptionorg.locationtech.jts.geom.GeometryMultiLineHandler.read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength) org.locationtech.jts.geom.GeometryMultiPointHandler.read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength) org.locationtech.jts.geom.GeometryNullShapeHandler.read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength) org.locationtech.jts.geom.GeometryPointHandler.read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength) org.locationtech.jts.geom.GeometryPolygonHandler.read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength) org.locationtech.jts.geom.GeometryShapeHandler.read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength) Constructors in org.geotools.shapefile with parameters of type EndianDataInputStream