Class GISConfig

java.lang.Object
org.localify.common.config.beans.GISConfig

@Configuration public class GISConfig extends Object
Configuration for GIS-related beans.
  • Constructor Details

    • GISConfig

      public GISConfig()
  • Method Details

    • geometryFactory

      @Bean public org.locationtech.jts.geom.GeometryFactory geometryFactory()
      Creates a GeometryFactory bean. The SRID is set to 4326, which corresponds to WGS 84.
      Returns:
      The GeometryFactory bean.