| Package | com.esri.bacore.thematicmapping |
| Interface | public interface IGeographyLayerInfo |
See also
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
createCopy(newScale:Number, newName:String):IGeographyLayerInfo
Creates a copy of this object with modified values of scale and name properties. | IGeographyLayerInfo | ||
| generalizationLevel | property |
generalizationLevel:int [read-only] Generalization level of the layer in a geography level.
public function get generalizationLevel():int| idField | property |
idField:String [read-only] Name of field representing a feature ID (required).
public function get idField():String| name | property |
name:String [read-only] Layer name.
public function get name():String| nameField | property |
nameField:String [read-only] Name of field representing a feature name (optional).
public function get nameField():String| scale | property |
scale:Number [read-only] Maximum scale value the layer supports.
public function get scale():Number| createCopy | () | method |
public function createCopy(newScale:Number, newName:String):IGeographyLayerInfoCreates 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).
|
IGeographyLayerInfo |