Packagecom.esri.bacore.thematicmapping
Interfacepublic interface IGeographyLayerInfo

The IGeographyLayerInfo interface provides properties of a geography layer.

See also

GeographyLevelInfo


Public Properties
 PropertyDefined By
  generalizationLevel : int
[read-only] Generalization level of the layer in a geography level.
IGeographyLayerInfo
  idField : String
[read-only] Name of field representing a feature ID (required).
IGeographyLayerInfo
  name : String
[read-only] Layer name.
IGeographyLayerInfo
  nameField : String
[read-only] Name of field representing a feature name (optional).
IGeographyLayerInfo
  scale : Number
[read-only] Maximum scale value the layer supports.
IGeographyLayerInfo
Property Detail
generalizationLevelproperty
generalizationLevel:int  [read-only]

Generalization level of the layer in a geography level.


Implementation
    public function get generalizationLevel():int
idFieldproperty 
idField:String  [read-only]

Name of field representing a feature ID (required).


Implementation
    public function get idField():String
nameproperty 
name:String  [read-only]

Layer name.


Implementation
    public function get name():String
nameFieldproperty 
nameField:String  [read-only]

Name of field representing a feature name (optional).


Implementation
    public function get nameField():String
scaleproperty 
scale:Number  [read-only]

Maximum scale value the layer supports.


Implementation
    public function get scale():Number