toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
MultiLineFeature
Multi
Line
Feature
data
class
MultiLineFeature
<
T
:
Any
>
(
val
space
:
CoordinateSpace
<
T
>
,
val
points
:
List
<
T
>
,
val
attributes
:
Attributes
=
Attributes.EMPTY
)
:
DomainFeature
<
T
>
,
LineSegmentFeature
<
T
>
Members
Members & Extensions
Constructors
Multi
Line
Feature
Link copied to clipboard
constructor
(
space
:
CoordinateSpace
<
T
>
,
points
:
List
<
T
>
,
attributes
:
Attributes
=
Attributes.EMPTY
)
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
Attributes
color
Link copied to clipboard
val
Feature
<
*
>
.
color
:
Color
?
name
Link copied to clipboard
val
Feature
<
*
>
.
name
:
String
?
points
Link copied to clipboard
val
points
:
List
<
T
>
space
Link copied to clipboard
open
override
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 override
fun
contains
(
viewPoint
:
ViewPoint
<
T
>
)
:
Boolean
get
Bounding
Box
Link copied to clipboard
open
override
fun
getBoundingBox
(
zoom
:
Float
)
:
Rectangle
<
T
>
?
with
Attributes
Link copied to clipboard
open
override
fun
withAttributes
(
modify
:
(
Attributes
)
->
Attributes
)
:
Feature
<
T
>