Uses of Package
org.locationtech.jts.io
-
Packages that use org.locationtech.jts.io Package Description org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats.org.locationtech.jts.io.geojson org.locationtech.jtsexample.geom org.locationtech.jtsexample.linearref org.locationtech.jtsexample.operation.distance org.locationtech.jtsexample.operation.linemerge org.locationtech.jtsexample.precision org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testrunner org.locationtech.jtstest.util.io -
Classes in org.locationtech.jts.io used by org.locationtech.jts.io Class Description ByteOrderDataInStream Allows reading a stream of Java primitive datatypes from an underlyingInStream
, with the representation being in either common byte ordering.InStream A interface for classes providing an input stream of bytes.OutStream A interface for classes providing an output stream of bytes.ParseException Thrown by aWKTReader
when a parsing problem occurs.WKBReader Reads aGeometry
from a byte stream in Well-Known Binary format.WKTReader Converts a geometry in Well-Known Text format to aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jts.io.geojson Class Description ParseException Thrown by aWKTReader
when a parsing problem occurs. -
Classes in org.locationtech.jts.io used by org.locationtech.jtsexample.geom Class Description ParseException Thrown by aWKTReader
when a parsing problem occurs. -
Classes in org.locationtech.jts.io used by org.locationtech.jtsexample.linearref Class Description ParseException Thrown by aWKTReader
when a parsing problem occurs.WKTReader Converts a geometry in Well-Known Text format to aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jtsexample.operation.distance Class Description WKTReader Converts a geometry in Well-Known Text format to aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jtsexample.operation.linemerge Class Description WKTReader Converts a geometry in Well-Known Text format to aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jtsexample.precision Class Description WKTReader Converts a geometry in Well-Known Text format to aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jtstest.test Class Description ParseException Thrown by aWKTReader
when a parsing problem occurs.WKTWriter Writes the Well-Known Text representation of aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jtstest.testbuilder.model Class Description ParseException Thrown by aWKTReader
when a parsing problem occurs.WKBWriter Writes aGeometry
into Well-Known Binary format.WKTWriter Writes the Well-Known Text representation of aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jtstest.testrunner Class Description ParseException Thrown by aWKTReader
when a parsing problem occurs.WKTWriter Writes the Well-Known Text representation of aGeometry
. -
Classes in org.locationtech.jts.io used by org.locationtech.jtstest.util.io Class Description ParseException Thrown by aWKTReader
when a parsing problem occurs.WKBReader Reads aGeometry
from a byte stream in Well-Known Binary format.WKTReader Converts a geometry in Well-Known Text format to aGeometry
.