Class SpatialService
- java.lang.Object
-
- org.hibernate.spatial.integration.SpatialService
-
- All Implemented Interfaces:
Serializable
,Service
public class SpatialService extends Object implements Service
Central service for spatial integration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
INTEGRATION_ENABLED
The name of the configuration setting used to control whether the spatial integration is enabled.
-
Constructor Summary
Constructors Constructor Description SpatialService(StandardServiceRegistryBuilder serviceRegistryBuilder)
-
-
-
Field Detail
-
INTEGRATION_ENABLED
public static final String INTEGRATION_ENABLED
The name of the configuration setting used to control whether the spatial integration is enabled. Default is true- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpatialService
public SpatialService(StandardServiceRegistryBuilder serviceRegistryBuilder)
-
-