Package-level declarations

Types

Link copied to clipboard

An ArcGIS specific feature stored in an ArcGISFeatureTable. ArcGIS features are stored in ArcGIS specific data sources such as a GeodatabaseFeatureTable or ServiceFeatureTable. Since ArcGISFeature is a subclass of Feature, it contains a geometry that defines its location and shape, and a set of attributes that describe the real-world entity it represents.

Link copied to clipboard

A table of features that typically represent 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.

Link copied to clipboard

An object that represents a geodatabase attachment type.

Link copied to clipboard

An object that represents a coded value found in CodedValueDomain.

Link copied to clipboard

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).

Link copied to clipboard

An object that specifies an explicit set of values for a Field.

Link copied to clipboard

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).

Link copied to clipboard

An object that defines a contingency.

Link copied to clipboard

An object that defines a contingency constraint violation.

Link copied to clipboard

The different types of contingency constraint violations.

Link copied to clipboard

An object that indicates any domain value is allowed in a contingency.

Link copied to clipboard

An object that defines a coded value specified in a contingency.

Link copied to clipboard

An object that indicates a null value is allowed in a contingency.

Link copied to clipboard

An object that defines a min and max range specified in a contingency.

Link copied to clipboard
sealed class ContingentValue

An object that defines possible field values for fields participating in contingent field groups.

Link copied to clipboard

An object that defines a contingent values definition.

Link copied to clipboard

An object that defines possible values for a field in the context of the contingent field groups it participates in.

Link copied to clipboard
sealed class Domain : JsonSerializable

An object that represents the valid values for a Field.

Link copied to clipboard
sealed class DomainDescription

An object that describes a domain to be created.

Link copied to clipboard
sealed class DrawingTool

An enumeration of available drawing tools.

Link copied to clipboard
sealed class EditOperation

The various types of edits.

Link copied to clipboard
sealed class EditResult

An object that represents the results of an attempt to push an update to a service.

Link copied to clipboard
sealed class Feature : GeoElement, Closeable

A representation of a real-world geographic entity. Features are composed of both a geometry (point, polyline, or polygon) and attributes. The geometry represents the location and shape of the real-world entity; the attributes (key-value pairs) represent the fields and values that describe the entity. Examples of features include roads, fire hydrants, and property boundaries. Applications can access features from a feature layer or a feature collection to visualize the feature's geographic and attribute information, execute spatial queries, perform analyses, or make edits to the feature's data directly. Feature attribute values can be changed, but attribute definitions cannot be added, deleted, or modified.

Link copied to clipboard

An object that represents a feature collection.

Link copied to clipboard

An object that represents a feature collection table.

Link copied to clipboard

An object that represents the results of an attempt to push an feature update to a feature service.

Link copied to clipboard

An object that represents the results of a feature query.

Link copied to clipboard
sealed class FeatureRequestMode

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.

Link copied to clipboard

An interface for feature sets. This interface encapsulates some common read-only operations that could be applied to various sets of features.

Link copied to clipboard

An object that provides a feature subtype.

Link copied to clipboard

A table of features that typically represent 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.

Link copied to clipboard

The edit results of a specific FeatureTable.

Link copied to clipboard

An object that provides a template for creating a new feature.

Link copied to clipboard

An object that defines a feature type.

Link copied to clipboard
class Field

An object that defines a field.

Link copied to clipboard

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).

Link copied to clipboard

An object that defines a field group.

Link copied to clipboard
sealed class FieldType

The different types of a row value variant.

Link copied to clipboard

A mobile geodatabase containing geographic data and non-spatial tables. Geodatabase is used to open and access the contents of a mobile geodatabase (.geodatabase file) that can contain geographic features, non-spatial tabular data, and data such as attachments, utility networks, field domain definitions, contingent values, and relationships between layers/tables.

Link copied to clipboard

An interface for geodatabase dataset. Describes common part of functionality for all geodatabase datasets. Supports types of geodatabase datasets presents in GeodatabaseDatasetType enum.

Link copied to clipboard

The types of geodatabase datasets.

Link copied to clipboard

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.

Link copied to clipboard

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. 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. See GeoPackage Encoding Standard[https://www.ogc.org/standard/geopackage/] for more information.

Link copied to clipboard

A dataset in a GeoPackage containing features or non-spatial records. 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.

Link copied to clipboard

An object that specifies an inherited domain that specifies the valid values for a Field.

Link copied to clipboard

An object that represents a pending feature edit specifying its edit operation and most recent edit time.

Link copied to clipboard

An object that represents the LocalFeatureEdit results in ascending order based on edit time.

Link copied to clipboard

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.

Link copied to clipboard
class OrderBy

An object that represents an ordering in a query's order by clause.

Link copied to clipboard

Parameters to perform a query on a dataset. These parameters provide attribute, spatial, and temporal criteria that you can use to filter features. You can define attribute criteria using a standard SQL expression based on the available attribute fields, spatial criteria using a geometry and a spatial relationship (such as within, contains, intersect), or temporal filters using a single date/time, or a range. You can also control how the results are sorted and whether to return geometry.

Link copied to clipboard

An object that specifies a range of valid values for a Field.

Link copied to clipboard

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).

Link copied to clipboard

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.

Link copied to clipboard

Parameters to perform a related query on an ArcGISFeatureTable. When querying related features, all participating tables must be included in the same ArcGISMap or ArcGISScene, as either feature layers or non-spatial tables. The query that uses these parameters will load these related tables.

Link copied to clipboard

The various constraint violations that may occur when relating two features.

Link copied to clipboard

A table of features that typically represent 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.

Link copied to clipboard

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.

Link copied to clipboard

A table of features that typically represents real-world objects created from a local shapefile data source. A shapefile is a vector data storage format that stores the location, shape, and attributes of geographic features with the same geometry type (such as point, line, and polygon) and the same spatial reference. 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 are larger than 2 GB), the table will fail to load. If the file permissions are read-only, features cannot be edited.

Link copied to clipboard

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.

Link copied to clipboard
sealed class SortOrder

The various ways a query result can be ordered by.

Link copied to clipboard
sealed class SpatialRelationship

The various operators for spatially relating geometries.

Link copied to clipboard

Represents a type used for defining a statistic to be queried for in the table.

Link copied to clipboard

Represents a value within the StatisticsQueryResult iterator.

Link copied to clipboard

Parameters to perform a statistical query on a FeatureTable. Perform statistical analyses such as average, count, maximum, and standard deviation on a feature table by defining a StatisticType on a StatisticDefinition. Use a combination of attribute, spatial, and temporal criteria to filter the features to be analyzed. If no filters are defined, all features in the table are included in the statistical query. You can also control how to group the results.

Link copied to clipboard

Represents a type that contains the results of a statistics query.

Link copied to clipboard
sealed class StatisticType

An enumeration that represents the various statistics that can be calculated for values in a field in a table.

Link copied to clipboard

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).

Link copied to clipboard

Transportation network dataset.

Link copied to clipboard

A table of features that typically represents real-world objects from an OGC Web Feature Service (WFS) dataset. When you create a WFS Feature table, it does not automatically request features. Instead, you must set the WfsFeatureTable.featureRequestMode to FeatureRequestMode.ManualCache and then populate the table using WfsFeatureTable.populateFromService(QueryParameters, Boolean, MutableListImpl), for example.