Packages

t

geotrellis.vector

MultiPointConstructors

trait MultiPointConstructors extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiPointConstructors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. lazy val EMPTY: org.locationtech.jts.geom.MultiPoint
  2. def apply(ps: Traversable[(Double, Double)])(implicit d: DummyImplicit): org.locationtech.jts.geom.MultiPoint
  3. def apply(ps: Array[org.locationtech.jts.geom.Point]): org.locationtech.jts.geom.MultiPoint
  4. def apply(ps: Traversable[org.locationtech.jts.geom.Point]): org.locationtech.jts.geom.MultiPoint
  5. def apply(ps: org.locationtech.jts.geom.Point*): org.locationtech.jts.geom.MultiPoint