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 ListWKBHexFileReader. read()Reads a sequence of geometries.GeometryWKBReader. read(byte[] bytes)Reads a singleGeometryin WKB format from a byte array.GeometryWKBReader. read(InStream is)ListWKTFileReader. read()Reads a sequence of geometries.GeometryWKTReader. read(Reader reader)GeometryWKTReader. read(String wellKnownText)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 Modifier and Type Method Description GeometryGeoJsonReader. read(Reader reader)GeometryGeoJsonReader. 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 GeometryKMLReader. 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 GeometryTWKBReader. read(byte[] bytes)GeometryTWKBReader. read(DataInput in)GeometryTWKBReader. 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 voidPrecisionModelExample. 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 ParseException Modifier and Type Method Description voidLinearRefExample. 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 voidTestable. initGeometry()voidTestCase. initGeometry()voidTestCase. 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 voidTestBuilderModel. 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 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 voidTestRunBuilder. 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 ParseException Modifier and Type Method Description GeometryGeoJsonMultiReader. read(String s)List<Geometry>MultiFormatBufferedReader. read(Reader reader)GeometryMultiFormatReader. read(String geomStr)GeometryWKTOrWKBReader. read(String geomStr)static GeometryIOUtil. readGeoJSONString(String s, GeometryFactory geomFact)static GeometryIOUtil. readGMLString(String gml, GeometryFactory geomFact)List<Geometry>GeoJsonMultiReader. readList(String s)static GeometryIOUtil. readWKBHexString(String wkb, GeometryFactory geomFact)List<Geometry>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)
-