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

The GeographyLevelInfo class provides a collection of geography layers representing the geography level in descending order of scale values.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property detail
geographyLevelAliasproperty
geographyLevelAlias:String  [read-only]

Geography level long alias name.

Implementation
    public function get geographyLevelAlias():String
geographyLevelNameproperty 
geographyLevelName:String  [read-only]

Geography level short name.

Implementation
    public function get geographyLevelName():String
layersCountproperty 
layersCount:int  [read-only]

The number of geography layers of this level.

Implementation
    public function get layersCount():int
Constructor detail
GeographyLevelInfo()constructor
public function GeographyLevelInfo()

Creates a new instance of the GeographyLevelInfo class.

Method detail
isAvailable()method
public function isAvailable(mapScale:Number):Boolean

Tests the geography level to be shown for the given map scale.

Parameters
mapScale:Number — Required map scale.

Returns
Boolean — true if this geography level is available for the given map scale.