Point

skunk.postgis.Point
See thePoint companion class
object Point

Attributes

Companion
class
Source
geometry.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Point.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(coordinate: Coordinate): Point

Attributes

Source
geometry.scala
def apply(srid: SRID, coordinate: Coordinate): Point

Attributes

Source
geometry.scala
def xy(x: Double, y: Double): Point

Attributes

Source
geometry.scala
def xy(srid: SRID, x: Double, y: Double): Point

Attributes

Source
geometry.scala
def xym(x: Double, y: Double, m: Double): Point

Attributes

Source
geometry.scala
def xym(srid: SRID, x: Double, y: Double, m: Double): Point

Attributes

Source
geometry.scala
def xyz(x: Double, y: Double, z: Double): Point

Attributes

Source
geometry.scala
def xyz(srid: SRID, x: Double, y: Double, z: Double): Point

Attributes

Source
geometry.scala
def xyzm(x: Double, y: Double, z: Double, m: Double): Point

Attributes

Source
geometry.scala
def xyzm(srid: SRID, x: Double, y: Double, z: Double, m: Double): Point

Attributes

Source
geometry.scala