PointCloudLayerHandle
PointCloudLayerHandle =
object
Defined in: src/ExpoArcgis.types.ts:1239
Imperative handle for a <PointCloudLayer> (via ref).
Properties
Section titled “Properties”getAttributes
Section titled “getAttributes”getAttributes: () =>
Promise<PointCloudAttribute[]>
Defined in: src/ExpoArcgis.types.ts:1244
Attributes available for rendering/filtering on this layer. Loads the layer first,
so call it before building a renderer when the attribute names aren’t known up front.
Returns
Section titled “Returns”Promise<PointCloudAttribute[]>