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 -
-
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
. -
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
.
-