| Package | com.esri.bao.tasks.thematicmapping |
| Class | public final class GeographyLevelInfo |
| Property | Defined by | ||
|---|---|---|---|
| geographyLevelAlias : String [read-only]
Geography level long alias name.
| GeographyLevelInfo | ||
| geographyLevelName : String [read-only]
Geography level short name.
| GeographyLevelInfo | ||
| layersCount : int [read-only]
The number of geography layers of this level.
| GeographyLevelInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new instance of the GeographyLevelInfo class.
| GeographyLevelInfo | ||
|
isAvailable(mapScale:Number):Boolean
Tests the geography level to be shown for the given map scale.
| GeographyLevelInfo | ||
| geographyLevelAlias | property |
geographyLevelAlias:String [read-only]Geography level long alias name.
Implementation public function get geographyLevelAlias():String
| geographyLevelName | property |
geographyLevelName:String [read-only]Geography level short name.
Implementation public function get geographyLevelName():String
| layersCount | property |
layersCount:int [read-only]The number of geography layers of this level.
Implementation public function get layersCount():int
| GeographyLevelInfo | () | constructor |
public function GeographyLevelInfo()Creates a new instance of the GeographyLevelInfo class.
| isAvailable | () | method |
public function isAvailable(mapScale:Number):BooleanTests the geography level to be shown for the given map scale.
ParametersmapScale:Number — Required map scale.
|
Boolean — true if this geography level is available for the given map scale.
|