GEOS 3.11.1
|
Contains the interfaces for converting JTS objects to and from other formats. More...
Namespaces | |
namespace | WKBConstants |
Constant values used by the WKB format. | |
Classes | |
class | ByteOrderDataInStream |
Allows reading an stream of primitive datatypes from an underlying istream, with the representation being in either common byte ordering. More... | |
class | ByteOrderValues |
Methods to read and write primitive datatypes from/to byte sequences, allowing the byte order to be specified. More... | |
class | GeoJSONReader |
GeoJSON reader class; see also GeoJSONWriter. More... | |
class | GeoJSONWriter |
Outputs the GeoJSON representation of a Geometry. See also GeoJSONReader for parsing. More... | |
class | ParseException |
Notifies a parsing error. More... | |
class | WKBReader |
Reads a Geometry from Well-Known Binary format. More... | |
class | WKBWriter |
Writes a Geometry into Well-Known Binary format. More... | |
class | WKTReader |
WKT parser class; see also WKTWriter. More... | |
class | WKTWriter |
Outputs the textual representation of a Geometry. See also WKTReader. More... | |
Enumerations | |
enum class | GeoJSONType { GEOMETRY , FEATURE , FEATURE_COLLECTION } |
Contains the interfaces for converting JTS objects to and from other formats.
The Java Topology Suite (JTS) is a Java API that implements a core set of spatial data operations usin g an explicit precision model and robust geometric algorithms. JTS is intended to be used in the devel opment of applications that support the validation, cleaning, integration and querying of spatial data sets.
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.