Packagecom.esri.aws.services
Classpublic class MapImageActivator
InheritanceMapImageActivator Inheritance BaseArcWebActivator Inheritance mx.core.UIComponent

MapImageActivator is the IBundle Activator that is responsible for creating and starting the MapImageService Bundle. Required to use IMapImage methods as well as MapImageGroupLayer and ThematicGroupLayer.

See also

IMapImage
com.esri.aws.awx.map.layers.MapImageGroupLayer
com.esri.aws.awx.map.layers.ThematicGroupLayer


Protected Methods
 MethodDefined by
  
This method must be overriden by the extending class to return an instance of an IArcWebService.
MapImageActivator
  
getClassName():String
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
MapImageActivator
Method detail
createArcWebService()method
protected override function createArcWebService(useHTTPS:Boolean, arcwebHost:String):IArcWebService

This method must be overriden by the extending class to return an instance of an IArcWebService.

Parameters
useHTTPS:Boolean — the service created should use HTTPS.
 
arcwebHost:String — the service created should use this ArcWeb host.

Returns
IArcWebService — An instance of an IArcWebService.
getClassName()method 
protected override function getClassName():String

This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.

Returns
String — The fully qualified class name of the service to be registered.