E G N O R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- EPSG_PREFIX - Static variable in class org.locationtech.jts.io.geojson.GeoJsonWriter
-
The prefix for EPSG codes in the
crsproperty.
G
- GeoJsonConstants - Class in org.locationtech.jts.io.geojson
-
Constants for GeoJSON objects
- GeoJsonConstants() - Constructor for class org.locationtech.jts.io.geojson.GeoJsonConstants
- GeoJsonReader - Class in org.locationtech.jts.io.geojson
-
Reads a GeoJSON Geometry from a JSON fragment into a
Geometry. - GeoJsonReader() - Constructor for class org.locationtech.jts.io.geojson.GeoJsonReader
-
The default constructor uses the SRID from the Geojson CRS and the default
PrecisionModelto create aGeometryFactory. - GeoJsonReader(GeometryFactory) - Constructor for class org.locationtech.jts.io.geojson.GeoJsonReader
-
This constructor accepts a
GeometryFactorythat is used to create the output geometries and to override the GeoJson CRS. - GeoJsonWriter - Class in org.locationtech.jts.io.geojson
-
Writes
Geometrys as JSON fragments in GeoJSON format. - GeoJsonWriter() - Constructor for class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Constructs a GeoJsonWriter instance.
- GeoJsonWriter(int) - Constructor for class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Constructs a GeoJsonWriter instance specifying the number of decimals to use when encoding floating point numbers.
N
- NAME_COORDINATES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_CRS - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_GEOMETRIES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_GEOMETRYCOLLECTION - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_LINESTRING - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_MULTILINESTRING - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_MULTIPOINT - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_MULTIPOLYGON - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_NAME - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_POINT - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_POLYGON - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_PROPERTIES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_TYPE - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
O
- org.locationtech.jts.io.geojson - package org.locationtech.jts.io.geojson
- OrientationTransformer - Class in org.locationtech.jts.io.geojson
-
Utilities to modify the ring orientation of polygonal geometries.
- OrientationTransformer() - Constructor for class org.locationtech.jts.io.geojson.OrientationTransformer
R
- read(Reader) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
-
Reads a GeoJson Geometry from a
Readerinto a singleGeometry. - read(String) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
-
Reads a GeoJson Geometry from a String into a single
Geometry.
S
- setEncodeCRS(boolean) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Sets whether the GeoJSON
crsproperty should be output. - setForceCCW(boolean) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Sets whether the GeoJSON should be output following counter-clockwise orientation aka Right Hand Rule defined in RFC7946 See RFC 7946 Specification for more context.
T
- transformCCW(Geometry) - Static method in class org.locationtech.jts.io.geojson.OrientationTransformer
-
Transforms a geometry using the Right Hand Rule specifications defined in the latest GeoJSON specification.
- transformCCW(LinearRing, boolean) - Static method in class org.locationtech.jts.io.geojson.OrientationTransformer
-
Transforms a polygon using the Right Hand Rule specifications defined in the latest GeoJSON specification.
- transformCCW(Polygon) - Static method in class org.locationtech.jts.io.geojson.OrientationTransformer
-
Transforms a polygon using the Right Hand Rule specifications defined in the latest GeoJSON specification.
W
- write(Geometry) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Writes a
Geometryin GeoJson format to a String. - write(Geometry, Writer) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Writes a
Geometryin GeoJson format into aWriter.
All Classes All Packages