Overload | Description |
---|---|
GeodesicBuffer(Geometry,Double) | Creates a buffer polygon at the specified geodesic distance around the given geometry. |
GeodesicBuffer(Geometry,Double,LinearUnit) | Creates a buffer polygon at the specified geodesic distance around the given geometry. |
GeodesicBuffer(IEnumerable<Geometry>,Double) | Creates buffers at the specified distance around the given geometries. Will union the results of all buffers. |
GeodesicBuffer(IEnumerable<Geometry>,Double,LinearUnit) | Creates buffers at the specified distance around the given geometries. Will union the results of all buffers. |