Class/Object

geotrellis.server.ogc.wcs

GetCoverageWcsParams

Related Docs: object GetCoverageWcsParams | package wcs

Permalink

case class GetCoverageWcsParams(version: String, identifier: String, boundingBox: Extent, temporalSequence: List[OgcTime], format: OutputFormat, gridBaseCRS: CRS, gridCS: URI, gridType: URI, gridOrigin: (Double, Double), gridOffsets: (Double, Double), crs: CRS, params: ParamMap) extends WcsParams with Product with Serializable

“EPSG:4326” or “WGS84” use the latitude first, longitude second axis order. According to the WCS spec for 1.1, some CRS have inverted axis box: 1.0.0: minx,miny,maxx,maxy 1.1.0, 1.1.2: OGC 07-067r5 (WCS 1.1.2) referes to OGC 06-121r3 which says "The number of axes included, and the order of these axes, shall be as specified by the referenced CRS." That means inverted for geographic.

Reference to QGIS: https://github.com/qgis/QGIS/blob/final-3_10_2/src/providers/wcs/qgswcsprovider.cpp#L674 Parameters descriptions can be also found here: https://mapserver.org/ogc/wcs_server.html

Linear Supertypes
Serializable, Serializable, Product, Equals, WcsParams, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetCoverageWcsParams
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WcsParams
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetCoverageWcsParams(version: String, identifier: String, boundingBox: Extent, temporalSequence: List[OgcTime], format: OutputFormat, gridBaseCRS: CRS, gridCS: URI, gridType: URI, gridOrigin: (Double, Double), gridOffsets: (Double, Double), crs: CRS, params: ParamMap)

    Permalink

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. val boundingBox: Extent

    Permalink
  6. def cellSize: CellSize

    Permalink
  7. val changeXY: Boolean

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val crs: CRS

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def extent: Extent

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val format: OutputFormat

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. val gridBaseCRS: CRS

    Permalink
  16. val gridCS: URI

    Permalink
  17. def gridExtent: GridExtent[Long]

    Permalink
  18. val gridOffsets: (Double, Double)

    Permalink
  19. val gridOrigin: (Double, Double)

    Permalink
  20. val gridType: URI

    Permalink
  21. val identifier: String

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val params: ParamMap

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val temporalSequence: List[OgcTime]

    Permalink
  29. def toQuery: Query

    Permalink
  30. val version: String

    Permalink
    Definition Classes
    GetCoverageWcsParamsWcsParams
  31. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WcsParams

Inherited from AnyRef

Inherited from Any

Ungrouped