Package | Description |
---|---|
com.vividsolutions.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
com.vividsolutions.jtsexample.geom | |
com.vividsolutions.jtsexample.linearref |
Modifier and Type | Method and Description |
---|---|
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)
|
Geometry |
WKTReader.read(Reader reader)
|
Geometry |
WKTReader.read(String wellKnownText)
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
LinearRefExample.runExtractedLine(String wkt,
double start,
double end) |
Copyright © 2015. All rights reserved.