toggle menu
GeoKJSON
common
switch theme
search in API
geojson
/
io.github.elcolto.geokjson.geojson.dsl
/
PolygonDsl
/
RingDsl
Ring
Dsl
inner
class
RingDsl
(
points
:
MutableList
<
Position
>
=
mutableListOf()
)
Members
Constructors
Ring
Dsl
Link copied to clipboard
constructor
(
points
:
MutableList
<
Position
>
=
mutableListOf()
)
Functions
complete
Link copied to clipboard
fun
complete
(
)
line
String
Link copied to clipboard
inline
fun
lineString
(
block
:
LineStringDsl
.
(
)
->
Unit
)
point
Link copied to clipboard
fun
point
(
longitude
:
Double
,
latitude
:
Double
,
altitude
:
Double
?
=
null
)
unary
Plus
Link copied to clipboard
operator
fun
LineString
.
unaryPlus
(
)
operator
fun
Point
.
unaryPlus
(
)
operator
fun
Position
.
unaryPlus
(
)