Packages

t

geotrellis.vector

MultiLineStringConstructors

trait MultiLineStringConstructors extends AnyRef

Companion object to MultiLine

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiLineStringConstructors
  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.MultiLineString
  2. def apply(ls: Array[org.locationtech.jts.geom.LineString]): org.locationtech.jts.geom.MultiLineString
  3. def apply(ls: Traversable[org.locationtech.jts.geom.LineString]): org.locationtech.jts.geom.MultiLineString
  4. def apply(ls: org.locationtech.jts.geom.LineString*): org.locationtech.jts.geom.MultiLineString