Package

geotrellis.server.ogc

wmts

Permalink

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 extends AnyRef

    Permalink

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

    Permalink

    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

    Permalink

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

  4. case class WmtsModel(serviceMetadata: ServiceMetadata, matrices: List[GeotrellisTileMatrixSet], sources: Repository[List, OgcSource]) extends Product with Serializable

    Permalink

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

  5. sealed abstract class WmtsParams extends AnyRef

    Permalink

Value Members

  1. object CapabilitiesView

    Permalink
  2. object WmtsParams

    Permalink
  3. val constrainedWMTSScope: NamespaceBinding

    Permalink
  4. val wmtsScope: NamespaceBinding

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped