ReturnLayerAttachmentOption enum

Indicate the type of layers we wish to include attachments with when taking feature layers offline.

Inheritance

Constructors

ReturnLayerAttachmentOption()
const

Values

none → const ReturnLayerAttachmentOption

Don't include attachments when taking feature layers offline.

allLayers → const ReturnLayerAttachmentOption

Include attachments with all feature layers when taking offline.

readOnlyLayers → const ReturnLayerAttachmentOption

Only include attachments with read-only feature layers when taking offline.

editableLayers → const ReturnLayerAttachmentOption

Only include attachments with editable feature layers when taking offline.

For offline maps, a feature layer is considered to be editable if the feature service has capabilities that include any of create, update or delete. A read-only layer is one that supports sync, but does not have any of create, update or delete capability. Service capabilities are accessible from service infos see ArcGISFeatureServiceInfo.featureServiceCapabilities or ArcGISFeatureLayerInfo.capabilities.

Properties

coreValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ReturnLayerAttachmentOption>
A constant List of the values in this enum, in order of their declaration.