See: Description
Interface | Description |
---|---|
InStream |
A interface for classes providing an input stream of bytes.
|
OutStream |
A interface for classes providing an output stream of bytes.
|
WKBConstants |
Constant values used by the WKB format
|
Class | Description |
---|---|
ByteArrayInStream |
Allows an array of bytes to be used as an
InStream . |
ByteOrderDataInStream |
Allows reading a stream of Java primitive datatypes from an underlying
InStream ,
with the representation being in either common byte ordering. |
ByteOrderValues |
Methods to read and write primitive Java datatypes from/to byte
sequences, allowing the byte order to be specified
|
InputStreamInStream |
An adapter to allow an
InputStream to be used as an InStream |
OrdinateFormat |
Formats numeric values for ordinates
in a consistent, accurate way.
|
OutputStreamOutStream |
An adapter to allow an
OutputStream to be used as an OutStream |
WKBHexFileReader |
Reads a sequence of
Geometry s in WKBHex format
from a text file. |
WKBReader |
Reads a
Geometry from a byte stream in Well-Known Binary format. |
WKBWriter |
Writes a
Geometry into Well-Known Binary format. |
WKTConstants |
Constants used in the WKT (Well-Known Text) format.
|
WKTFileReader |
Reads a sequence of
Geometry s in WKT format
from a text file. |
WKTReader |
Converts a geometry in Well-Known Text format to a
Geometry . |
WKTWriter |
Writes the Well-Known Text representation of a
Geometry . |
Enum | Description |
---|---|
Ordinate |
An enumeration of possible Well-Known-Text or Well-Known-Binary ordinates.
|
Exception | Description |
---|---|
ParseException |
Thrown by a
WKTReader when a parsing problem occurs. |
The Java Topology Suite (JTS) is a Java API that implements a core set of spatial data operations using an explicit precision model and robust geometric algorithms. JTS is intended to be used in the development of applications that support the validation, cleaning, integration and querying of spatial datasets.
JTS attempts to implement the OpenGIS Simple Features Specification (SFS) as accurately as possible. In some cases the SFS is unclear or omits a specification; in this case JTS attempts to choose a reasonable and consistent alternative. Differences from and elaborations of the SFS are documented in this specification.
Copyright © 2024. All rights reserved.