get Features
Retrieves the features in the scene asynchronously and provides a completion callback.
Parameters
The completion callback to handle the result or error.
Retrieves the features in the scene asynchronously.
Return
The list of features in the scene.
Throws
if the scene package is not loaded.
Retrieves the features in the scene that match the specified keyword asynchronously.
Return
The list of features matching the keyword.
Parameters
The keyword to search for.
Throws
if the scene package is not loaded.
Retrieves the features in the scene that match the specified keyword asynchronously and provides a completion callback.
Parameters
The keyword to search for.
The completion callback to handle the result or error.
Throws
if the scene package is not loaded.
Retrieves the features in the scene that match the specified class type asynchronously.
Return
The list of features matching the class type.
Parameters
The class type to search for.
Throws
if the scene package is not loaded.
Retrieves the features in the scene that match the specified class type asynchronously and provides a completion callback.
Parameters
The class type to search for.
The completion callback to handle the result or error.
Throws
if the scene package is not loaded.