Package com.esri.arcgisruntime.data
Contains classes that represent data, including ArcGIS Features and attachments.
- Since:
- 100.0.0
-
Interface Summary Interface Description FeatureSet This interface encapsulates read-only properties that can be applied to all types of FeatureSets.Geodatabase.TransactionStatusChangedListener Listens for the transaction status change when a transaction starts or ends (either committed or rolled back).GeodatabaseDataset An interface of common part of functionality for all geodatabase datasets. -
Class Summary Class Description ArcGISFeature AFeature
stored in anArcGISFeatureTable
.ArcGISFeatureTable Represents a feature table created from an ArcGIS feature service.Attachment Represents a feature attachment.CodedValue Represents a coded value object in a domain.CodedValueDescription An object that describes aCodedValue
to be created.CodedValueDomain A domain which specifies an explicit set of valid values for aField
.CodedValueDomainDescription An object that describes aCodedValueDomain
to be created.Contingency An object that defines a contingency.ContingencyConstraintViolation An object that defines a contingency constraint violation.ContingentAnyValue An object that indicates any domain value is allowed in a contingency.ContingentCodedValue An object that defines a coded value specified in a contingency.ContingentNullValue An object that indicates a null value is allowed in a contingency.ContingentRangeValue An object that defines a min and max range specified in a contingency.ContingentValue An object that defines possible field values for fields participating in contingent field groups.ContingentValuesDefinition An object that defines a contingent values definition.ContingentValuesResult An object that defines possible values for a field in the context of the contingent field groups it participates in.Domain Represents a domain used to define and restrict the valid values for aField
.DomainDescription An object that describes a domain to be created.EditResult Represents the result of an attempt to push an update to a service, such as after applying edits to a service by callingServiceFeatureTable.applyEditsAsync()
or syncing results for a table in a geodatabase from aSyncGeodatabaseJob
.Feature A representation of a real-world object on a map.FeatureCollection Represents a collection ofFeature
s, usually contained in anArcGISMap
as JSON or by-reference to a JSON file orPortalItem
.FeatureCollectionTable Represents an individual feature table in aFeatureCollection
.FeatureEditResult An object that represents the results of an attempt to push an feature update to a feature service.FeatureQueryResult Represents the result of a query on a FeatureTable.FeatureSubtype Defines a feature subtype.FeatureTable Represents a table ofFeature
s.FeatureTableEditResult Represents the edit results of a specificFeatureTable
.FeatureTemplate Represents a feature template which may contain default, also known as prototype, attribute values for anArcGISFeature
'sField
s.FeatureType A feature type represents a class (sometimes called sub-type) of feature that can be contained in anArcGISFeatureTable
.Field Represents a single field of aFeatureTable
.FieldDescription An object that describes aField
to be created.FieldGroup An object that defines a field group.Geodatabase A mobile geodatabase containing offline feature data.Geodatabase.TransactionStatusChangedEvent<S extends Geodatabase> An event indicating that the transaction status has changed.GeodatabaseFeatureTable A feature table stored in a geodatabase, which includes non-spatial tables whereFeatureTable.hasGeometry()
is false.GeoPackage A GeoPackage is an open, standards-based, platform-independent, portable, self-describing, compact format for transferring geospatial information.GeoPackageFeatureTable A GeoPackageFeatureTable supports core GeoPackage geometry types and represents them as Point, Multipoint, Polyline, or Polygon.InheritedDomain Inherited domains may be part of aFeatureType
.LocalFeatureEdit An object that represents a pending feature edit specifying its edit operation and most recent edit time.LocalFeatureEditsResult An object that represents theLocalFeatureEdit
results in ascending order based on edit time.OgcFeatureCollectionTable An OGC API - Features feature collection table.QueryParameters Represents the input parameters for a query.QueryParameters.OrderBy Represents the field the results are sorted by, and the sort order.RangeDomain A range domain specifies a valid range of attribute values for a numericField
.RangeDomainDescription An object that describes aRangeDomain
to be created.RelatedFeatureQueryResult Represents the results of a related tables query.RelatedQueryParameters Represents the query parameters to perform a related query operation.ServiceFeatureTable A feature table created from the URL to an ArcGIS feature service.ServiceGeodatabase A container for a collection ofServiceFeatureTable
connected to a feature service.ShapefileFeatureTable Represents a shapefile table.ShapefileInfo Contains metadata information about a shapefile.StatisticDefinition Defines a statistic type and field to be used for statistics query in theFeatureTable
.StatisticRecord Represents the statistic value for a particular field.StatisticsQueryParameters Represents the input parameters for defining a statistics query.StatisticsQueryResult Represents the results of a statistics query.TableDescription An object that describes aGeodatabaseFeatureTable
to be created.TileCache A local cache of pre-rendered map tiles that can be used to create a layer.TileKey Represents a key that uniquely identifies a tile.TransportationNetworkDataset Implements the transportation network dataset.VectorTileCache Metadata for a local cache of vector map tiles that can be used to create a layer. -
Enum Summary Enum Description ContingencyConstraintViolationType The different types of contingency constraint violations.EditResult.EditOperation Represents the different types of edit operations onServiceFeatureTable
.FeatureTemplate.DrawingTool Represents a drawing tool which can be used to digitize geometries.Field.Type The different row value types.QueryParameters.SortOrder Represents the the order in which results of a query are sorted.QueryParameters.SpatialRelationship Defines the spatial relationship between thegeometry
set on QueryParameters and the geometry of a feature table's feature.RelationshipConstraintViolation The various constraint violations that may occur when relating two features.ServiceFeatureTable.FeatureRequestMode The feature request mode for aServiceFeatureTable
.ServiceFeatureTable.QueryFeatureFields Controls which attributes are included in the features returned byServiceFeatureTable.queryFeaturesAsync(QueryParameters, QueryFeatureFields)
orServiceFeatureTable.queryRelatedFeaturesAsync(ArcGISFeature, RelatedQueryParameters, QueryFeatureFields)
.StatisticType Defines the statistic type that can be calculated for non-null values in a field of a FeatureTable.SyncModel Defines the various geodatabase sync modelsTileCache.StorageFormat The storage format of a tile cache.