toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-scheme
/
space.kscience.maps.scheme
/
XYCoordinateSpace
XYCoordinate
Space
object
XYCoordinateSpace
:
CoordinateSpace
<
XY
>
Members
Members & Extensions
Properties
default
View
Point
Link copied to clipboard
open
override
val
defaultViewPoint
:
ViewPoint
<
XY
>
Functions
distance
To
Link copied to clipboard
open
fun
XY
.
distanceTo
(
b
:
XY
,
zoom
:
Float
)
:
Dp
distance
To
Line
Link copied to clipboard
open
fun
XY
.
distanceToLine
(
a
:
XY
,
b
:
XY
,
zoom
:
Float
)
:
Dp
is
Inside
Polygon
Link copied to clipboard
open
override
fun
XY
.
isInsidePolygon
(
points
:
List
<
XY
>
)
:
Boolean
move
By
Link copied to clipboard
open
override
fun
ViewPoint
<
XY
>
.
moveBy
(
delta
:
XY
)
:
ViewPoint
<
XY
>
offset
To
Link copied to clipboard
open
override
fun
XY
.
offsetTo
(
b
:
XY
,
zoom
:
Float
)
:
DpOffset
Rectangle
Link copied to clipboard
open
override
fun
Rectangle
(
first
:
XY
,
second
:
XY
)
:
Rectangle
<
XY
>
open
override
fun
Rectangle
(
center
:
XY
,
zoom
:
Float
,
size
:
DpSize
)
:
Rectangle
<
XY
>
Rectangle
Link copied to clipboard
fun
CoordinateSpace
<
XY
>
.
Rectangle
(
center
:
XY
,
height
:
Float
,
width
:
Float
)
:
Rectangle
<
XY
>
View
Point
Link copied to clipboard
open
override
fun
ViewPoint
(
center
:
XY
,
zoom
:
Float
)
:
ViewPoint
<
XY
>
with
Center
Link copied to clipboard
open
override
fun
Rectangle
<
XY
>
.
withCenter
(
center
:
XY
)
:
Rectangle
<
XY
>
wrap
Points
Link copied to clipboard
open
override
fun
Collection
<
XY
>
.
wrapPoints
(
)
:
Rectangle
<
XY
>
?
wrap
Rectangles
Link copied to clipboard
open
override
fun
Collection
<
Rectangle
<
XY
>
>
.
wrapRectangles
(
)
:
Rectangle
<
XY
>
?
zoom
By
Link copied to clipboard
open
override
fun
ViewPoint
<
XY
>
.
zoomBy
(
zoomDelta
:
Float
,
invariant
:
XY
)
:
ViewPoint
<
XY
>