LocalItem class final
An object that represents a local item.
Properties
- accessInformation ↔ String
-
The information on the source of the item and its copyright status.
getter/setter pairinherited
- created → DateTime?
-
The date the item was created.
no setterinherited
- description ↔ String
-
The description of the specified item.
getter/setter pairinherited
- extent ↔ Envelope?
-
The extent of the specified item.
getter/setter pairinherited
- fileUri → Uri?
-
The local item path.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemId → String
-
The item ID of the specified item.
no setterinherited
- modified → DateTime?
-
The date the item was last modified.
no setterinherited
- name → String
-
The name of this item.
no setterinherited
- originalPortalItemId → String
-
The original portal item ID.
no setter
- portalUri → Uri?
-
The URL of the portal from which this local item was downloaded.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snippet ↔ String
-
The short summary description of the specified item.
getter/setter pairinherited
- spatialReferenceName → String
-
The spatial reference name of the specified item.
no setterinherited
-
The user defined tags that describe the specified item.
no setterinherited
- termsOfUse ↔ String
-
The terms of use of the item.
getter/setter pairinherited
- thumbnail → LoadableImage?
-
The thumbnail of the item.
no setterinherited
- title ↔ String
-
The title of the specified item.
getter/setter pairinherited
- type → LocalItemType
-
The local item type.
no setter
-
typeKeywords
→ List<
String> -
An array of keywords that further describes the type of this item. Each
item is tagged with a set of type keywords that are derived based on its
primary type.
no setterinherited
Methods
-
fetchData(
) → Future< Uint8List> -
Fetches the item's data.
inherited
-
fetchDataCancelable(
) → CancelableOperation< Uint8List> -
Cancelable version of fetchData. See that method for more information.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setThumbnail(
{required ArcGISImage? image}) → void -
Sets the thumbnail of the item with the specified image.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateItemProperties(
) → Future< void> -
Updates an item's properties in a file on disk when this item instance is
a LocalItem.
inherited
-
updateItemPropertiesCancelable(
) → CancelableOperation< void> -
Cancelable version of updateItemProperties. See that method for more
information.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited