Package

geotrellis.vector

dissolve

Permalink

package dissolve

Visibility
  1. Public
  2. All

Type Members

  1. trait DissolveMethods[G <: Geometry] extends MethodExtensions[G]

    Permalink

    Dissolves the linear components from a collection of geometries into a set of maximal-length Lines in which every unique segment appears once only.

    Dissolves the linear components from a collection of geometries into a set of maximal-length Lines in which every unique segment appears once only.

    Note

    This method does not work over Point, MultiPoint, or GeometryCollection types.

Ungrouped