Packages

o

geotrellis.vector

LineString

object LineString extends LineStringConstructors

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

Value Members

  1. def apply(points: Traversable[org.locationtech.jts.geom.Point])(implicit ev: DummyImplicit, ev2: DummyImplicit): org.locationtech.jts.geom.LineString
    Definition Classes
    LineStringConstructors
  2. def apply(coords: CoordinateSequence): org.locationtech.jts.geom.LineString
    Definition Classes
    LineStringConstructors
  3. def apply(coords: Traversable[Coordinate]): org.locationtech.jts.geom.LineString
    Definition Classes
    LineStringConstructors
  4. def apply(coords: Coordinate*)(implicit d: DummyImplicit, e: DummyImplicit): org.locationtech.jts.geom.LineString
    Definition Classes
    LineStringConstructors
  5. def apply(points: org.locationtech.jts.geom.Point*): org.locationtech.jts.geom.LineString
    Definition Classes
    LineStringConstructors
  6. def apply(points: Traversable[(Double, Double)])(implicit d: DummyImplicit): org.locationtech.jts.geom.LineString
    Definition Classes
    LineStringConstructors
  7. def apply(points: (Double, Double)*)(implicit d: DummyImplicit): org.locationtech.jts.geom.LineString
    Definition Classes
    LineStringConstructors