trait MultiPointConstructors extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultiPointConstructors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- lazy val EMPTY: org.locationtech.jts.geom.MultiPoint
- def apply(ps: Traversable[(Double, Double)])(implicit d: DummyImplicit): org.locationtech.jts.geom.MultiPoint
- def apply(ps: Array[org.locationtech.jts.geom.Point]): org.locationtech.jts.geom.MultiPoint
- def apply(ps: Traversable[org.locationtech.jts.geom.Point]): org.locationtech.jts.geom.MultiPoint
- def apply(ps: org.locationtech.jts.geom.Point*): org.locationtech.jts.geom.MultiPoint