com.outr.arango.geo

Members list

Type members

Classlikes

sealed trait GeoJSON

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeoPoint
class GeoPolygon
Show all
object GeoJSON

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
GeoJSON.type
case class GeoLineString(points: List[GeoPoint]) extends GeoJSON

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait GeoJSON
class Object
trait Matchable
class Any
Show all
object GeoLineString

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoMultiLineString(lines: List[List[GeoPoint]]) extends GeoJSON

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoMultiPoint(points: List[GeoPoint]) extends GeoJSON

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait GeoJSON
class Object
trait Matchable
class Any
Show all
object GeoMultiPoint

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoMultiPolygon(polygons: List[List[GeoPoint]]) extends GeoJSON

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoPoint(latitude: Double, longitude: Double) extends GeoJSON

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait GeoJSON
class Object
trait Matchable
class Any
Show all
object GeoPoint

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
GeoPoint.type
case class GeoPolygon(points: List[GeoPoint]) extends GeoJSON

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait GeoJSON
class Object
trait Matchable
class Any
Show all
object GeoPolygon

Attributes

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