Geo

lightdb.spatial.Geo
See theGeo companion trait
object Geo

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Geo.type

Members list

Type members

Classlikes

case class GeometryCollection(geometries: List[Geo]) extends Geo

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all
case class Line(points: List[Point]) extends Geo

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all
case class MultiLine(lines: List[Line]) extends Geo

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all
case class MultiPoint(points: List[Point]) extends Geo

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all
case class MultiPolygon(polygons: List[Polygon]) extends Geo

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all
case class Point(latitude: Double, longitude: Double) extends Geo

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all
case class Polygon(points: List[Point]) extends Geo

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all
object Polygon

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Polygon.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def center(points: List[Point]): Point
def max(points: List[Point]): Point
def min(points: List[Point]): Point
def parse(json: Json): Geo
def parseMulti(json: Json): List[Geo]
def parseString(s: String): Geo

Implicits

Implicits

implicit lazy val pRW: RW[Point]
implicit val rw: RW[Geo]