Rendered Query Geometry
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
get List
Link copied to clipboard
Get content with type Listfrom the variant.
get Screen Box
Link copied to clipboard
Get content with type ScreenBox from the variant.
get Screen Coordinate
Link copied to clipboard
Get content with type ScreenCoordinate from the variant.
get Type Info
Link copied to clipboard
Get type info enum of the variant.
is Screen Box
Link copied to clipboard
Check if the content of variant has type ScreenBox.
is Screen Coordinate
Link copied to clipboard
Check if the content of variant has type ScreenCoordinate.
value Of
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.