Service Class

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

SystemObject
  PreStormService

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

public class Service : IService

The Service type exposes the following members.

Constructors

  NameDescription
Public methodService(String, String)
Initializes a new instance of the Service class. Possibly throws RestException.
Public methodService(String, Token, String)
Initializes a new instance of the Service class. Possibly throws RestException.
Public methodService(String, ICredentials, String)
Initializes a new instance of the Service class. Possibly throws RestException.
Top
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