The QueryTaskOutput class provides the results of the execution of the thematic mapping query task.
features:FeatureSet
[read-only]
Returned features of the geography layer.
Implementation public function get features():FeatureSet
layerInfo:IGeographyLayerInfo
[read-only]
Geography layer whose features are returned.
Implementation public function get layerInfo():IGeographyLayerInfo
public function QueryTaskOutput(layerInfo:IGeographyLayerInfo, features:FeatureSet)
Creates a new instance of the QueryTaskOutput class.
Parameters | layerInfo:IGeographyLayerInfo — Geography layer whose features are returned.
|
|
| features:FeatureSet — Returned features of the geography layer.
|
Mon Dec 12 2011, 10:44 AM -08:00