Overload List
Name | Description | |
---|---|---|
![]() | DownloadT(Int32, String, String, Boolean, Int32) |
Downloads records and yields them as a lazy sequence of features of the specified type. Possibly throws RestException.
|
![]() | Download(Int32, String, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. 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.
|
![]() | Download(String, String, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. 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.
|
![]() | Download(Int32, String, GeometryBase, SpatialRel, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. 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.
|
![]() | Download(String, String, GeometryBase, SpatialRel, String, Boolean, Int32) |
Downloads and yields features whose attributes and geometry are dynamically accessed at runtime. Possibly throws RestException.
|
See Also