Property Overview
Name | Type | Summary | Object |
---|---|---|---|
Number | The number of features displayed in the SceneView. more details | LayerPerformanceInfo | |
Layer | The layer corresponding to the memory usage information. more details | LayerPerformanceInfo | |
Number | The maximum number of features that can be displayed in the layer. more details | LayerPerformanceInfo | |
Number | An estimate of the memory currently in use by the layer, in bytes. more details | LayerPerformanceInfo | |
Number | The total number of features contained in the layer. more details | LayerPerformanceInfo |
Property Details
-
displayedNumberOfFeatures Number
-
The number of features displayed in the SceneView. This property is only available for FeatureLayer, CSVLayer, GeoJSONLayer and point SceneLayer.
-
layer Layer
-
The layer corresponding to the memory usage information.
-
maximumNumberOfFeatures Number
-
The maximum number of features that can be displayed in the layer.
This number depends on the symbol complexity and qualityProfile of the SceneView. If you want to increase it manually, set the maximumNumberOfFeatures property. This property is only available for FeatureLayer, CSVLayer, GeoJSONLayer and point SceneLayer.
-
memory Number
-
An estimate of the memory currently in use by the layer, in bytes.
-
totalNumberOfFeatures Number
-
The total number of features contained in the layer. This property is only available for FeatureLayer, CSVLayer and GeoJSONLayer.