Packagecom.esri.bacore.thematicmapping
Classpublic final class QueryTaskOutput
InheritanceQueryTaskOutput Inheritance Object

The QueryTaskOutput class provides the results of the execution of the thematic mapping query task.



Public Properties
 PropertyDefined By
  features : FeatureSet
[read-only] Returned features of the geography layer.
QueryTaskOutput
  layerInfo : IGeographyLayerInfo
[read-only] Geography layer whose features are returned.
QueryTaskOutput
Public Methods
 MethodDefined By
  
QueryTaskOutput(layerInfo:IGeographyLayerInfo, features:FeatureSet)
Creates a new instance of the QueryTaskOutput class.
QueryTaskOutput
Property Detail
featuresproperty
features:FeatureSet  [read-only]

Returned features of the geography layer.


Implementation
    public function get features():FeatureSet
layerInfoproperty 
layerInfo:IGeographyLayerInfo  [read-only]

Geography layer whose features are returned.


Implementation
    public function get layerInfo():IGeographyLayerInfo
Constructor Detail
QueryTaskOutput()Constructor
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.