Packages

o

geotrellis.vector

MultiPolygon

object MultiPolygon extends MultiPolygonConstructors

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiPolygon
  2. MultiPolygonConstructors
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. lazy val EMPTY: org.locationtech.jts.geom.MultiPolygon
    Definition Classes
    MultiPolygonConstructors
  2. def apply(ps: Array[org.locationtech.jts.geom.Polygon]): org.locationtech.jts.geom.MultiPolygon
    Definition Classes
    MultiPolygonConstructors
  3. def apply(ps: Traversable[org.locationtech.jts.geom.Polygon]): org.locationtech.jts.geom.MultiPolygon
    Definition Classes
    MultiPolygonConstructors
  4. def apply(ps: org.locationtech.jts.geom.Polygon*): org.locationtech.jts.geom.MultiPolygon
    Definition Classes
    MultiPolygonConstructors