Skip navigation links
org.locationtech.jts.io:jts-io-common 1.20.0
E G N O R S T W 

E

EPSG_PREFIX - Static variable in class org.locationtech.jts.io.geojson.GeoJsonWriter
The prefix for EPSG codes in the crs property.

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 PrecisionModel to create a GeometryFactory.
GeoJsonReader(GeometryFactory) - Constructor for class org.locationtech.jts.io.geojson.GeoJsonReader
This constructor accepts a GeometryFactory that 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_FEATURE - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
 
NAME_FEATURECOLLECTION - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
 
NAME_FEATURES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
 
NAME_GEOMETRIES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
 
NAME_GEOMETRY - 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
 
org.locationtech.jts.io.twkb - package org.locationtech.jts.io.twkb
 
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(String) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
Reads a GeoJson Geometry from a String into a single Geometry.
read(Reader) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
Reads a GeoJson Geometry from a Reader into a single Geometry.
read(byte[]) - Method in class org.locationtech.jts.io.twkb.TWKBReader
 
read(InputStream) - Method in class org.locationtech.jts.io.twkb.TWKBReader
 
read(DataInput) - Method in class org.locationtech.jts.io.twkb.TWKBReader
 

S

setEncodeCRS(boolean) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
Sets whether the GeoJSON crs property should be output.
setEncodeM(boolean) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
 
setEncodeZ(boolean) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
 
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.
setGeometryFactory(GeometryFactory) - Method in class org.locationtech.jts.io.twkb.TWKBReader
 
setIncludeBbox(boolean) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
Whether the generated TWKB should include a Bounding Box for the geometry.
setIncludeSize(boolean) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
Whether the generated TWKB should include the size in bytes of the geometry.
setMPrecision(int) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
Number of base-10 decimal places stored for M dimension.
setXYPrecision(int) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
Number of base-10 decimal places stored for X and Y dimensions.
setZPrecision(int) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
Number of base-10 decimal places stored for Z dimension.

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(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.
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.
TWKBReader - Class in org.locationtech.jts.io.twkb
Reads a Geometry encoded into TWKB (Tiny Well-known Binary).
TWKBReader() - Constructor for class org.locationtech.jts.io.twkb.TWKBReader
 
TWKBReader(GeometryFactory) - Constructor for class org.locationtech.jts.io.twkb.TWKBReader
 
TWKBWriter - Class in org.locationtech.jts.io.twkb
Writes Geometrys in TWKB (Tiny Well-known Binary) format.
TWKBWriter() - Constructor for class org.locationtech.jts.io.twkb.TWKBWriter
 

W

write(Geometry) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
Writes a Geometry in GeoJson format to a String.
write(Geometry, Writer) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
Writes a Geometry in GeoJson format into a Writer.
write(Geometry) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
 
write(Geometry, OutputStream) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
 
write(Geometry, DataOutput) - Method in class org.locationtech.jts.io.twkb.TWKBWriter
 
E G N O R S T W 
Skip navigation links
org.locationtech.jts.io:jts-io-common 1.20.0

Copyright © 2024. All rights reserved.