Classes
Class | Description | |
---|---|---|
CodedValue |
Represents the coded value object as defined in the ArcGIS Rest API.
| |
DeleteResult |
Represents the result of a delete operation.
| |
Domain |
Represents the domain object as defined in the ArcGIS Rest API.
| |
DynamicFeature |
Represents a feature whose attributes and geometry are dynamically accessed at runtime.
| |
Editor |
Provides editing capabilities to features.
| |
EditResultBase |
Represents the base for editing results.
| |
Envelope |
Represents the envelope geometry.
| |
Feature |
Represents the base class for objects to which attributes can be mapped.
| |
FeatureT |
Represents the base class for objects to which attributes can be mapped.
| |
Field |
Represents the field object as defined in the ArcGIS Rest API.
| |
Geometry |
Represents the base class for all geometry types that are supported by ArcGIS Rest API and the PreStorm object-relational mapper.
| |
GeometryBase |
Represents the base class for all geometry types that are supported by ArcGIS Rest API.
| |
GeometryFunctions |
Provides utility functions for geometry objects.
| |
Http |
Abstracts HTTP calls to ArcGIS Server.
| |
InsertResultT |
Represents the result of an insert operation.
| |
Json |
Provides extension methods for converting geometries to JSON.
| |
Kml |
Provides extension methods for converting geometries and features to KML.
| |
KmlStyle |
Represents the KML style.
| |
Layer |
Represents the layer object as defined in the ArcGIS Rest API.
| |
Mapped |
Provides a custom attribute for specifying the source field name. This is used to map a database field to a property.
| |
Multipoint |
Represents the multipoint geometry.
| |
Point |
Represents the point geometry.
| |
Polygon |
Represents the polygon geometry.
| |
Polyline |
Represents the polyline geometry.
| |
RestException |
Represents errors that occur when handling a request against the ArcGIS Rest API.
| |
Service |
Abstracts the querying of features.
| |
SpatialReference |
Represents the spatial reference.
| |
Text |
Provides extension methods for converting features to text formats.
| |
Token |
Abstracts the ArcGIS Server token and its generation.
| |
UpdateResult |
Represents the result of an update operation.
| |
Wkt |
Provides extension methods for converting geometries to well-known text (WKT).
|
Interfaces
Interface | Description | |
---|---|---|
IService |
Abstracts the querying of features.
|
Enumerations
Enumeration | Description | |
---|---|---|
SpatialRel |
The spatial relationship used for server-side filtering of records.
|