SublayerSource class final
The source of an ArcGISMapImageSublayer.
Depending on the type of SublayerSource, these layers are classified as follows:
- Map: a layer in the current map service (see MapSublayerSource)
- Dynamic table: data from a table data source (see TableSublayerSource)
- Dynamic query table: data from a queryTable data source (see TableQuerySublayerSource)
- Dynamic raster: data from a raster data source (see
RasterSublayerSource
) - Dynamic join table: data from a joinTable data source (see TableJoinSublayerSource)
- Implemented types
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
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