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 org.locationtech.jtsexample.geom org.locationtech.jtsexample.linearref org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testrunner org.locationtech.jtstest.util.io -
-
Uses of ParseException in org.locationtech.jts.io
Methods in org.locationtech.jts.io that throw ParseException Modifier and Type Method Description 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)
List
WKTFileReader. read()
Reads a sequence of geometries.Geometry
WKTReader. read(Reader reader)
Geometry
WKTReader. read(String wellKnownText)
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(Reader reader)
Geometry
GeoJsonReader. read(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(String kmlGeometryString)
-
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(DataInput in)
Geometry
TWKBReader. read(InputStream in)
-
Uses of ParseException in org.locationtech.jtsexample.geom
Methods in org.locationtech.jtsexample.geom that throw ParseException Modifier and Type Method Description void
PrecisionModelExample. difference(String wktA, String wktB, PrecisionModel pm)
void
PrecisionModelExample. example1()
void
PrecisionModelExample. example2()
void
PrecisionModelExample. intersection(String wktA, String wktB, PrecisionModel pm)
void
PrecisionModelExample. run()
void
SimpleMethodsExample. run()
-
Uses of ParseException in org.locationtech.jtsexample.linearref
Methods in org.locationtech.jtsexample.linearref that throw ParseException Modifier and Type Method Description void
LinearRefExample. runExtractedLine(String wkt, double start, double end)
-
Uses of ParseException in org.locationtech.jtstest.test
Methods in org.locationtech.jtstest.test that throw ParseException Modifier and Type Method Description void
Testable. initGeometry()
void
TestCase. initGeometry()
void
TestCase. runTest()
-
Uses of ParseException in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that throw ParseException Modifier and Type Method Description void
TestBuilderModel. changePrecisionModel(PrecisionModel precisionModel)
void
TestCaseEdit. initGeometry()
void
TestRunnerTestCaseAdapter. initGeometry()
void
TestBuilderModel. loadEditList(TestCaseList tcl)
void
TestBuilderModel. loadGeometryText(String wktA, String wktB)
void
TestRunnerTestCaseAdapter. runTest()
Constructors in org.locationtech.jtstest.testbuilder.model that throw ParseException Constructor Description TestCaseEdit(Testable tc)
-
Uses of ParseException in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner that throw ParseException Modifier and Type Method Description void
TestRunBuilder. readGeometryAFromFile(String filename)
void
TestRunBuilder. readGeometryBFromFile(String filename)
-
Uses of ParseException in org.locationtech.jtstest.util.io
Methods in org.locationtech.jtstest.util.io that throw ParseException Modifier and Type Method Description Geometry
GeoJsonMultiReader. read(String s)
List<Geometry>
MultiFormatBufferedReader. read(Reader reader)
Geometry
MultiFormatReader. read(String geomStr)
Geometry
WKTOrWKBReader. read(String geomStr)
static Geometry
IOUtil. readGeoJSONString(String s, GeometryFactory geomFact)
static Geometry
IOUtil. readGMLString(String gml, GeometryFactory geomFact)
List<Geometry>
GeoJsonMultiReader. readList(String s)
static Geometry
IOUtil. readWKBHexString(String wkb, GeometryFactory geomFact)
List<Geometry>
MultiFormatBufferedReader. readWKT(Reader rdr, GeometryFactory geomFact)
static Geometry
IOUtil. readWKTString(String wkt, GeometryFactory geomFact)
Reads one or more WKT geometries from a string.static Geometry
IOUtil. readWKTString(String wkt, GeometryFactory geomFact, boolean isStrict)
-