Packages

o

geotrellis.vector

MultiLineString

object MultiLineString extends MultiLineStringConstructors

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