| Package | com.esri.ags.layers |
| Class | public class LayerDetails |
See also
| Property | Defined by | ||
|---|---|---|---|
| copyright : String
The copyright of the layer as specified in the Service Directory.
| LayerDetails | ||
| displayField : String
The displayField of the layer as specified in the Service Directory.
| LayerDetails | ||
| extent : Extent
The extent of the layer as specified in the Service Directory.
| LayerDetails | ||
| fields : Array
The fields of the layer as specified in the Service Directory.
| LayerDetails | ||
| geometryType : String
The geometry type of the layer as specified in the Service Directory.
| LayerDetails | ||
| id : Number
Layer ID assigned by ArcGIS Server for a layer.
| LayerDetails | ||
| maxScale : Number
The maxScale of the layer as specified in the Service Directory.
| LayerDetails | ||
| minScale : Number
The minScale of the layer as specified in the Service Directory.
| LayerDetails | ||
| name : String
Layer name as defined in the map service.
| LayerDetails | ||
| type : String
The type of the layer as specified in the Service Directory.
| LayerDetails | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new LayerDetails object.
| LayerDetails | ||
| copyright | property |
public var copyright:StringThe copyright of the layer as specified in the Service Directory.
| displayField | property |
public var displayField:StringThe displayField of the layer as specified in the Service Directory.
| extent | property |
public var extent:ExtentThe extent of the layer as specified in the Service Directory.
| fields | property |
public var fields:ArrayThe fields of the layer as specified in the Service Directory.
See also
| geometryType | property |
public var geometryType:StringThe geometry type of the layer as specified in the Service Directory.
See also
| id | property |
public var id:NumberLayer ID assigned by ArcGIS Server for a layer. The topmost layer is 0, and each layer follows sequentially. If a layer is added or removed from the source map document, the ID values will shift accordingly.
| maxScale | property |
public var maxScale:NumberThe maxScale of the layer as specified in the Service Directory.
| minScale | property |
public var minScale:NumberThe minScale of the layer as specified in the Service Directory.
| name | property |
public var name:StringLayer name as defined in the map service.
| type | property |
public var type:StringThe type of the layer as specified in the Service Directory.
| LayerDetails | () | constructor |
public function LayerDetails()Creates a new LayerDetails object.