IService Methods

PreStorm - A Data Client for ArcGIS Server REST API
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