Packagecom.esri.bao.tasks.thematicmapping
Classpublic final class ThematicMappingQueryResults

The ThematicMappingQueryResults class provides results of last query together with some query parameters.



Public Properties
 PropertyDefined by
  envelope : Geometry
[read-only] Map extent of the query.
ThematicMappingQueryResults
  features : FeatureSet
[read-only] Query results.
ThematicMappingQueryResults
  layerInfo : GeographyLayerInfo
[read-only] Geography layer the query was executed for.
ThematicMappingQueryResults
  where : String
[read-only] Query WHERE clause.
ThematicMappingQueryResults
Public Methods
 MethodDefined by
  
Creates a new instance of the ThematicMappingQueryResults class.
ThematicMappingQueryResults
Property detail
envelopeproperty
envelope:Geometry  [read-only]

Map extent of the query.

Implementation
    public function get envelope():Geometry
featuresproperty 
features:FeatureSet  [read-only]

Query results.

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

Geography layer the query was executed for.

Implementation
    public function get layerInfo():GeographyLayerInfo
whereproperty 
where:String  [read-only]

Query WHERE clause.

Implementation
    public function get where():String
Constructor detail
ThematicMappingQueryResults()constructor
public function ThematicMappingQueryResults()

Creates a new instance of the ThematicMappingQueryResults class.