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 |
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 |
---|---|
Geometry |
GeoJsonReader.read(Reader reader)
|
Geometry |
GeoJsonReader.read(String json)
Reads a GeoJson Geometry from a String into a single
Geometry . |
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 |
PrecisionModelExample.run() |
void |
SimpleMethodsExample.run() |
Modifier and Type | Method and Description |
---|---|
void |
LinearRefExample.runExtractedLine(String wkt,
double start,
double end) |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.initGeometry() |
void |
Testable.initGeometry() |
void |
TestCase.runTest() |
void |
Testable.runTest() |
Modifier and Type | Method and Description |
---|---|
void |
TestBuilderModel.changePrecisionModel(PrecisionModel precisionModel) |
void |
TestCaseEdit.initGeometry() |
void |
TestRunnerTestCaseAdapter.initGeometry() |
void |
TestBuilderModel.loadEditList(TestCaseList tcl) |
void |
TestBuilderModel.loadGeometryText(String wktA,
String wktB) |
void |
TestBuilderModel.pasteGeometry(int geomIndex) |
Geometry |
TestBuilderModel.readGeometryText(String geomStr) |
void |
TestCaseEdit.runTest() |
void |
TestRunnerTestCaseAdapter.runTest() |
Constructor and Description |
---|
TestCaseEdit(Testable tc) |
Modifier and Type | Method and Description |
---|---|
Geometry |
MultiFormatReader.read(String geomStr) |
Geometry |
WKTOrWKBReader.read(String geomStr) |
Geometry |
GeoJsonMultiReader.read(String s) |
static Geometry |
IOUtil.readGeoJSONString(String s,
GeometryFactory geomFact) |
static Geometry |
IOUtil.readGMLString(String gml,
GeometryFactory geomFact) |
static Geometry |
IOUtil.readWKBHexString(String wkb,
GeometryFactory geomFact) |
static Geometry |
IOUtil.readWKTString(String wkt,
GeometryFactory geomFact)
Reads one or more WKT geometries from a string.
|
Copyright © 2017. All Rights Reserved.