IService Interface

PreStorm - A Data Client for ArcGIS Server REST API
Abstracts the querying of features.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public interface IService

The IService type exposes the following members.

Properties

  NameDescription
Public propertyDomains
The array of coded value domains used by this service.
Public propertyLayers
The feature layers and tables exposed by this service.
Public propertyUrl
The url of the service.
Top
Methods

  NameDescription
Public methodDownload(Int32, String, String, Boolean, Int32)
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
Public methodDownload(String, String, String, Boolean, Int32)
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
Public methodDownload(Int32, String, GeometryBase, SpatialRel, String, Boolean, Int32)
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
Public methodDownload(String, String, GeometryBase, SpatialRel, String, Boolean, Int32)
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
Public methodDownloadT(Int32, String, String, Boolean, Int32)
Downloads records and yields them as a lazy sequence of features of the specified type. Possibly throws RestException.
Public methodDownloadT(String, String, String, Boolean, Int32)
Downloads records and yields them as a lazy sequence of features of the specified type. Possibly throws RestException.
Public methodDownloadT(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.
Public methodDownloadT(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.
Top
See Also

Reference