DimensionLayer

constructor(featureTable: ArcGISFeatureTable)

Creates a dimension layer from a feature table containing dimension features. If the feature table does not contain dimension data then the DimensionLayer will fail to load. ArcGISFeatureTable.layerInfo and ArcGISFeatureLayerInfo.featureServiceType can be checked, to verify the feature type, before attempting to create a Layer.

Since

200.1.0


constructor(item: Item, layerId: Long)

Creates a new dimension layer object from a feature service portal item.

Since

200.1.0

See also


constructor(uri: String)

Creates a new dimension layer from a feature service URI. If the specified URI is not a valid Feature Service endpoint, then it will fail to load.

Since

200.1.0