Packages

case class GetCoverageWcsParams(version: String, identifier: String, boundingBox: Extent, temporalSequence: List[OgcTime], format: OutputFormat, gridBaseCRS: Option[CRS], gridCS: URI, gridType: URI, gridOrigin: Option[(Double, Double)], gridOffsets: Option[(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

WCS 1.1.1 specs URI: https://portal.opengeospatial.org/files/07-067r2

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: Option[CRS], gridCS: URI, gridType: URI, gridOrigin: Option[(Double, Double)], gridOffsets: Option[(Double, Double)], crs: CRS, params: ParamMap)

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. val boundingBox: Extent
  6. def cellSize: Option[CellSize]
  7. val changeXY: Boolean
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val crs: CRS
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def extent: Extent

    Shrink the extent to border cells centers by half cell size.

    Shrink the extent to border cells centers by half cell size. GridOrigin: default is "0,0" (KVP) or "0 0" (XML); it is the boundingBox corner.

  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val format: OutputFormat
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val gridBaseCRS: Option[CRS]
  16. val gridCS: URI
  17. def gridExtent: Option[GridExtent[Long]]
  18. val gridOffsets: Option[(Double, Double)]
  19. val gridOrigin: Option[(Double, Double)]
  20. val gridType: URI
  21. val identifier: String
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val params: ParamMap
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val temporalSequence: List[OgcTime]
  29. def toQuery: Query
  30. val version: String
    Definition Classes
    GetCoverageWcsParamsWcsParams
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WcsParams

Inherited from AnyRef

Inherited from Any

Ungrouped