Item class final
An object that represents an item.
- Implemented types
- Implementers
Properties
- accessInformation ↔ String
-
The information on the source of the item and its copyright status.
getter/setter pair
- created → DateTime?
-
The date the item was created.
no setter
- description ↔ String
-
The description of the specified item.
getter/setter pair
- extent ↔ Envelope?
-
The extent of the specified item.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemId → String
-
The item ID of the specified item.
no setter
- modified → DateTime?
-
The date the item was last modified.
no setter
- name → String
-
The name of this item.
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 pair
- spatialReferenceName → String
-
The spatial reference name of the specified item.
no setter
-
The user defined tags that describe the specified item.
no setter
- termsOfUse ↔ String
-
The terms of use of the item.
getter/setter pair
- thumbnail → LoadableImage?
-
The thumbnail of the item.
no setter
- title ↔ String
-
The title of the specified item.
getter/setter pair
-
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 setter
Methods
-
fetchData(
) → Future< Uint8List> - Fetches the item's data.
-
fetchDataCancelable(
) → CancelableOperation< Uint8List> - Cancelable version of fetchData. See that method for more information.
-
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.
-
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.
-
updateItemPropertiesCancelable(
) → CancelableOperation< void> - Cancelable version of updateItemProperties. See that method for more information.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited