Package-level declarations

Types

Link copied to clipboard
sealed class AntialiasingMode

An enumeration of various antialiasing modes.

Link copied to clipboard

An object that represents the service layer metadata for an ArcGIS Feature Layer.

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

An object that represents the service metadata for an ArcGIS Feature Service.

Link copied to clipboard

An object that represents service metadata for an ArcGIS Image Service.

Link copied to clipboard

The map service metadata for an ArcGIS Map Service.

Link copied to clipboard

Represents the metadata for an ArcGIS Map Service sublayer.

Link copied to clipboard

The type of the service underlying an ArcGISMapServiceSublayerInfo. This is used to determine the type of the service behind an ArcGISMapServiceSublayerInfo.

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

An object that provides the field names for the edit fields.

Link copied to clipboard

An object that provides various information editor tracking.

Link copied to clipboard

An object that identifies the various capabilities of an ArcGIS Feature Service.

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

Indicates the capabilities of an ArcGIS map service, including whether it supports exporting map images, data and query operations.

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

An object that represents information about a rendering rule that is predefined on an ArcGIS Image Service. It can be used to construct a RenderingRule. You can get this object from ArcGISImageServiceInfo.renderingRuleInfos. You can also create an instance of this class simply with the name of a service-defined 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 Server 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.