Uses of Class
org.locationtech.jts.io.ParseException
Packages that use ParseException
Package
Description
Contains the interfaces for converting JTS objects to and from other formats.
-
Uses of ParseException in org.locationtech.jts.io
Methods in org.locationtech.jts.io that throw ParseExceptionModifier and TypeMethodDescriptionWKBHexFileReader.read()
Reads a sequence of geometries.WKBReader.read
(byte[] bytes) Reads a singleGeometry
in WKB format from a byte array.WKTFileReader.read()
Reads a sequence of geometries.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 -
Uses of ParseException in org.locationtech.jts.io.kml
Methods in org.locationtech.jts.io.kml that throw ParseException -
Uses of ParseException in org.locationtech.jts.io.twkb
Methods in org.locationtech.jts.io.twkb that throw ParseException -
Uses of ParseException in org.locationtech.jtsexample.geom
Methods in org.locationtech.jtsexample.geom that throw ParseExceptionModifier and TypeMethodDescriptionvoid
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 ParseExceptionModifier and TypeMethodDescriptionvoid
LinearRefExample.runExtractedLine
(String wkt, double start, double end) -
Uses of ParseException in org.locationtech.jtstest.test
Methods in org.locationtech.jtstest.test that throw ParseExceptionModifier and TypeMethodDescriptionvoid
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 ParseExceptionModifier and TypeMethodDescriptionvoid
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 -
Uses of ParseException in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner that throw ParseExceptionModifier and TypeMethodDescriptionvoid
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 ParseExceptionModifier and TypeMethodDescriptionstatic Geometry
IOUtil.readGeoJSONString
(String s, GeometryFactory geomFact) static Geometry
IOUtil.readGMLString
(String gml, GeometryFactory geomFact) static Geometry
IOUtil.readWKBHexString
(String wkb, GeometryFactory geomFact) 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)