Namespace Esri.ArcGISRuntime.Data
Classes
ArcGISFeature
Represents a Feature stored in an ArcGISFeatureTable.
ArcGISFeatureTable
Represents an ArcGIS feature table.
Attachment
Represents a geodatabase attachment type.
CodedValue
Represents a coded value found in a CodedValueDomain.
CodedValueDescription
An object that describes a CodedValue to be created.
CodedValueDomain
Specifies an explicit set of valid values for a Field.
CodedValueDomainDescription
An object that describes a CodedValueDomain to be created.
Contingency
Defines a contingency.
ContingencyConstraintViolation
Defines a contingency constraint violation.
ContingentAnyValue
Indicates that any domain value is allowed in a Contingency.
ContingentCodedValue
Defines a coded value specified in a Contingency.
ContingentNullValue
Indicates that null
value is allowed in a Contingency.
ContingentRangeValue
Defines a min and max range specified in a Contingency.
ContingentValue
Defines possible values for fields participating in contingent field groups.
ContingentValuesDefinition
Defines a contingent values definition.
ContingentValuesResult
Defines possible values for a field in the context of the contingent field groups it participates in.
Domain
Specifies the set of valid values for a Field.
DomainDescription
An object that describes a domain to be created.
EditResult
Represents the results of an attempt to push an update to a service.
Feature
Represents a real-world object on a map.
FeatureCollection
A container for collection of FeatureCollectionTables.
FeatureCollectionTable
A user-defined feature table that can be stored in a FeatureCollection for saving or sharing.
FeatureEditResult
Represents the results of an attempt to push an feature update to a feature service.
FeatureQueryResult
Represents the results of a feature query.
FeatureSubtype
Defines a feature subtype.
FeatureTable
Represents a table from a database
FeatureTableEditResult
The edit results of a specific FeatureTable.
FeatureTemplate
Provides a template for creating a new feature.
FeatureType
Defines a feature type.
Field
Contains information about an attribute field in a Feature
FieldDescription
An object that describes a Field to be created.
FieldGroup
Defines a field group.
Geodatabase
Represents an ArcGIS Geodatabase.
GeodatabaseConstraintRuleViolationException
An exception thrown an attribute constraint rule was violated.
GeodatabaseFeatureTable
Represents a feature table stored in a Geodatabase.
GeodatabaseMaxRuleEvaluationLevelExceededException
An exception thrown when evaluation of attribute rules is cyclic or exceeds maximum cascading level.
GeoElement
A marker interface implemented by objects that can be returned from an identify operation.
GeoPackage
Represents a GeoPackage.
GeoPackageFeatureTable
Represents an GeoPackage feature table.
IdentifyGraphicsOverlayResult
Represents the identify result containing a layer and the identified elements of that layer.
IdentifyLayerResult
Represents the identify result containing a layer and the identified elements of that layer.
InheritedDomain
Apply to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.
LocalFeatureEdit
An object that represents a pending feature edit specifying its edit operation and most recent edit time.
LocalFeatureEditsResult
An object that represents the LocalFeatureEdit results in ascending order based on edit time.
OgcFeatureCollectionTable
Represents a feature collection in an "OGC API Features" service.
OrderBy
Represents an ordering in a query's order by clause.
QueryParameters
Represents the parameters for a query.
RangeDomain<T>
Specifies a valid range of values for a Field.
RangeDomainDescription
An object that describes a RangeDomain<T> to be created.
RelatedFeatureQueryResult
Contains the features that have been returned from a related tables query.
RelatedQueryParameters
Contains the input parameters for a related tables query.
ServiceFeatureTable
Represents a feature table created from the URL to an ArcGIS feature service.
ServiceGeodatabase
A container for a collection of ServiceFeatureTable connected to a feature service.
ShapefileFeatureTable
Represents a feature table based on a local Shapefile data source.
ShapefileInfo
A handle that represents a shape file info.
StatisticDefinition
Represents a type used for defining a statistic to be queried for in the table.
StatisticRecord
Represents a value within the StatisticsQueryResult iterator.
StatisticsQueryParameters
Represents a type used for defining a statistics query.
StatisticsQueryResult
Represents a type that contains the results of a statistics query.
SyncLayerResult
Represents the result of sync operation on a table or layer if there has been edit errors with individual features.
TableDescription
An object that describes a GeodatabaseFeatureTable to be created.
TransactionStatusChangedEventArgs
Event argument used by TransactionStatusChanged
WfsFeatureTable
Represents a table in an OGC Web Feature Service.
Interfaces
IFeatureSet
An interface for feature sets.
Enums
ContingencyConstraintViolationType
Enumerates the different types of contingency constraint violations.
DrawingTool
An enumeration of available drawing tools.
EditOperation
The various types of edits in a FeatureTable.
FeatureRequestMode
Describes the feature request mode for a ServiceFeatureTable. It determines (1) whether features are cached locally (for quicker access by map and scene layers) and (2) whether queries are performed on the local cache or on the server.
FieldType
The data format of an attribute field.
QueryFeatureFields
Controls which attributes are included in the features returned by QueryFeaturesAsync(QueryParameters, QueryFeatureFields) or QueryRelatedFeaturesAsync(ArcGISFeature, RelatedQueryParameters, QueryFeatureFields).
RelationshipConstraintViolationType
The various constraint violations that may occur when relating two features.
SortOrder
Describes the various ways a query result can be ordered by.
SpatialRelationship
Defines the various operators for spatially relating geometries.
StatisticType
An enumeration that represents the various statistics that can be calculated for values in a field in a table.