com.supermap.services.components
接口 ComponentContextAware
-
- 所有已知实现类:
- AddressMatchImpl, DataImpl, DefaultTileMaster, GeometryComponentImpl, KnowledgeGraphImpl, MapImpl, NetworkAnalyst3DImpl, PlotImpl, RealspaceImpl, SpatialAnalystImpl, TilingImpl, TrafficTransferAnalystImpl, TransportationAnalystImpl, VideoHLSComponentImpl
public interface ComponentContextAware
服务组件上下文依赖接口。
该接口的实现类将依赖相应的服务组件上下文,需要设置相应的组件上下文。
-
-
方法概要
方法 限定符和类型 方法和说明 void
setComponentContext(ComponentContext context)
设置服务组件上下文。
-
-
-
方法详细资料
-
setComponentContext
void setComponentContext(ComponentContext context)
设置服务组件上下文。
- 参数:
context
- 服务组件上下文。
-
-