Trait

geotrellis.slick.PostGisProjectionSupport

PostGISProjectionAssistants

Related Doc: package PostGisProjectionSupport

Permalink

trait PostGISProjectionAssistants extends (PostGisProjectionSupport.this)#BasePostGISAssistants[(PostGisProjectionSupport.this)#GEOMETRY, (PostGisProjectionSupport.this)#POINT, (PostGisProjectionSupport.this)#LINESTRING, (PostGisProjectionSupport.this)#POLYGON, (PostGisProjectionSupport.this)#GEOMETRYCOLLECTION]

Linear Supertypes
(PostGisProjectionSupport.this)#BasePostGISAssistants[(PostGisProjectionSupport.this)#GEOMETRY, (PostGisProjectionSupport.this)#POINT, (PostGisProjectionSupport.this)#LINESTRING, (PostGisProjectionSupport.this)#POLYGON, (PostGisProjectionSupport.this)#GEOMETRYCOLLECTION], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostGISProjectionAssistants
  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 geomFromEWKB[P, R](ewkb: slick.driver.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, Array[Byte], (PostGisProjectionSupport.this)#GEOMETRY, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  10. def geomFromEWKT[P, R](ewkt: slick.driver.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, String, (PostGisProjectionSupport.this)#GEOMETRY, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  11. def geomFromGML[P, R](gml: slick.driver.JdbcProfile.API.Rep[P], srid: Option[Int])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, String, (PostGisProjectionSupport.this)#GEOMETRY, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  12. def geomFromGeoJSON[P, R](json: slick.driver.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, String, (PostGisProjectionSupport.this)#GEOMETRY, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  13. def geomFromKML[P, R](kml: slick.driver.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, String, (PostGisProjectionSupport.this)#GEOMETRY, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  14. def geomFromText[P, R](wkt: slick.driver.JdbcProfile.API.Rep[P], srid: Option[Int])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, String, (PostGisProjectionSupport.this)#GEOMETRY, Boolean, P, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  15. def geomFromWKB[P, R](wkb: slick.driver.JdbcProfile.API.Rep[P], srid: Option[Int])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, Array[Byte], (PostGisProjectionSupport.this)#GEOMETRY, Boolean, P, R]): Rep[R]

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

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

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

    Permalink
    Definition Classes
    Any
  19. def makeBox[G1 <: (PostGisProjectionSupport.this)#GEOMETRY, P1, G2 <: (PostGisProjectionSupport.this)#GEOMETRY, P2, R](lowLeftPoint: slick.driver.JdbcProfile.API.Rep[P1], upRightPoint: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[G1, G2, (PostGisProjectionSupport.this)#GEOMETRY, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  20. def makeBox3d[G1 <: (PostGisProjectionSupport.this)#GEOMETRY, P1, G2 <: (PostGisProjectionSupport.this)#GEOMETRY, P2, R](lowLeftPoint: slick.driver.JdbcProfile.API.Rep[P1], upRightPoint: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[G1, G2, (PostGisProjectionSupport.this)#GEOMETRY, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  21. def makeEnvelope(xmin: slick.driver.JdbcProfile.API.Rep[Double], ymin: slick.driver.JdbcProfile.API.Rep[Double], xmax: slick.driver.JdbcProfile.API.Rep[Double], ymax: slick.driver.JdbcProfile.API.Rep[Double], srid: Option[Int])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Double, Double, (PostGisProjectionSupport.this)#GEOMETRY, Double, Double, (PostGisProjectionSupport.this)#GEOMETRY]): Rep[(PostGisProjectionSupport.this)#GEOMETRY]

    Permalink
    Definition Classes
    BasePostGISAssistants
  22. def makeLine[G1 <: (PostGisProjectionSupport.this)#GEOMETRY, P1, G2 <: (PostGisProjectionSupport.this)#GEOMETRY, P2, R](point1: slick.driver.JdbcProfile.API.Rep[P1], point2: slick.driver.JdbcProfile.API.Rep[P2])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[G1, G2, (PostGisProjectionSupport.this)#GEOMETRY, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  23. def makePoint[P1, P2, R](x: slick.driver.JdbcProfile.API.Rep[P1], y: slick.driver.JdbcProfile.API.Rep[P2], z: Option[Double], m: Option[Double])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], tm1: JdbcType[(PostGisProjectionSupport.this)#POINT], om: OptionMapper2[Double, Double, (PostGisProjectionSupport.this)#GEOMETRY, P1, P2, R]): Rep[R]

    Permalink
    Definition Classes
    BasePostGISAssistants
  24. def makePolygon[G <: (PostGisProjectionSupport.this)#GEOMETRY, P, R](linestring: slick.driver.JdbcProfile.API.Rep[P])(implicit tm: JdbcType[(PostGisProjectionSupport.this)#GEOMETRY], om: OptionMapper2[Boolean, G, (PostGisProjectionSupport.this)#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
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  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(): Unit

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

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

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

Inherited from (PostGisProjectionSupport.this)#BasePostGISAssistants[(PostGisProjectionSupport.this)#GEOMETRY, (PostGisProjectionSupport.this)#POINT, (PostGisProjectionSupport.this)#LINESTRING, (PostGisProjectionSupport.this)#POLYGON, (PostGisProjectionSupport.this)#GEOMETRYCOLLECTION]

Inherited from AnyRef

Inherited from Any

Ungrouped