Abstracts the querying of features.
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The IService type exposes the following members.
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