Packages

package scaladsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Color(value: String) extends Product with Serializable

    A color to be used in properties.

    A color to be used in properties.

    value

    a color in web format (#RRGGBB)

  2. sealed trait Geometry extends Product with Serializable
  3. case class GeometryCollection(geometries: Seq[Geometry]) extends Geometry with Product with Serializable
  4. case class LineString(coordinates: Seq[Seq[Double]]) extends Geometry with Product with Serializable
  5. case class MultiLineString(coordinates: Seq[Seq[Seq[Double]]]) extends Geometry with Product with Serializable
  6. case class MultiPoint(coordinates: Seq[Seq[Double]]) extends Geometry with Product with Serializable
  7. case class MultiPolygon(coordinates: Seq[Seq[Seq[Seq[Double]]]]) extends Geometry with Product with Serializable
  8. case class Point(coordinates: Seq[Double]) extends Geometry with Product with Serializable
  9. case class Polygon(coordinates: Seq[Seq[Seq[Double]]]) extends Geometry with Product with Serializable

Value Members

  1. object Color extends Serializable
  2. object LineString extends Serializable
  3. object Point extends Serializable

Ungrouped