Uses of Class
com.vividsolutions.jump.io.EndianDataInputStream
-
Packages that use EndianDataInputStream Package Description org.geotools.dbffile org.geotools.shapefile -
-
Uses of EndianDataInputStream in org.geotools.dbffile
Methods in org.geotools.dbffile with parameters of type EndianDataInputStream Modifier and Type Method Description void
DbfFieldDef. setup(int pos, EndianDataInputStream dFile)
Sets up the Dbf field definition.void
DbfFieldDef. 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 EndianDataInputStream Modifier and Type Method Description org.locationtech.jts.geom.Geometry
MultiLineHandler. read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength)
org.locationtech.jts.geom.Geometry
MultiPointHandler. read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength)
org.locationtech.jts.geom.Geometry
NullShapeHandler. read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength)
org.locationtech.jts.geom.Geometry
PointHandler. read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength)
org.locationtech.jts.geom.Geometry
PolygonHandler. read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength)
org.locationtech.jts.geom.Geometry
ShapeHandler. read(EndianDataInputStream file, org.locationtech.jts.geom.GeometryFactory geometryFactory, int contentLength)
Constructors in org.geotools.shapefile with parameters of type EndianDataInputStream Constructor Description ShapefileHeader(EndianDataInputStream file)
-