com.github.tminglei.slickpg.geom.PgPostGISExtensions

PostGISAssistants

trait PostGISAssistants extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostGISAssistants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def geomFromEWKB[P, R](ewkb: Column[P])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[Array[Byte], Array[Byte], (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

  10. def geomFromEWKT[P, R](ewkt: Column[P])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[String, String, (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

  11. def geomFromGML[P, R](gml: Column[P], srid: Option[Int] = None)(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[String, String, (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

  12. def geomFromGeoJSON[P, R](json: Column[P])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[String, String, (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

  13. def geomFromKML[P, R](kml: Column[P])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[String, String, (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

  14. def geomFromText[P, R](wkt: Column[P], srid: Option[Int] = None)(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[String, String, (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

    Geometry Constructors

  15. def geomFromWKB[P, R](wkb: Column[P], srid: Option[Int] = None)(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[Array[Byte], Array[Byte], (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def makeBox[G1 <: (PgPostGISExtensions.this)#GEOMETRY, P1, G2 <: (PgPostGISExtensions.this)#GEOMETRY, P2, R](lowLeftPoint: Column[P1], upRightPoint: Column[P2])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[G1, G2, (PgPostGISExtensions.this)#GEOMETRY, P1, P2, R]): Column[R]

  20. def makeBox3d[G1 <: (PgPostGISExtensions.this)#GEOMETRY, P1, G2 <: (PgPostGISExtensions.this)#GEOMETRY, P2, R](lowLeftPoint: Column[P1], upRightPoint: Column[P2])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[G1, G2, (PgPostGISExtensions.this)#GEOMETRY, P1, P2, R]): Column[R]

  21. def makeEnvelope(xmin: Column[Double], ymin: Column[Double], xmax: Column[Double], ymax: Column[Double], srid: Option[Int] = None)(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[Double, Double, (PgPostGISExtensions.this)#GEOMETRY, Double, Double, (PgPostGISExtensions.this)#GEOMETRY]): Column[(PgPostGISExtensions.this)#GEOMETRY]

  22. def makeLine[G1 <: (PgPostGISExtensions.this)#GEOMETRY, P1, G2 <: (PgPostGISExtensions.this)#GEOMETRY, P2, R](point1: Column[P1], point2: Column[P2])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[G1, G2, (PgPostGISExtensions.this)#GEOMETRY, P1, P2, R]): Column[R]

  23. def makePoint[P1, P2, R](x: Column[P1], y: Column[P2], z: Option[Double] = None, m: Option[Double] = None)(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], tm1: JdbcType[(PgPostGISExtensions.this)#POINT], om: OptionMapper2[Double, Double, (PgPostGISExtensions.this)#GEOMETRY, P1, P2, R]): Column[R]

  24. def makePolygon[G <: (PgPostGISExtensions.this)#GEOMETRY, P, R](linestring: Column[P])(implicit tm: JdbcType[(PgPostGISExtensions.this)#GEOMETRY], om: OptionMapper2[G, G, (PgPostGISExtensions.this)#GEOMETRY, P, P, R]): Column[R]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped