com.supermap.services.components
Interface ComponentContextAware
-
- All Known Implementing Classes:
- AddressMatchImpl, DataImpl, DefaultTileMaster, GeometryComponentImpl, MapImpl, NetworkAnalyst3DImpl, PlotImpl, RealspaceImpl, SpatialAnalyst3DImpl, SpatialAnalystImpl, TrafficTransferAnalystImpl, TransportationAnalystImpl
public interface ComponentContextAwareThe interface which service component context depends on.
The implementation class of the interface will depend on the corresponding service component context, and the corresponding component context needs to be set.
-
-
Method Summary
Methods Modifier and Type Method and Description voidsetComponentContext(ComponentContext context)Sets the service component context.
-
-
-
Method Detail
-
setComponentContext
void setComponentContext(ComponentContext context)
Sets the service component context.
- Parameters:
context- The service component context.
-
-