Index

C E F G H O S T 
All Classes and Interfaces|All Packages

C

ConverterIntegrationTest - Class in org.bremersee.geojson.spring.data.mongodb.convert
The converter test with embedded mongo.
ConverterIntegrationTest() - Constructor for class org.bremersee.geojson.spring.data.mongodb.convert.ConverterIntegrationTest
 
customConversions() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.TestConfiguration
Mongo custom conversions.

E

equals(Object) - Method in class org.bremersee.geojson.spring.boot.autoconfigure.app.GeometryEntity
 
equals(Object) - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
 
equals(Object) - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
 

F

findFeatures() - Method in class org.bremersee.geojson.spring.boot.autoconfigure.app.GeoJsonRestController
Find features mono.

G

GeoJsonAutoConfigureIntegrationTest - Class in org.bremersee.geojson.spring.boot.autoconfigure
The geo json autoconfigure integration test.
GeoJsonAutoConfigureIntegrationTest() - Constructor for class org.bremersee.geojson.spring.boot.autoconfigure.GeoJsonAutoConfigureIntegrationTest
 
GeoJsonRestController - Class in org.bremersee.geojson.spring.boot.autoconfigure.app
The geo json rest controller.
GeoJsonRestController() - Constructor for class org.bremersee.geojson.spring.boot.autoconfigure.app.GeoJsonRestController
 
GeometryCollectionEntity - Class in org.bremersee.geojson.spring.data.mongodb.convert.app
The geometry collection entity.
GeometryCollectionEntity() - Constructor for class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
Instantiates a new geometry collection entity.
GeometryCollectionEntity(GeometryCollection) - Constructor for class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
Instantiates a new geometry collection entity.
GeometryCollectionEntityRepository - Interface in org.bremersee.geojson.spring.data.mongodb.convert.app
The geometry collection entity repository.
GeometryEntity - Class in org.bremersee.geojson.spring.boot.autoconfigure.app
The geometry entity.
GeometryEntity - Class in org.bremersee.geojson.spring.data.mongodb.convert.app
The geometry entity.
GeometryEntity() - Constructor for class org.bremersee.geojson.spring.boot.autoconfigure.app.GeometryEntity
Instantiates a new geometry entity.
GeometryEntity() - Constructor for class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
Instantiates a new geometry entity.
GeometryEntity(Geometry) - Constructor for class org.bremersee.geojson.spring.boot.autoconfigure.app.GeometryEntity
Instantiates a new geometry entity.
GeometryEntity(Geometry) - Constructor for class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
Instantiates a new geometry entity.
GeometryEntityRepository - Interface in org.bremersee.geojson.spring.boot.autoconfigure.app
The geometry entity repository.
GeometryEntityRepository - Interface in org.bremersee.geojson.spring.data.mongodb.convert.app
The geometry entity repository.
getGeometry() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
Gets geometry.
getGeometry() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
Gets geometry.
getId() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
Gets id.
getId() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
Gets id.

H

hashCode() - Method in class org.bremersee.geojson.spring.boot.autoconfigure.app.GeometryEntity
 
hashCode() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
 
hashCode() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
 

O

org.bremersee.geojson - package org.bremersee.geojson
 
org.bremersee.geojson.converter - package org.bremersee.geojson.converter
 
org.bremersee.geojson.converter.deserialization - package org.bremersee.geojson.converter.deserialization
 
org.bremersee.geojson.converter.serialization - package org.bremersee.geojson.converter.serialization
 
org.bremersee.geojson.crs - package org.bremersee.geojson.crs
 
org.bremersee.geojson.filter - package org.bremersee.geojson.filter
 
org.bremersee.geojson.model - package org.bremersee.geojson.model
 
org.bremersee.geojson.spring.boot.autoconfigure - package org.bremersee.geojson.spring.boot.autoconfigure
 
org.bremersee.geojson.spring.boot.autoconfigure.app - package org.bremersee.geojson.spring.boot.autoconfigure.app
 
org.bremersee.geojson.spring.boot.autoconfigure.data.mongo - package org.bremersee.geojson.spring.boot.autoconfigure.data.mongo
 
org.bremersee.geojson.spring.boot.autoconfigure.jackson - package org.bremersee.geojson.spring.boot.autoconfigure.jackson
 
org.bremersee.geojson.spring.boot.autoconfigure.web - package org.bremersee.geojson.spring.boot.autoconfigure.web
 
org.bremersee.geojson.spring.data.mongodb.convert - package org.bremersee.geojson.spring.data.mongodb.convert
 
org.bremersee.geojson.spring.data.mongodb.convert.app - package org.bremersee.geojson.spring.data.mongodb.convert.app
 

S

saveFeature(Geometry) - Method in class org.bremersee.geojson.spring.boot.autoconfigure.app.GeoJsonRestController
Save feature mono.
setGeometry(Geometry) - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
Sets geometry.
setGeometry(GeometryCollection) - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
Sets geometry.
setId(String) - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
Sets id.
setId(String) - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
Sets id.

T

TestConfiguration - Class in org.bremersee.geojson.spring.boot.autoconfigure.app
The test configuration.
TestConfiguration - Class in org.bremersee.geojson.spring.data.mongodb.convert.app
The test configuration.
TestConfiguration() - Constructor for class org.bremersee.geojson.spring.boot.autoconfigure.app.TestConfiguration
 
TestConfiguration() - Constructor for class org.bremersee.geojson.spring.data.mongodb.convert.app.TestConfiguration
 
toString() - Method in class org.bremersee.geojson.spring.boot.autoconfigure.app.GeometryEntity
 
toString() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryCollectionEntity
 
toString() - Method in class org.bremersee.geojson.spring.data.mongodb.convert.app.GeometryEntity
 
transform(String, Geometry, boolean) - Method in class org.bremersee.geojson.spring.boot.autoconfigure.app.GeoJsonRestController
Transform mono.
C E F G H O S T 
All Classes and Interfaces|All Packages