Namespace Esri.ArcGISRuntime.Data
Classes
ArcGISFeature
Represents an ArcGIS specific feature stored in an ArcGISFeatureTable.
ArcGISFeatureTable
A table of features that typically represent real-world objects created from an ArcGIS feature service or an ArcGIS geodatabase.
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
A representation of a real-world geographic entity.
FeatureCollection
A feature collection represents a lightweight collection of features that can be saved in a map or portal item.
FeatureCollectionTable
A feature collection table represents an individual feature table in a FeatureCollection.
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
Describes a subset of features in an ArcGISFeatureTable that share the same integer attribute value.
FeatureTable
Represents a table from a database
FeatureTableEditResult
The edit results of a specific FeatureTable.
FeatureTemplate
Defines the default attribute values for the fields of a newly created ArcGISFeature and suggests a type of drawing tool to sketch the feature's geometry.
FeatureType
Defines the domains and feature templates that are used to create a new feature.
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 a mobile geodatabase containing geographic data and non-spatial tables.
GeodatabaseConstraintRuleViolationException
An exception thrown an attribute constraint rule was violated.
GeodatabaseFeatureTable
Represents a feature table stored in a Geodatabase.
GeodatabaseGlobalIdSupportMismatchException
Data changes cannot safely be committed due to mismatch of global ID support.
GeodatabaseMaxRuleEvaluationLevelExceededException
An exception thrown when evaluation of attribute rules is cyclic or exceeds maximum cascading level.
GeodatabaseReconcileBranchVersionUnsupportedException
An exception thrown when syncing geodatabase with reconcile branch version without service support.
GeoElement
An abstract representation of geographic entities in a map, scene, map view, or scene view.
GeoPackage
A GeoPackage file (.gpkg) that can contain multiple datasets of geographic features, non-spatial tabular data, and raster dataset that conform to the OGC GeoPackage format.
GeoPackageFeatureTable
A dataset in a GeoPackage containing features or non-spatial records.
IdentifyGraphicsOverlayResult
Identify result containing an overlay and the identified geoelements of that overlay.
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 to perform a query on a dataset.
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
Parameters to perform a related query on an ArcGISFeatureTable.
ServiceFeatureTable
A table of features that typically represent real-world objects created from an ArcGIS feature service.
ServiceGeodatabase
A container for a collection of ServiceFeatureTable connected to a feature service.
ShapefileFeatureTable
A table of features that typically represents real-world objects created from 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
Parameters to perform a statistical query on a FeatureTable.
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
A table of features that typically represents real-world objects from an OGC Web Feature Service (WFS) dataset.
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.