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.ListWKBHexFileReader. read()Reads a sequence of geometries.GeometryWKBReader. read(byte[] bytes)Reads a singleGeometryin WKB format from a byte array.GeometryWKBReader. read(InStream is)java.util.ListWKTFileReader. read()Reads a sequence of geometries.GeometryWKTReader. read(java.io.Reader reader)Reads a Well-Known Text representation of aGeometryfrom aReader.GeometryWKTReader. read(java.lang.String wellKnownText)Reads a Well-Known Text representation of aGeometryfrom 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 GeometryGeoJsonReader. read(java.io.Reader reader)Reads a GeoJson Geometry from aReaderinto a singleGeometry.GeometryGeoJsonReader. read(java.lang.String json)Reads a GeoJson Geometry from a String into a singleGeometry.
-