A B C D E F G H L M O S T W 
All Classes All Packages

A

AbstractGeoJsonCrs - Class in org.bremersee.geojson
Abstract base class for the coordinate reference system (CRS) of a GeoJSON object.
AbstractGeoJsonCrs() - Constructor for class org.bremersee.geojson.AbstractGeoJsonCrs
 
AbstractGeoJsonFeature<G,​P> - Class in org.bremersee.geojson
A GeoJSON object with the type Feature (see rfc7946 section 3.3).
AbstractGeoJsonFeature() - Constructor for class org.bremersee.geojson.AbstractGeoJsonFeature
Instantiates a new abstract geo json feature.
AbstractGeoJsonFeatureCollection<F extends AbstractGeoJsonFeature> - Class in org.bremersee.geojson
A GeoJSON object with the type FeatureCollection is a feature collection object (see rfc7946 section 3.3).
AbstractGeoJsonFeatureCollection() - Constructor for class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
Instantiates a new abstract geo json feature collection.

B

build() - Method in interface org.bremersee.geojson.model.LatLonAware.Builder
Build latitude and longitude aware.
build() - Method in class org.bremersee.geojson.model.LatLonAware.BuilderImpl
 
builder() - Static method in interface org.bremersee.geojson.model.LatLonAware
Returns a new builder.
BuilderImpl() - Constructor for class org.bremersee.geojson.model.LatLonAware.BuilderImpl
 

C

clone() - Method in class org.bremersee.geojson.GeometryWrapper
 
configure(ObjectMapper) - Static method in class org.bremersee.geojson.GeoJsonObjectMapperModule
Registers this module to the object mapper.
configure(ObjectMapper, GeometryFactory) - Static method in class org.bremersee.geojson.GeoJsonObjectMapperModule
Registers this module to the object mapper.
ConvertHelper - Class in org.bremersee.geojson.utils
The convert helper.
ConvertHelper() - Constructor for class org.bremersee.geojson.utils.ConvertHelper
Instantiates a new convert helper.
ConvertHelper(GeometryFactory) - Constructor for class org.bremersee.geojson.utils.ConvertHelper
Instantiates a new convert helper.
ConvertHelper(GeometryFactory, boolean) - Constructor for class org.bremersee.geojson.utils.ConvertHelper
Instantiates a new convert helper.
copyAndApplyFilters(Geometry, CoordinateFilter...) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Copy and apply filters.
create(Geometry) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create json map.
createCoordinate(double, double) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a coordinate.
createCoordinate(BigDecimal, BigDecimal) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a coordinate.
createCoordinateWGS84(double, double) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a coordinate.
createCoordinateWGS84(BigDecimal, BigDecimal) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a coordinate.
createGeometryCollection(Collection<? extends Geometry>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Create geometry collection geometry collection.
createGeometryCollection(Collection<? extends Geometry>, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Create geometry collection geometry collection.
createGeometryCollection(List<Geometry>) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create geometry collection.
createGeometryCollection(Geometry...) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Create geometry collection geometry collection.
createLinearRing(Collection<? extends Coordinate>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a LinearRing using the given coordinates.
createLinearRing(Collection<? extends Coordinate>, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a LinearRing using the given coordinates.
createLineString(Collection<? extends Coordinate>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a LineString using the given coordinates; a null or empty collection will create an empty LineString.
createLineString(Collection<? extends Coordinate>, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a LineString using the given coordinates; a null or empty collection will create an empty LineString.
createLineString(List<Object>) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create line string.
createMultiLineString(Collection<? extends LineString>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a MultiLineString using the given LineStrings; a null or empty collection will create an empty MultiLineString.
createMultiLineString(Collection<? extends LineString>, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a MultiLineString using the given LineStrings; a null or empty collection will create an empty MultiLineString.
createMultiLineString(List<Object>) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create multi line string.
createMultiPoint(Collection<? extends Point>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a MultiPoint using the given Points.
createMultiPoint(Collection<? extends Point>, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a MultiPoint using the given Points.
createMultiPoint(List<Object>) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create multi point.
createMultiPolygon(Collection<? extends Polygon>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.
createMultiPolygon(Collection<? extends Polygon>, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.
createMultiPolygon(List<Object>) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create multi polygon.
createPoint(double, double) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point.
createPoint(double, double, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point.
createPoint(BigDecimal, BigDecimal) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point.
createPoint(BigDecimal, BigDecimal, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point.
createPoint(List<Object>) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create point.
createPoint(Coordinate) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a Point using the given Coordinate; a null Coordinate will create an empty Geometry.
createPoint(Coordinate, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a Point using the given Coordinate; a null Coordinate will create an empty Geometry.
createPointWGS84(double, double) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point from WGS84 latitude and longitude.
Latitude becomes the y-value.
Longitude becomes the x-value.
createPointWGS84(double, double, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point from WGS84 latitude and longitude.
Latitude becomes the y-value.
Longitude becomes the x-value.
createPointWGS84(BigDecimal, BigDecimal) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point from WGS84 latitude and longitude.
Latitude becomes the y-value.
Longitude becomes the x-value.
createPointWGS84(BigDecimal, BigDecimal, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Creates a point from WGS84 latitude and longitude.
Latitude becomes the y-value.
Longitude becomes the x-value.
createPolygon(List<Object>) - Method in class org.bremersee.geojson.utils.ConvertHelper
Create polygon.
createPolygon(LinearRing) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Constructs a Polygon with the given exterior boundary.
createPolygon(LinearRing, Collection<? extends LinearRing>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Constructs a Polygon with the given exterior boundary and interior boundaries.
createPolygon(LinearRing, Collection<? extends LinearRing>, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Constructs a Polygon with the given exterior boundary and interior boundaries.
createPolygon(LinearRing, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Constructs a Polygon with the given exterior boundary.

D

DEFAULT_SPATIAL_AUTHORITY - Static variable in class org.bremersee.geojson.utils.GeometryUtils
Default spatial authority: 'EPSG'.
deserialize(JsonParser, DeserializationContext) - Method in class org.bremersee.geojson.GeometryDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.bremersee.geojson.GeometryWrapper.Deserializer
 
Deserializer() - Constructor for class org.bremersee.geojson.GeometryWrapper.Deserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.bremersee.geojson.GeometryWrapper.Deserializer
 

E

EARTH_RADIUS_METERS - Static variable in class org.bremersee.geojson.utils.GeometryUtils
The earth radius in meters.
equals(G, Object) - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Equals boolean.
equals(Object) - Method in class org.bremersee.geojson.AbstractGeoJsonCrs
 
equals(Object) - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
 
equals(Object) - Method in class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
 
equals(Object) - Method in class org.bremersee.geojson.GeometryWrapper
 
equals(Object) - Method in class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
 
equals(Object) - Method in class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
 
equals(Geometry, Object) - Method in class org.bremersee.geojson.GeoJsonFeature
 
equals(Geometry, Geometry) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Checks whether two geometry objects are equal.

F

filter(Coordinate) - Method in class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
 
filter(Coordinate) - Method in class org.bremersee.geojson.utils.SwapCoordinateFilter
 
filter(Coordinate) - Method in class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
 
from(LatLonAware) - Method in interface org.bremersee.geojson.model.LatLonAware.Builder
Sets latitude and longitude from the given object.
from(LatLonAware) - Method in class org.bremersee.geojson.model.LatLonAware.BuilderImpl
 
fromWKT(InputStream, String) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Reads a Well-Known Text representation of a Geometry from an InputStream.
fromWKT(InputStream, String, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Reads a Well-Known Text representation of a Geometry from an InputStream.
fromWKT(Reader) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Reads a Well-Known Text representation of a Geometry from a Reader.
fromWKT(Reader, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Reads a Well-Known Text representation of a Geometry from a Reader.
fromWKT(String) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Reads a Well-Known Text representation of a Geometry from a String.
fromWKT(String, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Reads a Well-Known Text representation of a Geometry from a String.

G

GeoJsonFeature - Class in org.bremersee.geojson
A GeoJSON object with the type Feature (see rfc7946 section 3.2).
GeoJsonFeature() - Constructor for class org.bremersee.geojson.GeoJsonFeature
Default constructor.
GeoJsonFeature(String, Geometry, boolean, Map<String, Object>) - Constructor for class org.bremersee.geojson.GeoJsonFeature
Constructs a GeoJSON feature with the specified parameters.
GeoJsonFeatureCollection - Class in org.bremersee.geojson
A GeoJSON object with the type FeatureCollection is a feature collection object (see rfc7946 section 3.3).
GeoJsonFeatureCollection() - Constructor for class org.bremersee.geojson.GeoJsonFeatureCollection
Default constructor.
GeoJsonFeatureCollection(Collection<? extends GeoJsonFeature>, boolean) - Constructor for class org.bremersee.geojson.GeoJsonFeatureCollection
Constructs a GeoJSON feature collection with the specified parameters.
GeoJsonLinkedCrs - Class in org.bremersee.geojson
A link to the coordinate reference system (CRS) of a GeoJSON object.
GeoJsonLinkedCrs() - Constructor for class org.bremersee.geojson.GeoJsonLinkedCrs
Default constructor.
GeoJsonLinkedCrs(String) - Constructor for class org.bremersee.geojson.GeoJsonLinkedCrs
Constructs the coordinate reference system (CRS) with the specified link.
GeoJsonLinkedCrs(String, String) - Constructor for class org.bremersee.geojson.GeoJsonLinkedCrs
Constructs the coordinate reference system (CRS) with the specified link and type.
GeoJsonNamedCrs - Class in org.bremersee.geojson
A reference to the coordinate reference system (CRS) of a GeoJSON object by it's name.
GeoJsonNamedCrs() - Constructor for class org.bremersee.geojson.GeoJsonNamedCrs
Default constructor.
GeoJsonNamedCrs(String) - Constructor for class org.bremersee.geojson.GeoJsonNamedCrs
Constructs a coordinate reference system (CRS) with it's name.
GeoJsonObjectMapperModule - Class in org.bremersee.geojson
A Jackson JSON processor module that provides the processing (serialization and deserialization) of the following types.
GeoJsonObjectMapperModule() - Constructor for class org.bremersee.geojson.GeoJsonObjectMapperModule
Default constructor.
GeoJsonObjectMapperModule(GeometryFactory) - Constructor for class org.bremersee.geojson.GeoJsonObjectMapperModule
Constructs a module with the specified geometry factory.
GeometryDeserializer - Class in org.bremersee.geojson
A Jackson deserializer for a Geometry.
GeometryDeserializer() - Constructor for class org.bremersee.geojson.GeometryDeserializer
Default constructor.
GeometryDeserializer(GeometryFactory) - Constructor for class org.bremersee.geojson.GeometryDeserializer
Constructs a deserializer that uses the specified geometry factory.
GeometrySerializer - Class in org.bremersee.geojson
A Jackson serializer for a Geometry.
GeometrySerializer() - Constructor for class org.bremersee.geojson.GeometrySerializer
Default constructor.
GeometryUtils - Class in org.bremersee.geojson.utils
Utility methods for geometry objects.
GeometryWrapper - Class in org.bremersee.geojson
This class wraps a geometry and can be processed by the Jackson JSON processor without registering the GeoJsonObjectMapperModule.
GeometryWrapper() - Constructor for class org.bremersee.geojson.GeometryWrapper
Default constructor.
GeometryWrapper(Geometry) - Constructor for class org.bremersee.geojson.GeometryWrapper
Constructs a GeoJSON geometry wrapper with the specified geometry.
GeometryWrapper.Deserializer - Class in org.bremersee.geojson
Deserializer for the GeoJSON geometry wrapper class.
GeometryWrapper.Serializer - Class in org.bremersee.geojson
Serializer for the GeoJSON geometry wrapper class.
getBbox() - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Return the bounding box of the GeoJSON object or null if there is no such object (see Bounding Box).
getBbox() - Method in class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
Return the bounding box of the GeoJSON object or null if there is no such object (see Bounding Box).
getBoundingBox(Collection<? extends Geometry>) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Calculate the bounding box of the specified geometries.
getBoundingBox(Geometry) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Calculate the bounding box of the specified geometry (see bounding-boxes).
getBoundingBoxAsPolygon2D(double[]) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns a polygon from the bounding box.
getBoundingBoxAsPolygon2D(double[], GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns a polygon from the bounding box.
getBoundingBoxAsPolygon2D(Geometry) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns the bounding box of the geometry as polygon.
getBoundingBoxAsPolygon2D(Geometry, GeometryFactory) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns the bounding box of the geometry as polygon.
getCrs() - Method in class org.bremersee.geojson.GeoJsonNamedCrs
Return the name of the coordinate reference system (CRS).
getEarthRadiusInMeters() - Method in class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
Returns the earth radius that is used for the transformation.
getEarthRadiusInMeters() - Method in class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
Returns the earth radius that is used for the transformation.
getFeatures() - Method in class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
Return the features of this collection.
getGeometry() - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Return the geometry object of this GeoJSON feature.
getGeometry() - Method in class org.bremersee.geojson.GeoJsonFeature
 
getGeometry() - Method in class org.bremersee.geojson.GeometryWrapper
Gets the geometry.
getGeometryFactory() - Method in class org.bremersee.geojson.utils.ConvertHelper
Gets geometry factory.
getHref() - Method in class org.bremersee.geojson.GeoJsonLinkedCrs
Return the link to the coordinate reference system (CRS).
getId() - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Return the id of this GeoJSON feature or null if there is no id available.
getId() - Method in class org.bremersee.geojson.GeoJsonFeature
 
getLatitude() - Method in class org.bremersee.geojson.model.LatitudeLongitude
 
getLatitude() - Method in class org.bremersee.geojson.model.LatLon
 
getLatitude() - Method in interface org.bremersee.geojson.model.LatLonAware
Gets latitude.
getLatitudeWGS84(Coordinate) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Gets latitude value of WGS84.
getLongitude() - Method in class org.bremersee.geojson.model.LatitudeLongitude
 
getLongitude() - Method in class org.bremersee.geojson.model.LatLon
 
getLongitude() - Method in interface org.bremersee.geojson.model.LatLonAware
Gets longitude.
getLongitudeWGS84(Coordinate) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Gets longitude value of WGS84.
getNorthEast(double[]) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns the coordinate in the north-east.
getNorthWest(double[]) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns the coordinate in the north-west.
getProperties() - Method in class org.bremersee.geojson.AbstractGeoJsonCrs
Properties that store information about the coordinate reference system (CRS).
getProperties() - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Return the properties that are associated with this GeoJSON feature or null if there are no properties.
getProperties() - Method in class org.bremersee.geojson.GeoJsonFeature
 
getSouthEast(double[]) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns the coordinate in the south-east.
getSouthWest(double[]) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns the coordinate in the south-west.
getType() - Method in class org.bremersee.geojson.GeoJsonLinkedCrs
Return the type of the coordinate reference system (CRS).

H

hashCode() - Method in class org.bremersee.geojson.AbstractGeoJsonCrs
 
hashCode() - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
 
hashCode() - Method in class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
 
hashCode() - Method in class org.bremersee.geojson.GeometryWrapper
 
hashCode() - Method in class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
 
hashCode() - Method in class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
 
hasValues() - Method in interface org.bremersee.geojson.model.LatLonAware
Determines whether latitude and longitude have values.

L

latitude(double) - Method in interface org.bremersee.geojson.model.LatLonAware.Builder
Sets latitude.
latitude(double) - Method in class org.bremersee.geojson.model.LatLonAware.BuilderImpl
 
latitude(BigDecimal) - Method in interface org.bremersee.geojson.model.LatLonAware.Builder
Sets latitude.
latitude(BigDecimal) - Method in class org.bremersee.geojson.model.LatLonAware.BuilderImpl
 
LatitudeLongitude - Class in org.bremersee.geojson.model
The latitude longitude.
LatitudeLongitude(BigDecimal, BigDecimal) - Constructor for class org.bremersee.geojson.model.LatitudeLongitude
Instantiates a new latitude longitude.
LatitudeLongitude(LatLonAware) - Constructor for class org.bremersee.geojson.model.LatitudeLongitude
Instantiates a new latitude longitude.
LatitudeLongitude(Coordinate) - Constructor for class org.bremersee.geojson.model.LatitudeLongitude
Instantiates a new latitude longitude (longitude is x, latitude is y).
LatitudeLongitude(Point) - Constructor for class org.bremersee.geojson.model.LatitudeLongitude
Instantiates a new latitude longitude (longitude is x, latitude is y).
LatLon - Class in org.bremersee.geojson.model
The lat lon.
LatLon(BigDecimal, BigDecimal) - Constructor for class org.bremersee.geojson.model.LatLon
Instantiates a new lat lon.
LatLon(LatLonAware) - Constructor for class org.bremersee.geojson.model.LatLon
Instantiates a new lat lon.
LatLon(Coordinate) - Constructor for class org.bremersee.geojson.model.LatLon
Instantiates a new lat lon (lon is x, lat is y).
LatLon(Point) - Constructor for class org.bremersee.geojson.model.LatLon
Instantiates a new lat lon (lon is x, lat is y).
LatLonAware - Interface in org.bremersee.geojson.model
The interface lat lon aware.
LatLonAware.Builder - Interface in org.bremersee.geojson.model
The builder interface.
LatLonAware.BuilderImpl - Class in org.bremersee.geojson.model
The builder implementation.
longitude(double) - Method in interface org.bremersee.geojson.model.LatLonAware.Builder
Sets longitude.
longitude(double) - Method in class org.bremersee.geojson.model.LatLonAware.BuilderImpl
 
longitude(BigDecimal) - Method in interface org.bremersee.geojson.model.LatLonAware.Builder
Sets longitude.
longitude(BigDecimal) - Method in class org.bremersee.geojson.model.LatLonAware.BuilderImpl
 

M

MERCATOR_CRS - Static variable in class org.bremersee.geojson.utils.GeometryUtils
CRS (Coordinate reference system) of mercator: 'EPSG:3857'.
MERCATOR_CRS_ALT - Static variable in class org.bremersee.geojson.utils.GeometryUtils
Alternative CRS (Coordinate reference system) of mercator: 'EPSG:900913'.
MERCATOR_MAX_LAT - Static variable in class org.bremersee.geojson.utils.GeometryUtils
Maximum latitude for mercator projection.
MERCATOR_MIN_LAT - Static variable in class org.bremersee.geojson.utils.GeometryUtils
Minimum latitude for mercator projection.
MERCATOR_SPATIAL_REFERENCE_ID - Static variable in class org.bremersee.geojson.utils.GeometryUtils
Reference ID of mercator projection: '3857'.
MERCATOR_SPATIAL_REFERENCE_ID_ALT - Static variable in class org.bremersee.geojson.utils.GeometryUtils
Alternative reference ID of mercator: '900913'.
MercatorToWgs84CoordinateFilter - Class in org.bremersee.geojson.utils
A coordinate filter that transforms mercator coordinates into WGS84 coordinates.
MercatorToWgs84CoordinateFilter() - Constructor for class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
Default constructor.
MercatorToWgs84CoordinateFilter(double) - Constructor for class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
Constructs a coordinate filter that uses the specified earth radius.

O

org.bremersee.geojson - package org.bremersee.geojson
This package contains classes for reading and writing GeoJSON with the Jackson JSON Processor.
org.bremersee.geojson.model - package org.bremersee.geojson.model
This package contains additional models.
org.bremersee.geojson.utils - package org.bremersee.geojson.utils
This package contains geometry utilities.

S

serialize(GeometryWrapper, JsonGenerator, SerializerProvider) - Method in class org.bremersee.geojson.GeometryWrapper.Serializer
 
serialize(Geometry, JsonGenerator, SerializerProvider) - Method in class org.bremersee.geojson.GeometrySerializer
 
Serializer() - Constructor for class org.bremersee.geojson.GeometryWrapper.Serializer
 
serializeWithType(GeometryWrapper, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.bremersee.geojson.GeometryWrapper.Serializer
 
setBbox(double[]) - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Set the bounding box of the GeoJSON object.
setBbox(double[]) - Method in class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
Set the bounding box of the GeoJSON object.
setCrs(String) - Method in class org.bremersee.geojson.GeoJsonNamedCrs
Set the name of the coordinate reference system (CRS).
setEarthRadiusInMeters(double) - Method in class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
Sets the earth radius that is used for the transformation.
setEarthRadiusInMeters(double) - Method in class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
Sets the earth radius that is used for the transformation.
setFeatures(List<F>) - Method in class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
Set the faetures of this collection.
setGeometry(G) - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Set the geometry object of this GeoJSON feature.
setGeometry(Geometry) - Method in class org.bremersee.geojson.GeoJsonFeature
 
setGeometry(Geometry) - Method in class org.bremersee.geojson.GeometryWrapper
Sets the geometry.
setHref(String) - Method in class org.bremersee.geojson.GeoJsonLinkedCrs
Set the link to the coordinate reference system (CRS).
setId(String) - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Set the id of this GeoJSON feature.
setId(String) - Method in class org.bremersee.geojson.GeoJsonFeature
 
setProperties(Map<String, Object>) - Method in class org.bremersee.geojson.AbstractGeoJsonCrs
Set the properties the properties that store information about the coordinate reference system (CRS).
setProperties(P) - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
Set the properties that are associated with this GeoJSON feature.
setType(String) - Method in class org.bremersee.geojson.GeoJsonLinkedCrs
Set the type of the coordinate reference system (CRS).
SwapCoordinateFilter - Class in org.bremersee.geojson.utils
The swap coordinate filter.
SwapCoordinateFilter() - Constructor for class org.bremersee.geojson.utils.SwapCoordinateFilter
 
swapCoordinates(Geometry) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Swap coordinates.

T

toCoordinate() - Method in interface org.bremersee.geojson.model.LatLonAware
To GeoJSON coordinate (x is longitude, y is latitude).
toLatLonString() - Method in interface org.bremersee.geojson.model.LatLonAware
To comma separated latitude longitude string.
toLonLatString() - Method in interface org.bremersee.geojson.model.LatLonAware
To comma separated longitude latitude string.
toPoint() - Method in interface org.bremersee.geojson.model.LatLonAware
To GeoJSON point (x is longitude, y is latitude).
toString() - Method in class org.bremersee.geojson.AbstractGeoJsonCrs
 
toString() - Method in class org.bremersee.geojson.AbstractGeoJsonFeature
 
toString() - Method in class org.bremersee.geojson.AbstractGeoJsonFeatureCollection
 
toString() - Method in class org.bremersee.geojson.GeometryWrapper
 
toString() - Method in class org.bremersee.geojson.utils.MercatorToWgs84CoordinateFilter
 
toString() - Method in class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
 
toWKT(Geometry) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Returns the Well-known Text representation of this Geometry.
transformMercatorToWgs84(Geometry) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Transforms the coordinates of the given geometry from mercator into WGS84.
transformWgs84ToMercator(Geometry) - Static method in class org.bremersee.geojson.utils.GeometryUtils
Transforms the coordinates of the given geometry from WGS84 into mercator.
TYPE_ESRI_WKT - Static variable in class org.bremersee.geojson.GeoJsonLinkedCrs
The coordinate reference system (CRS) with type esriwkt.
TYPE_OGC_WKT - Static variable in class org.bremersee.geojson.GeoJsonLinkedCrs
The coordinate reference system (CRS) with type ogcwkt.
TYPE_PROJ4 - Static variable in class org.bremersee.geojson.GeoJsonLinkedCrs
The coordinate reference system (CRS) with type proj4.

W

WGS84_CRS - Static variable in class org.bremersee.geojson.utils.GeometryUtils
CRS (Coordinate reference system) of WGS84: 'EPSG:4326'.
WGS84_SPATIAL_REFERENCE_ID - Static variable in class org.bremersee.geojson.utils.GeometryUtils
Reference ID of WGS84: '4326'.
Wgs84ToMercatorCoordinateFilter - Class in org.bremersee.geojson.utils
A coordinate filter that transforms WGS84 coordinates into mercator coordinates.
Wgs84ToMercatorCoordinateFilter() - Constructor for class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
Default constructor.
Wgs84ToMercatorCoordinateFilter(double) - Constructor for class org.bremersee.geojson.utils.Wgs84ToMercatorCoordinateFilter
Constructs a coordinate filter that uses the specified earth radius.
A B C D E F G H L M O S T W 
All Classes All Packages