Uses of Class
org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
Packages that use EndianDataInputStream Package Description org.locationtech.jtstest.testbuilder.io.shapefile -
-
Uses of EndianDataInputStream in org.locationtech.jtstest.testbuilder.io.shapefile
Fields in org.locationtech.jtstest.testbuilder.io.shapefile declared as EndianDataInputStream Modifier and Type Field Description private EndianDataInputStream
Shapefile. file
Methods in org.locationtech.jtstest.testbuilder.io.shapefile that return EndianDataInputStream Modifier and Type Method Description private EndianDataInputStream
Shapefile. getInputStream()
Methods in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type EndianDataInputStream Modifier and Type Method Description Geometry
MultiLineHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Geometry
MultiPointHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Geometry
PointHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Geometry
PolygonHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Geometry
ShapeHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Constructors in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type EndianDataInputStream Constructor Description ShapefileHeader(EndianDataInputStream file)
-