RenderedQueryGeometry
open class RenderedQueryGeometry
Content copied to clipboard
Geometry for querying rendered features.
Constructors
RenderedQueryGeometry
Link copied to clipboard
Create a variant from ScreenBox.
RenderedQueryGeometry
Link copied to clipboard
Create a variant from ScreenCoordinate.
RenderedQueryGeometry
Link copied to clipboard
Create a variant from List.
Types
Functions
getList
Link copied to clipboard
Get content with type Listfrom the variant.
getScreenBox
Link copied to clipboard
Get content with type ScreenBox from the variant.
getScreenCoordinate
Link copied to clipboard
Get content with type ScreenCoordinate from the variant.
getTypeInfo
Link copied to clipboard
Get type info enum of the variant.
isScreenBox
Link copied to clipboard
Check if the content of variant has type ScreenBox.
isScreenCoordinate
Link copied to clipboard
Check if the content of variant has type ScreenCoordinate.
valueOf
Link copied to clipboard
Create a variant from ScreenBox.
open fun valueOf(@NonNull value: ScreenCoordinate): RenderedQueryGeometry
Content copied to clipboard
Create a variant from ScreenCoordinate.
open fun valueOf(@NonNull value: List<ScreenCoordinate>): RenderedQueryGeometry
Content copied to clipboard
Create a variant from List.