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 singleGeometryin WKB format from a byte array.WKTFileReader.read()Reads a sequence of geometries.byteByteOrderDataInStream.readByte()Reads a byte value.doubleByteOrderDataInStream.readDouble()Reads a double value.intByteOrderDataInStream.readInt()Reads an int value.longByteOrderDataInStream.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 TypeMethodDescriptionvoidPrecisionModelExample.difference(String wktA, String wktB, PrecisionModel pm) voidPrecisionModelExample.example1()voidPrecisionModelExample.example2()voidPrecisionModelExample.intersection(String wktA, String wktB, PrecisionModel pm) voidPrecisionModelExample.run()voidSimpleMethodsExample.run() -
Uses of ParseException in org.locationtech.jtsexample.linearref
Methods in org.locationtech.jtsexample.linearref that throw ParseExceptionModifier and TypeMethodDescriptionvoidLinearRefExample.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 TypeMethodDescriptionvoidTestable.initGeometry()voidTestCase.initGeometry()voidTestCase.runTest() -
Uses of ParseException in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that throw ParseExceptionModifier and TypeMethodDescriptionvoidTestBuilderModel.changePrecisionModel(PrecisionModel precisionModel) voidTestCaseEdit.initGeometry()voidTestRunnerTestCaseAdapter.initGeometry()voidTestBuilderModel.loadEditList(TestCaseList tcl) voidTestBuilderModel.loadGeometryText(String wktA, String wktB) voidTestRunnerTestCaseAdapter.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 TypeMethodDescriptionvoidTestRunBuilder.readGeometryAFromFile(String filename) voidTestRunBuilder.readGeometryBFromFile(String filename) -
Uses of ParseException in org.locationtech.jtstest.util.io
Methods in org.locationtech.jtstest.util.io that throw ParseExceptionModifier and TypeMethodDescriptionstatic GeometryIOUtil.readGeoJSONString(String s, GeometryFactory geomFact) static GeometryIOUtil.readGMLString(String gml, GeometryFactory geomFact) static GeometryIOUtil.readWKBHexString(String wkb, GeometryFactory geomFact) MultiFormatBufferedReader.readWKT(Reader rdr, GeometryFactory geomFact) static GeometryIOUtil.readWKTString(String wkt, GeometryFactory geomFact) Reads one or more WKT geometries from a string.static GeometryIOUtil.readWKTString(String wkt, GeometryFactory geomFact, boolean isStrict)