Trait

com.github.tminglei.slickpg.PgPostGISSupport

PostGISAssistants

Related Doc: package PgPostGISSupport

Permalink

trait PostGISAssistants extends (PgPostGISSupport.this)#BasePostGISAssistants[Geometry, Geography, Point, LineString, Polygon, GeometryCollection]

Linear Supertypes
(PgPostGISSupport.this)#BasePostGISAssistants[Geometry, Geography, Point, LineString, Polygon, GeometryCollection], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostGISAssistants
  2. BasePostGISAssistants
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def geogFromText[P, R](ewkt: slick.jdbc.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Geography], om: OptionMapper2[Boolean, String, Geography, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  10. def geogFromWKB[P, R](wkb: slick.jdbc.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Geography], om: OptionMapper2[Boolean, Array[Byte], Geography, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  11. def geomFromEWKB[P, R](ewkb: slick.jdbc.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, Array[Byte], Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  12. def geomFromEWKT[P, R](ewkt: slick.jdbc.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, String, Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  13. def geomFromGML[P, R](gml: slick.jdbc.JdbcProfile.API.Rep[P], srid: Option[Int])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, String, Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  14. def geomFromGeoJSON[P, R](json: slick.jdbc.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, String, Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  15. def geomFromKML[P, R](kml: slick.jdbc.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, String, Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  16. def geomFromText[P, R](wkt: slick.jdbc.JdbcProfile.API.Rep[P], srid: Option[Int])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, String, Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  17. def geomFromWKB[P, R](wkb: slick.jdbc.JdbcProfile.API.Rep[P], srid: Option[Int])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, Array[Byte], Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  18. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  21. def lineFromEncodedPolyline[P, R](encodedPolyline: slick.jdbc.JdbcProfile.API.Rep[P], precision: Option[Int])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, String, Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  22. def makeBox[G1 <: Geometry, P1, G2 <: Geometry, P2, R](lowLeftPoint: slick.jdbc.JdbcProfile.API.Rep[P1], upRightPoint: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Geometry], om: OptionMapper2[G1, G2, Geometry, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  23. def makeBox3d[G1 <: Geometry, P1, G2 <: Geometry, P2, R](lowLeftPoint: slick.jdbc.JdbcProfile.API.Rep[P1], upRightPoint: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Geometry], om: OptionMapper2[G1, G2, Geometry, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  24. def makeEnvelope(xmin: slick.jdbc.JdbcProfile.API.Rep[Double], ymin: slick.jdbc.JdbcProfile.API.Rep[Double], xmax: slick.jdbc.JdbcProfile.API.Rep[Double], ymax: slick.jdbc.JdbcProfile.API.Rep[Double], srid: Option[Int])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Double, Double, Geometry, Double, Double, Geometry]): Rep[Geometry]

    Permalink
    Definition Classes
    BasePostGISAssistants
  25. def makeLine[G1 <: Geometry, P1, G2 <: Geometry, P2, R](point1: slick.jdbc.JdbcProfile.API.Rep[P1], point2: slick.jdbc.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[Geometry], om: OptionMapper2[G1, G2, Geometry, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  26. def makePoint[P1, P2, R](x: slick.jdbc.JdbcProfile.API.Rep[P1], y: slick.jdbc.JdbcProfile.API.Rep[P2], z: Option[Double], m: Option[Double])(implicit tm: JdbcType[Geometry], tm1: JdbcType[Point], om: OptionMapper2[Double, Double, Geometry, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  27. def makePolygon[G <: Geometry, P, R](linestring: slick.jdbc.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[Geometry], om: OptionMapper2[Boolean, G, Geometry, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from (PgPostGISSupport.this)#BasePostGISAssistants[Geometry, Geography, Point, LineString, Polygon, GeometryCollection]

Inherited from AnyRef

Inherited from Any

Ungrouped