Packages

package wmts

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

Type Members

  1. class CapabilitiesView[F[_]] extends AnyRef

  2. case class GeotrellisTileMatrix(identifier: String, extent: Extent, tileLayout: TileLayout, title: Option[String] = None, abstract: Option[String] = None) extends Product with Serializable

    Relates Geotrellis Extent and TileLayout to a corresponding OGC Tile Matrix

  3. case class GeotrellisTileMatrixSet(identifier: String, supportedCrs: CRS, title: Option[String] = None, abstract: Option[String] = None, boundingBox: Option[Extent] = None, wellKnownScaleSet: Option[String] = None, tileMatrix: List[GeotrellisTileMatrix]) extends Product with Serializable

    A collection of tile matrices; most commonly forming a pyramid of different resolutions

  4. case class WmtsModel[F[_]](serviceMetadata: ServiceMetadata, matrices: List[GeotrellisTileMatrixSet], sources: RepositoryM[F, List, OgcSource])(implicit evidence$1: Monad[F]) extends Product with Serializable

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

  5. sealed abstract class WmtsParams extends AnyRef

Value Members

  1. val wmtsScope: NamespaceBinding
  2. object CapabilitiesView
  3. object WmtsParams

Inherited from AnyRef

Inherited from Any

Ungrouped