ArcGISFeatureLayerInfoServiceType enum
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.
Constructors
Values
- layer → const ArcGISFeatureLayerInfoServiceType
-
A feature layer.
Containing geometrical features such as a points, lines or polygons.
- table → const ArcGISFeatureLayerInfoServiceType
-
A feature table.
- groupLayer → const ArcGISFeatureLayerInfoServiceType
-
A group layer.
- annotationLayer → const ArcGISFeatureLayerInfoServiceType
-
An annotation layer.
Containing text features to be drawn at specific positions.
- dimensionLayer → const ArcGISFeatureLayerInfoServiceType
-
A dimension layer.
Containing schematic measurement features to be drawn at specific positions.
- unknown → const ArcGISFeatureLayerInfoServiceType
-
An unknown/unsupported dataset type.
Properties
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<
ArcGISFeatureLayerInfoServiceType> - A constant List of the values in this enum, in order of their declaration.