|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
com.vividsolutions.jts.io | Contains the interfaces for converting JTS objects to and from other formats. |
com.vividsolutions.jtsexample.geom | |
com.vividsolutions.jtsexample.linearref |
Uses of ParseException in com.vividsolutions.jts.io |
---|
Methods in com.vividsolutions.jts.io that throw ParseException | |
---|---|
List |
WKTFileReader.read()
Reads a sequence of geometries. |
List |
WKBHexFileReader.read()
Reads a sequence of geometries. |
Geometry |
WKBReader.read(byte[] bytes)
Reads a single Geometry in WKB format from a byte array. |
Geometry |
WKBReader.read(InStream is)
Reads a Geometry in binary WKB format from an InStream . |
Geometry |
WKTReader.read(Reader reader)
Reads a Well-Known Text representation of a Geometry
from a Reader . |
Geometry |
WKTReader.read(String wellKnownText)
Reads a Well-Known Text representation of a Geometry
from a String . |
Uses of ParseException in com.vividsolutions.jtsexample.geom |
---|
Methods in com.vividsolutions.jtsexample.geom that throw ParseException | |
---|---|
void |
PrecisionModelExample.difference(String wktA,
String wktB,
PrecisionModel pm)
|
void |
PrecisionModelExample.example1()
|
void |
PrecisionModelExample.example2()
|
void |
PrecisionModelExample.intersection(String wktA,
String wktB,
PrecisionModel pm)
|
void |
SimpleMethodsExample.run()
|
void |
PrecisionModelExample.run()
|
Uses of ParseException in com.vividsolutions.jtsexample.linearref |
---|
Methods in com.vividsolutions.jtsexample.linearref that throw ParseException | |
---|---|
void |
LinearRefExample.runExtractedLine(String wkt,
double start,
double end)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |