Package com. arcgismaps. data
Types
A Feature stored in an ArcGISFeatureTable. An ArcGISFeature can contain:
A table of features that typically represents real-world objects created from an ArcGIS feature service or an ArcGIS geodatabase. This is the base class for the ArcGIS specific feature tables GeodatabaseFeatureTable and ServiceFeatureTable. You can create instances of these subclasses using their constructors.
An object that represents a geodatabase attachment type.
An object that represents a coded value found in CodedValueDomain.
An object that describes a CodedValue to be created. Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create(String).
An object that specifies an explicit set of values for a Field.
An object that describes a CodedValueDomain to be created. Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create(String).
An object that defines a contingency.
An object that defines a contingency constraint violation.
The different types of contingency constraint violations.
An object that indicates any domain value is allowed in a contingency.
An object that defines a coded value specified in a contingency.
An object that indicates a null value is allowed in a contingency.
An object that defines a min and max range specified in a contingency.
An object that defines possible field values for fields participating in contingent field groups.
An object that defines a contingent values definition.
An object that defines possible values for a field in the context of the contingent field groups it participates in.
An object that represents the valid values for a Field.
An object that describes a domain to be created.
An enumeration of available drawing tools.
The various types of edits.
An object that represents the results of an attempt to push an update to a service.
A representation of a real-world object on a map. A feature is persisted in a feature table in a data store (such as a database or service) or in a map. Features in the same data store or feature layer have a common attribute schema.
An object that represents a feature collection.
An object that represents a feature collection table.
An object that represents the results of an attempt to push an feature update to a feature service.
An object that represents the results of a feature query.
The feature request mode for a service feature table. 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.
An interface for feature sets. This interface encapsulates some common read-only operations that could be applied to various sets of features.
An object that provides a feature subtype.
A table of features that typically represents real-world objects such as fire hydrants, roads, and forests. This is the base class for a number of different feature tables, such as ServiceFeatureTable, FeatureCollectionTable, and GeoPackageFeatureTable. You can create instances of these subclasses using their constructors.
The edit results of a specific FeatureTable.
An object that provides a template for creating a new feature.
An object that defines a feature type.
An object that describes a Field to be created. Creation of fields and tables is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create(String).
An object that defines a field group.
An object that represents a geodatabase.
A interface for geodatabase dataset. Describes common part of functionality for all geodatabase datasets. Supports types of geodatabase datasets presents in GeodatabaseDatasetType enum.
The types of geodatabase datasets.
A feature table stored in a Geodatabase. For mobile geodatabases created by ArcGIS Pro, renderer information isn't stored in the geodatabase. A default renderer is therefore used to display mobile geodatabase feature tables in a feature layer. In most cases, this default should be replaced with a custom renderer.
An object that represents a GeoPackage. A GeoPackage is an open, standards-based, platform-independent, portable, self-describing, compact format for transferring geospatial information. It is a platform-independent SQLite database file that contains the GeoPackage data and metadata tables.
An object that represents a GeoPackage feature table. A GeoPackageFeatureTable supports core GeoPackage geometry types and represents them as Point, Multipoint, Polyline, or Polygon. The GeoPackage specification supports a geometry collection type (storing a variety of core geometry types in a single table). For these tables, the first geometry type found in the collection is rendered. All features can be queried in the table regardless the geometry type displayed.
An object that specifies an inherited domain that specifies the valid values for a Field.
An object that represents a pending feature edit specifying its edit operation and most recent edit time.
An object that represents the LocalFeatureEdit results in ascending order based on edit time.
An OGC API - Features feature collection table. To display data from an OGC feature collection table in a FeatureLayer use the FeatureLayer.FeatureLayer(FeatureTable) constructor where the OgcFeatureCollectionTable is the parameter that is passed into the constructor. Note: The OgcFeatureCollectionTable should not be confused with FeatureCollectionTable which is used as an input to create a FeatureCollectionLayer.
Controls which attributes are included in the features returned by ServiceFeatureTable.queryFeatures(QueryParameters, QueryFeatureFields) or ServiceFeatureTable.queryRelatedFeatures(ArcGISFeature, RelatedQueryParameters, QueryFeatureFields).
An object that represents a database query.
An object that specifies a range of valid values for a Field.
An object that describes a RangeDomain to be created. Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create(String).
Contains the features that have been returned from a related tables query. Instances of this class represents the result of related queries. A prerequisite for querying related features is that all the participating tables must be part of a map, as either feature layers or non-spatial tables. An array of instances are returned, one per related table containing features related to the queried feature. This class has methods that can be used to iterate over the collection of related features.
Contains the input parameters for a related tables query. Instances of this class represent the query parameters to perform a related query operation. A prerequisite for querying related features is that all the participating tables must be part of a map, as either feature layers or non-spatial tables. RelatedQueryParameters lets you specify details about the related query to perform and how to return the result, including:
The various constraint violations that may occur when relating two features.
A table of features that typically represents real-world objects created from an ArcGIS feature service. An instance of this class represents the dataset of an individual layer or table in an ArcGIS map or feature service. The map or feature service may be hosted in the cloud on ArcGIS Online, or on-premises on an ArcGIS Server. To access these services you may need to provide authentication in your application.
A container for a collection of ServiceFeatureTable connected to a feature service. A ServiceGeodatabase connects to a feature service as a whole, grouping together ServiceFeatureTable instances for related records queries, connecting to a version in a branch-versioned service, and managing edits for all tables.
An object that represents a shapefile table. A shapefile dataset consists of at least three files (.shp, .shx, .dbf), and may include many others. Each of the component files of a shapefile must be smaller than 2 GB. If the minimum required files are not present (or larger than 2 GB), the table will fail to load. If the file permissions are read-only, features cannot be edited. On-the-fly projection of a shapefile is only supported if an associated .prj file is present. Otherwise, the features are assumed to have the same spatial reference as the map. A default renderer is used to render a shapefile feature table in a feature layer. In most cases, the default should be replaced with a custom renderer.
An object that represents a shapefile info. If a shapefile has an associated .xml file, shapefile info will be created and populated with metadata from the file. If an .xml file does not exist, this object will be null.
The various operators for spatially relating geometries.
Represents a type used for defining a statistic to be queried for in the table.
Represents a value within the StatisticsQueryResult iterator.
Represents a type used for defining a statistics query.
Represents a type that contains the results of a statistics query.
An enumeration that represents the various statistics that can be calculated for values in a field in a table.
An object that describes a GeodatabaseFeatureTable to be created. Creation of fields and tables is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create(String).
Transportation network dataset.
An object that represents a WFS feature table.