object LineString extends LineStringConstructors
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LineString
- LineStringConstructors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(points: Traversable[org.locationtech.jts.geom.Point])(implicit ev: DummyImplicit, ev2: DummyImplicit): org.locationtech.jts.geom.LineString
- Definition Classes
- LineStringConstructors
-
def
apply(coords: CoordinateSequence): org.locationtech.jts.geom.LineString
- Definition Classes
- LineStringConstructors
-
def
apply(coords: Traversable[Coordinate]): org.locationtech.jts.geom.LineString
- Definition Classes
- LineStringConstructors
-
def
apply(coords: Coordinate*)(implicit d: DummyImplicit, e: DummyImplicit): org.locationtech.jts.geom.LineString
- Definition Classes
- LineStringConstructors
-
def
apply(points: org.locationtech.jts.geom.Point*): org.locationtech.jts.geom.LineString
- Definition Classes
- LineStringConstructors
-
def
apply(points: Traversable[(Double, Double)])(implicit d: DummyImplicit): org.locationtech.jts.geom.LineString
- Definition Classes
- LineStringConstructors
-
def
apply(points: (Double, Double)*)(implicit d: DummyImplicit): org.locationtech.jts.geom.LineString
- Definition Classes
- LineStringConstructors