Trait

com.github.tminglei.slickpg.PgPostGISSupport

PostGISAssistants

Related Doc: package PgPostGISSupport

Permalink

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

Linear Supertypes
(PgPostGISSupport.this)#BasePostGISAssistants[Geometry, 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
    @HotSpotIntrinsicCandidate() @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 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

Inherited from AnyRef

Inherited from Any

Ungrouped