com.supermap.services.components.spi
Interface MultiInstanceSupported
-
- All Known Implementing Classes:
- TrafficTransferAnalystSetting, TransportationAnalystSetting, UGCAddressMatchProviderSetting, UGCDataProviderSetting, UGCMapProviderSetting, UGCNetworkAnalyst3DSetting, UGCRealspaceProviderSetting, UGCSpatialAnalyst3DProviderSetting, UGCSpatialAnalystProviderSetting
public interface MultiInstanceSupportedWhether the service provider enables multi-instance iconic interfaces
- Since:
- 8.1.0
-
-
Method Summary
Methods Modifier and Type Method and Description booleanisMultiInstance()Returns whether the current service provider is enabledvoidsetMultiInstance(boolean isMultiInstance)Sets whether the current service provider is enabled
-