fun clip(fc: GeoJSON, scale: Double, k1: Double, k2: Double, k3: Double, k4: Double, checkBoundingBox: Boolean = true): GeoJSON
Clip a feature collection at given boundaries and a scaling factor
fc - Feature Collection to clip
scale - Scaling factor to use before clipping
Return
Clipped Feature Collection
fun clip(f: Feature, scale: Double, k1: Double, k2: Double, k3: Double, k4: Double, checkBoundingBox: Boolean = true): Feature?
Clip a feature at given boundaries and a scaling factor
Return
Clipped Feature