Class GeoJsonGeometryFactoryAutoConfiguration
java.lang.Object
org.bremersee.geojson.spring.boot.autoconfigure.GeoJsonGeometryFactoryAutoConfiguration
@ConditionalOnClass(name="org.bremersee.geojson.GeoJsonGeometryFactory")
@AutoConfiguration
public class GeoJsonGeometryFactoryAutoConfiguration
extends Object
The GeoJSON geometry factory autoconfiguration.
- Author:
- Christian Bremer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeoJsonGeometryFactoryAutoConfiguration
public GeoJsonGeometryFactoryAutoConfiguration()
-
-
Method Details
-
init
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void init()Init. -
geoJsonGeometryFactory
Creates the GeoJSON geometry factory.- Returns:
- the gGeoJSON geometry factory
-