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 Details

    • GeoJsonGeometryFactoryAutoConfiguration

      public GeoJsonGeometryFactoryAutoConfiguration()
  • Method Details

    • init

      @EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void init()
      Init.
    • geoJsonGeometryFactory

      @ConditionalOnMissingBean @Bean public org.bremersee.geojson.GeoJsonGeometryFactory geoJsonGeometryFactory()
      Creates the GeoJSON geometry factory.
      Returns:
      the gGeoJSON geometry factory