Abstracts the querying of features.
Inheritance Hierarchy
PreStormService
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The Service type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Service(String, String) |
Initializes a new instance of the Service class. Possibly throws RestException.
| |
Service(String, Token, String) |
Initializes a new instance of the Service class. Possibly throws RestException.
| |
Service(String, ICredentials, String) |
Initializes a new instance of the Service class. Possibly throws RestException.
|
Properties
Name | Description | |
---|---|---|
Domains |
The array of coded value domains used by this service.
| |
Layers |
The feature layers and tables exposed by this service.
| |
Url |
The url of the service.
|
Methods
Name | Description | |
---|---|---|
Download(Int32, String, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
| |
Download(String, String, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
| |
Download(Int32, String, GeometryBase, SpatialRel, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
| |
Download(String, String, GeometryBase, SpatialRel, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
| |
DownloadT(Int32, String, String, Boolean, Int32) |
Downloads records and yields them as a lazy sequence of features of the specified type. Possibly throws RestException.
| |
DownloadT(String, String, String, Boolean, Int32) |
Downloads records and yields them as a lazy sequence of features of the specified type. Possibly throws RestException.
| |
DownloadT(Int32, String, GeometryBase, SpatialRel, String, Boolean, Int32) |
Downloads records and yields them as a lazy sequence of features of the specified type. Possibly throws RestException.
| |
DownloadT(String, String, GeometryBase, SpatialRel, String, Boolean, Int32) |
Downloads records and yields them as a lazy sequence of features of the specified type. Possibly throws RestException.
|
See Also