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 TypeMethodDescriptionprivate Coordinate[]WKTReader.getCoordinates()Returns the next array ofCoordinates in the stream.private Coordinate[]WKTReader.getCoordinatesNoLeftParen()private StringWKTReader.getNextCloser()Returns the next R_PAREN in the stream.private StringWKTReader.getNextCloserOrComma()Returns the next R_PAREN or COMMA in the stream.private StringWKTReader.getNextEmptyOrOpener()Returns the next EMPTY or L_PAREN in the stream as uppercase text.private doubleWKTReader.getNextNumber()Parses the next number in the stream.private StringWKTReader.getNextWord()Returns the next word in the stream.private CoordinateWKTReader.getPreciseCoordinate()private StringWKTReader.lookaheadWord()Returns the next word in the stream.private voidWKTReader.parseErrorExpected(String expected) Throws a formatted ParseException reporting that the current token was unexpected.private voidWKTReader.parseErrorWithLine(String msg) WKBHexFileReader.read()Reads a sequence of geometries.private ListWKBHexFileReader.read(BufferedReader bufferedReader) WKBReader.read(byte[] bytes) Reads a singleGeometryin WKB format from a byte array.WKTFileReader.read()Reads a sequence of geometries.private ListWKTFileReader.read(BufferedReader bufferedReader) private GeometryWKBReader.readGeometry()private GeometryCollectionWKBReader.readGeometryCollection()private GeometryCollectionWKTReader.readGeometryCollectionText()Creates aGeometryCollectionusing the next token in the stream.private GeometryWKTReader.readGeometryTaggedText()Creates aGeometryusing the next token in the stream.private LinearRingWKTReader.readLinearRingText()Creates aLinearRingusing the next token in the stream.private LineStringWKTReader.readLineStringText()Creates aLineStringusing the next token in the stream.private MultiLineStringWKBReader.readMultiLineString()private MultiLineStringWKTReader.readMultiLineStringText()Creates aMultiLineStringusing the next token in the stream.private MultiPointWKBReader.readMultiPoint()private MultiPointWKTReader.readMultiPointText()Creates aMultiPointusing the next tokens in the stream.private MultiPolygonWKBReader.readMultiPolygon()private MultiPolygonWKTReader.readMultiPolygonText()Creates aMultiPolygonusing the next token in the stream.private PointWKTReader.readPointText()Creates aPointusing the next token in the stream.private PolygonWKTReader.readPolygonText()Creates aPolygonusing the next token in the stream. -
Uses of ParseException in org.locationtech.jts.io.geojson
Methods in org.locationtech.jts.io.geojson that throw ParseExceptionModifier and TypeMethodDescriptionprivate GeometryGeoJsonReader.create(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryGeoJsonReader.createGeometryCollection(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryGeoJsonReader.createLineString(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryGeoJsonReader.createMultiLineString(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryGeoJsonReader.createMultiPoint(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryGeoJsonReader.createMultiPolygon(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryGeoJsonReader.createPoint(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryGeoJsonReader.createPolygon(Map<String, Object> geometryMap, GeometryFactory geometryFactory) private GeometryFactoryGeoJsonReader.getGeometryFactory(Map<String, Object> geometryMap) Reads a GeoJson Geometry from a String into a singleGeometry. -
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()private GeometryTestCase.toNullOrGeometry(String wellKnownText) -
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) private voidTestBuilderModel.loadWKTAfterPMChange()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 TypeMethodDescriptionprivate GeometryTestReader.readGeometry(org.jdom2.Element geometryElement, File wktFile) private GeometryResultTestReader.toGeometryResult(String value, TestRun testRun) private Result -
Uses of ParseException in org.locationtech.jtstest.util.io
Methods in org.locationtech.jtstest.util.io that throw ParseExceptionModifier and TypeMethodDescriptionprivate GeometryGeoJsonMultiReader.readFeatureCollection(String s) Extracts all Geometry object substrings and reads themprivate GeometryMultiFormatReader.readGeoJSON(String str) private static GeometryIOUtil.readGeoJSONFile(String filename, GeometryFactory geomFact) static GeometryIOUtil.readGeoJSONString(String s, GeometryFactory geomFact) private GeometryGeoJsonMultiReader.readGeometry(String s) private Geometryprivate static GeometryIOUtil.readGMLFile(String filename, GeometryFactory geomFact) static GeometryIOUtil.readGMLString(String gml, GeometryFactory geomFact) private static GeometryIOUtil.readWKBHexFile(String filename, GeometryFactory geomFact) static GeometryIOUtil.readWKBHexString(String wkb, GeometryFactory geomFact) private static GeometryIOUtil.readWKTFile(String filename, GeometryFactory geomFact) static GeometryIOUtil.readWKTString(String wkt, GeometryFactory geomFact) Reads one or more WKT geometries from a string.