Package-level declarations
Types
Functions
Link copied to clipboard
Takes a LineString and returns a curved version by applying a Bezier spline algorithm.
Takes a list of Position and returns a curved version by applying a Bezier spline algorithm.
Link copied to clipboard
fun <T : Geometry> scale(geometry: T, factor: Double, origin: ScaleOrigin = ScaleOrigin.Centroid): T
Scale a GeoJson from a given point by a factor of scaling (ex: factor=2 would make the GeoJson 200% larger). If a GeometryCollection is provided, the origin point will be calculated based on each individual Feature.