Class SpatialService

  • All Implemented Interfaces:
    java.io.Serializable, org.hibernate.service.Service

    public class SpatialService
    extends java.lang.Object
    implements org.hibernate.service.Service
    Central service for spatial integration
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INTEGRATION_ENABLED
      The name of the configuration setting used to control whether the spatial integration is enabled.
    • Constructor Summary

      Constructors 
      Constructor Description
      SpatialService​(org.hibernate.boot.registry.StandardServiceRegistryBuilder serviceRegistryBuilder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INTEGRATION_ENABLED

        public static final java.lang.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​(org.hibernate.boot.registry.StandardServiceRegistryBuilder serviceRegistryBuilder)
    • Method Detail

      • isEnabled

        public boolean isEnabled()