getElements

Returns all the horizon elements that belong to this path. Elements of the same type are provided in increasing order of the start offset.

Important: This is a Public Preview API. It may be changed or removed at any time.

Return

List of horizon elements that belong to this path.


Returns all the horizon elements of the specified types that belong to this path. Elements of the same type are provided in increasing order of the start offset.

Important: This is a Public Preview API. It may be changed or removed at any time.

Return

List of horizon elements of the given types that belong to this path.

Parameters

types

Types of horizon elements to return.


Returns all the horizon elements of the specified type that belong to this path. The elements are provided in increasing order of the start offset.

Important: This is a Public Preview API. It may be changed or removed at any time.

Return

List of horizon elements of the given type that belong to this path.

Parameters

type

Type of horizon elements to return.