Package org.localify.common.config.beans
Class GISConfig
java.lang.Object
org.localify.common.config.beans.GISConfig
Configuration for GIS-related beans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.GeometryFactoryCreates a GeometryFactory bean.
-
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.
-