Uses of Class
org.locationtech.jts.io.ParseException
-
Packages that use ParseException 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.jts.io.kml org.locationtech.jts.io.twkb -
-
Uses of ParseException in org.locationtech.jts.io
Methods in org.locationtech.jts.io that throw ParseException Modifier and Type Method Description java.util.List
WKBHexFileReader. read()
Reads a sequence of geometries.Geometry
WKBReader. read(byte[] bytes)
Reads a singleGeometry
in WKB format from a byte array.Geometry
WKBReader. read(InStream is)
java.util.List
WKTFileReader. read()
Reads a sequence of geometries.Geometry
WKTReader. read(java.io.Reader reader)
Reads a Well-Known Text representation of aGeometry
from aReader
.Geometry
WKTReader. read(java.lang.String wellKnownText)
Reads a Well-Known Text representation of aGeometry
from aString
.byte
ByteOrderDataInStream. readByte()
Reads a byte value.double
ByteOrderDataInStream. readDouble()
Reads a double value.int
ByteOrderDataInStream. readInt()
Reads an int value.long
ByteOrderDataInStream. readLong()
Reads a long value. -
Uses of ParseException in org.locationtech.jts.io.geojson
Methods in org.locationtech.jts.io.geojson that throw ParseException Modifier and Type Method Description Geometry
GeoJsonReader. read(java.io.Reader reader)
Reads a GeoJson Geometry from aReader
into a singleGeometry
.Geometry
GeoJsonReader. read(java.lang.String json)
Reads a GeoJson Geometry from a String into a singleGeometry
. -
Uses of ParseException in org.locationtech.jts.io.kml
Methods in org.locationtech.jts.io.kml that throw ParseException Modifier and Type Method Description Geometry
KMLReader. read(java.lang.String kmlGeometryString)
Reads a KML representation of aGeometry
from aString
. -
Uses of ParseException in org.locationtech.jts.io.twkb
Methods in org.locationtech.jts.io.twkb that throw ParseException Modifier and Type Method Description Geometry
TWKBReader. read(byte[] bytes)
Geometry
TWKBReader. read(java.io.DataInput in)
Geometry
TWKBReader. read(java.io.InputStream in)
-