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
Public Methods
 MethodDefined By
  
createCopy(newScale:Number, newName:String):IGeographyLayerInfo
Creates a copy of this object with modified values of scale and name properties.
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
Method Detail
createCopy()method
public function createCopy(newScale:Number, newName:String):IGeographyLayerInfo

Creates a copy of this object with modified values of scale and name properties.

Parameters

newScale:Number — A new scale (if this value is zero, the scale of copy remains unchanged).
 
newName:String — A new name (if this is an empty or null string, the name of copy remains unchanged).

Returns
IGeographyLayerInfo