FeatureServiceLayerIdInfo class final

An object that represents the metadata for a Feature service layer.

You will get this object from ArcGISFeatureServiceInfo.layerInfos.

Inheritance

Properties

defaultVisibility bool
Whether the features in the layer should be visible when loaded.
no setter
geometryType GeometryType
The type of geometry that all the features in the layer possess.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The id info's id.
no setterinherited
maxScale double
The maximum scale at which the layer's contents will be visible.
no setter
minScale double
The minimum scale at which the layer's contents will be visible.
no setter
name String
The id info's name.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceType ArcGISFeatureLayerInfoServiceType
The type of data held in the layer on the service.
no setter

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