Package

geotrellis.server.ogc

wcs

Permalink

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

    Permalink
  2. class CoverageView extends AnyRef

    Permalink
  3. case class DescribeCoverageWcsParams(version: String, identifiers: Seq[String]) extends WcsParams with Product with Serializable

    Permalink
  4. implicit class ExtentOps extends AnyRef

    Permalink
  5. case class GetCapabilitiesWcsParams(version: String) extends WcsParams with Product with Serializable

    Permalink
  6. class GetCoverage extends AnyRef

    Permalink
  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

    Permalink

    “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

    Permalink

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

  9. sealed abstract class WcsParams extends AnyRef

    Permalink

Value Members

  1. object CapabilitiesView

    Permalink
  2. object CoverageView

    Permalink
  3. object DescribeCoverageWcsParams extends Serializable

    Permalink
  4. object GetCapabilitiesWcsParams extends Serializable

    Permalink
  5. object GetCoverageWcsParams extends Serializable

    Permalink
  6. object WcsParams

    Permalink
  7. val constrainedWCSScope: NamespaceBinding

    Permalink
  8. val wcsScope: NamespaceBinding

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped