Represents the layer object as defined in the ArcGIS Rest API.
Inheritance Hierarchy
PreStormLayer
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The Layer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Layer | Initializes a new instance of the Layer class |
Properties
Name | Description | |
---|---|---|
![]() | fields |
The fields of the layer.
|
![]() | geometryType |
The geometry type of the layer.
|
![]() | hasZ |
Indicates if the layer supports the Z coordinates.
|
![]() | id |
The layer ID.
|
![]() | name |
The name of the layer.
|
![]() | type |
The type of the layer.
|
See Also