Package-level declarations

Types

Link copied to clipboard
sealed class AntialiasingMode

An enumeration of various antialiasing modes.

Link copied to clipboard

The metadata for an individual layer or table in an ArcGIS feature service. An ArcGIS feature service is a data service that provides access to spatial features stored in layers and non-spatial features stored in tables. ArcGISFeatureLayerInfo provides basic information about an individual layer or table in this service, such as the description, geometry type, fields, drawing information, extent, feature templates, editor tracking fields, and whether it has attachments, z-values or m-values.

Link copied to clipboard

The type of the dataset underlying an ArcGISFeatureLayerInfo. This is used to determine the type of the dataset behind an ArcGISFeatureLayerInfo. Spatial datasets are considered to be layers whereas non-spatial datasets are tables.

Link copied to clipboard

The metadata for an ArcGIS feature service. An ArcGIS feature service is a data service that provides access to spatial features stored in layers and non-spatial features stored in tables. ArcGISFeatureServiceInfo provides basic information about the feature service, including the feature layers and tables that it contains, the service description, supported spatial reference, sync capabilities, editor tracking information, and so on.

Link copied to clipboard

The metadata for an ArcGIS image service. An ArcGIS image service is a data service that provides access to large collections of imagery, elevation data, rasters, and other remotely sensed data. ArcGISImageServiceInfo provides basic information about the image service, such as the name, extent, spatial reference, pixel type, mosaic field names (if appropriate), and a collection of rendering rules.

Link copied to clipboard

The metadata for an ArcGIS map service. An ArcGIS map service is a data service that provides access to map images that can be rendered dynamically or pre-rendered and cached in a tile grid as static images. You can display dynamically rendered images using ArcGISMapImageLayer and pre-rendered static images using ArcGISTiledLayer.

Link copied to clipboard

The metadata of an ArcGIS map service sublayer. ArcGISMapServiceSublayerInfo provides basic information about an individual map image sublayer (or map service sublayer), such as the description, geometry type, drawing information, fields, extent, capabilities, and layer type. You can obtain a collection of map image sublayers from ArcGISMapImageLayer.mapImageSublayers and obtain the ArcGISMapServiceSublayerInfo using the ArcGISSublayer.mapServiceSublayerInfo.

Link copied to clipboard

The type of sublayer in the ArcGIS map service.

Link copied to clipboard
sealed class CacheStorageFormat

The storage format of a tile cache.

Link copied to clipboard

An object that provides various information on how to render features in a feature layer.

Link copied to clipboard

The fields that record who adds or edits the features and when the edits are made. These editing fields are defined when the data owner enables editor tracking on the feature service. For more information, see https://enterprise.arcgis.com/en/server/latest/publish-services/windows/editor-tracking-for-feature-services.htm.

Link copied to clipboard

Editor tracking information indicates who can edit features of an ArcGIS feature service. Editor tracking allows you to record who made edits and when the edits were applied. This can help you enforce accountability and quality control of the features you add to the geodatabase. If EditorTrackingInfo.editorTrackingEnabled is true, this editing information is recorded against each edited feature using the fields specified in the EditFieldsInfo. For more information, see https://enterprise.arcgis.com/en/server/latest/publish-services/windows/editor-tracking-for-feature-services.htm.

Link copied to clipboard

The capabilities of an ArcGIS feature service. ArcGIS feature service capabilities, such as Query, Create, Update, and Sync, are stated within the "Capabilities" tag of its ArcGIS REST Services Directory. Each of its capabilities are reflected in FeatureServiceCapabilities.supportsCreate, FeatureServiceCapabilities.supportsDelete, FeatureServiceCapabilities.supportsEditing, and so on.

Link copied to clipboard

An object that represents the metadata for a Feature service layer. You will get this object from ArcGISFeatureServiceInfo.layerInfos.

Link copied to clipboard

An enumeration of the session types that control how multiple users access branch versioned data. Session types—transient and persistent—let you control how multiple viewers and editors access branch versioned feature services. By default, a web map or web scene with branch versioned feature services (a ServiceGeodatabase version) loads as a FeatureServiceSessionType.Transient type; you can change this type to FeatureServiceSessionType.Persistent at the map or scene level when you load the map or scene.

Link copied to clipboard
sealed class IdInfo

An object that represents the sub layer metadata for a Feature service or a Map service.

Link copied to clipboard
sealed class LabelingPlacement

An enumeration of labeling placement options. This is used to specify the preferred position of the text label, with respect to its feature geometry.

Link copied to clipboard

Metadata about a Layer or Sublayers support for time. It contains various information needed to be able to perform time based queries such as the time fields, the native time reference and the time extent.

Link copied to clipboard

This object represents a level of detail (LOD) in a tile scheme. You can get this object from TileInfo.levelsOfDetail.

Link copied to clipboard

The capabilities of an ArcGIS map service, including whether it supports exporting map images, data and query operations. You can access the content of a map from an ArcGIS map service using one of its three main capabilities:

Link copied to clipboard

An object that represents the sub layer metadata for a Map service. The MapServiceLayerIdInfo class is derived from the IdInfo class.

Link copied to clipboard

An object that defines ownership-based access control settings of a service.

Link copied to clipboard
sealed class PixelType

The list of raster pixel types.

Link copied to clipboard

An enumeration of the different cardinalities of feature table relationships.

Link copied to clipboard

An object that defines information about the relationship between tables. A relationship consists of two and only two tables, each having one of these roles in the relationship:

Link copied to clipboard
sealed class RelationshipRole

An enumeration of the different roles of feature table relationships.

Link copied to clipboard

Information about a rendering rule that specifies how images are rendered or processed on an ArcGIS Image Service. You can obtain a RenderingRuleInfo from the collection of predefined RenderingRuleInfo objects provided by an ArcGIS image service. Alternatively, you can construct a RenderingRuleInfo by providing the name of a predefined service rendering rule.

Link copied to clipboard

Provides various information about the map service such as title, author, keywords and comments. It also includes the text anti-aliasing mode.

Link copied to clipboard

Represents metadata about a service's support for querying features (see FeatureTable.queryFeatures(QueryParameters)) and requesting map images for ArcGISMapImageLayer based on time. It contains various time related information such as the map's time extent and the map's native time reference.

Link copied to clipboard
sealed class ServiceType

An enumeration of the different types of ArcGIS services.

Link copied to clipboard

An object that represents version metadata for a version in a branch-versioned feature service. All properties in this object are read-only, and represent the snapshot in time when ServiceGeodatabase.fetchVersions() was called. To add a new version, use the ServiceGeodatabase.createVersion(ServiceVersionParameters) function.

Link copied to clipboard

The parameters used to create a new version in a branch-versioned feature service.

Link copied to clipboard

An object that identifies the various synchronization capabilities of an ArcGIS feature service.

Link copied to clipboard

An enumeration of the different text antialiasing modes.

Link copied to clipboard
class TileKey

An object that represents a tile key identified by a level, a column and a row.

Link copied to clipboard
interface TimeAware

An interface that is implemented by layers that can support time. These layers are known as time-aware layers. Time-aware layers contain spatial datasets that include different information for the same location at different times. If the time-aware layer supports time filtering and is connected to time-enabled data source you can perform time-based operations, such as:

Link copied to clipboard

Represents information about the reference units for time values. See LayerTimeInfo.timeReference Includes information about the time zone and if the time respects daylight savings which allows ArcGIS to integrate datasets that were recorded in different time zones.

Link copied to clipboard
sealed class TimeRelation

Indicates how the start and end time of the time slider extent are processed.

Link copied to clipboard
sealed class TimeUnit

The units of time used in a service, layer or sublayer which support time based operations. This is used to determine what the unit of time measurement is.

Link copied to clipboard
sealed class VersionAccess

The access permissions of a version in a branch-versioned service.