FeatureServiceLayerIdInfo

An object that represents the metadata for a Feature service layer. You will get this object from ArcGISFeatureServiceInfo.layerInfos.

Since

200.1.0

See also

Properties

Link copied to clipboard

The type of geometry that all the features in the layer possess. For point, multipoint, polyline or polygon feature layers, this will be the type of the feature's geometry. For annotation and dimension feature layers, this will be GeometryType.Polygon (referring to the outline of the text graphic). For tables, this will be GeometryType.Unknown.

Link copied to clipboard

Whether the features in the layer should be visible when loaded.

Link copied to clipboard

The maximum scale at which the layer's contents will be visible. The layer is only visible when you are zoomed further out than the maxScale.

Link copied to clipboard

The minimum scale at which the layer's contents will be visible. The layer is only visible when you are zoomed further in than the minScale. However, zero indicates that there is no minScale restriction.

Link copied to clipboard

The type of data held in the layer on the service. Indicates the type of data contained in the layer, e.g., table row, geometric feature, annotation or dimension feature.

Inherited properties

Link copied to clipboard
val id: Long?

The ID of a sub layer, may be null.

Link copied to clipboard

The id info's name.