Class SpatialService

  • All Implemented Interfaces:
    java.io.Serializable, Service

    public class SpatialService
    extends java.lang.Object
    implements 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.
    • 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
    • Method Detail

      • isEnabled

        public boolean isEnabled()