Uses of Class
com.vividsolutions.jts.io.ParseException
-
Packages that use ParseException Package Description com.vividsolutions.jts.io Contains the interfaces for converting JTS objects to and from other formats.com.vividsolutions.jts.io.geojson com.vividsolutions.jtsexample.geom com.vividsolutions.jtsexample.linearref com.vividsolutions.jtstest.test com.vividsolutions.jtstest.testbuilder.model com.vividsolutions.jtstest.util.io -
-
Uses of ParseException in com.vividsolutions.jts.io
Methods in com.vividsolutions.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 com.vividsolutions.jts.io.geojson
Methods in com.vividsolutions.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. -
Uses of ParseException in com.vividsolutions.jtsexample.geom
Methods in com.vividsolutions.jtsexample.geom that throw ParseException Modifier and Type Method Description voidPrecisionModelExample. difference(java.lang.String wktA, java.lang.String wktB, PrecisionModel pm)voidPrecisionModelExample. example1()voidPrecisionModelExample. example2()voidPrecisionModelExample. intersection(java.lang.String wktA, java.lang.String wktB, PrecisionModel pm)voidPrecisionModelExample. run()voidSimpleMethodsExample. run() -
Uses of ParseException in com.vividsolutions.jtsexample.linearref
Methods in com.vividsolutions.jtsexample.linearref that throw ParseException Modifier and Type Method Description voidLinearRefExample. runExtractedLine(java.lang.String wkt, double start, double end) -
Uses of ParseException in com.vividsolutions.jtstest.test
Methods in com.vividsolutions.jtstest.test that throw ParseException Modifier and Type Method Description voidTestable. initGeometry()voidTestCase. initGeometry()voidTestable. runTest()voidTestCase. runTest() -
Uses of ParseException in com.vividsolutions.jtstest.testbuilder.model
Methods in com.vividsolutions.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(java.lang.String wktA, java.lang.String wktB)voidTestBuilderModel. pasteGeometry(int geomIndex)GeometryTestBuilderModel. readGeometryText(java.lang.String geomStr)voidTestCaseEdit. runTest()voidTestRunnerTestCaseAdapter. runTest()Constructors in com.vividsolutions.jtstest.testbuilder.model that throw ParseException Constructor Description TestCaseEdit(Testable tc) -
Uses of ParseException in com.vividsolutions.jtstest.util.io
Methods in com.vividsolutions.jtstest.util.io that throw ParseException Modifier and Type Method Description GeometryGeoJsonMultiReader. read(java.lang.String s)GeometryMultiFormatReader. read(java.lang.String geomStr)GeometryWKTOrWKBReader. read(java.lang.String geomStr)static GeometryIOUtil. readGeoJSONString(java.lang.String s, GeometryFactory geomFact)static GeometryIOUtil. readGMLString(java.lang.String gml, GeometryFactory geomFact)static GeometryIOUtil. readWKBHexString(java.lang.String wkb, GeometryFactory geomFact)static GeometryIOUtil. readWKTString(java.lang.String wkt, GeometryFactory geomFact)Reads one or more WKT geometries from a string.
-