Package | com.esri.bao.tasks.thematicmapping |
Class | public final class ThematicMappingQueryResults |
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
Creates a new instance of the ThematicMappingQueryResults class.
| ThematicMappingQueryResults |
envelope | property |
envelope:Geometry
[read-only]Map extent of the query.
Implementation public function get envelope():Geometry
features | property |
features:FeatureSet
[read-only]Query results.
Implementation public function get features():FeatureSet
layerInfo | property |
layerInfo:GeographyLayerInfo
[read-only]Geography layer the query was executed for.
Implementation public function get layerInfo():GeographyLayerInfo
where | property |
where:String
[read-only]Query WHERE clause.
Implementation public function get where():String
ThematicMappingQueryResults | () | constructor |
public function ThematicMappingQueryResults()
Creates a new instance of the ThematicMappingQueryResults class.