toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
DomainFeature
Domain
Feature
interface
DomainFeature
<
T
:
Any
>
:
Feature
<
T
>
Inheritors
DraggableFeature
LineFeature
MultiLineFeature
PolygonFeature
Members
Members & Extensions
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
Attributes
color
Link copied to clipboard
val
Feature
<
*
>
.
color
:
Color
?
name
Link copied to clipboard
val
Feature
<
*
>
.
name
:
String
?
space
Link copied to clipboard
abstract
val
space
:
CoordinateSpace
<
T
>
z
Link copied to clipboard
val
Feature
<
*
>
.
z
:
Float
zoom
Range
Link copied to clipboard
val
Feature
<
*
>
.
zoomRange
:
FloatRange
Functions
contains
Link copied to clipboard
open
operator
fun
contains
(
viewPoint
:
ViewPoint
<
T
>
)
:
Boolean
get
Bounding
Box
Link copied to clipboard
abstract
fun
getBoundingBox
(
zoom
:
Float
=
Float.MAX_VALUE
)
:
Rectangle
<
T
>
?
with
Attributes
Link copied to clipboard
abstract
fun
withAttributes
(
modify
:
Attributes
.
(
)
->
Attributes
)
:
Feature
<
T
>