Companion
object Companion
Functions
Link copied to clipboard
fun createWithPoints(points: Iterable<Point>, spatialReference: SpatialReference? = null): MutablePart
Creates a part with the given points and spatial reference.
Link copied to clipboard
fun createWithSegments(segments: Iterable<Segment>, spatialReference: SpatialReference? = null): MutablePart
Creates a part with the given segments and spatial reference.