Packages

object JTS

An object containing duplicate geometry objects for construction of geometries in the REPL environment.

This object exists to work around a REPL bug which masks objects when instances of classes with the same name are created. DO NOT USE IN COMPILED CODE. Use bare objects instead (Point, LineString, etc).

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

Value Members

  1. object GeometryCollection extends GeometryCollectionConstructors
  2. object LineString extends LineStringConstructors
  3. object MultiLineString extends MultiLineStringConstructors
  4. object MultiPoint extends MultiPointConstructors
  5. object MultiPolygon extends MultiPolygonConstructors
  6. object Point extends PointConstructors
  7. object Polygon extends PolygonConstructors