Packages

package wcs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. wcs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CapabilitiesView extends AnyRef
  2. class CoverageView extends AnyRef
  3. case class DescribeCoverageWcsParams(version: String, identifiers: Seq[String]) extends WcsParams with Product with Serializable
  4. implicit class ExtentOps extends AnyRef
  5. case class GetCapabilitiesWcsParams(version: String) extends WcsParams with Product with Serializable
  6. class GetCoverage extends AnyRef
  7. 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.

    “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

  8. case class WcsModel(serviceMetadata: ServiceMetadata, sources: Repository[List, OgcSource], extendedParametersBinding: Option[(ParamMap) ⇒ Option[(Expression) ⇒ Expression]] = None) extends Product with Serializable

    This class holds all the information necessary to construct a response to a WCS request

  9. sealed abstract class WcsParams extends AnyRef

Value Members

  1. val constrainedWCSScope: NamespaceBinding
  2. val wcsScope: NamespaceBinding
  3. object CapabilitiesView
  4. object CoverageView
  5. object DescribeCoverageWcsParams extends Serializable
  6. object GetCapabilitiesWcsParams extends Serializable
  7. object GetCoverageWcsParams extends Serializable
  8. object WcsParams

Inherited from AnyRef

Inherited from Any

Ungrouped