Package

geotrellis.server.ogc

wms

Permalink

package wms

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. wms
  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 WmsModel(serviceMeta: Service, parentLayerMeta: WmsParentLayerMeta, 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 WMS request

  3. sealed abstract class WmsParams extends AnyRef

    Permalink
  4. case class WmsParentLayerMeta(name: Option[String], title: String, description: Option[String], supportedProjections: List[CRS]) extends Product with Serializable

    Permalink

    Parent layer metadata class (used in configuration and reporting capabilities)

  5. implicit class withLegendModelMethods extends AnyRef

    Permalink
  6. implicit class withOnlineResourceModelMethods extends AnyRef

    Permalink

Value Members

  1. object CapabilitiesView

    Permalink
  2. def ExtendedCapabilities[A](records: Elem*): List[DataRecord[Elem]]

    Permalink
  3. def ExtendedElement[A](key: String, records: DataRecord[A]*): Elem

    Permalink
  4. object WmsParams

    Permalink
  5. val constrainedWMSScope: NamespaceBinding

    Permalink

    Default scope generates an incorrect XML file (in the incorrect scope, prefixes all XML elements with wms: prefix.

    Default scope generates an incorrect XML file (in the incorrect scope, prefixes all XML elements with wms: prefix.

    val defaultScope = scalaxb.toScope(Some("ogc") -> "http://www.opengis.net/ogc", Some("wms") -> "http://www.opengis.net/wms", Some("xlink") -> "http://www.w3.org/1999/xlink", Some("xs") -> "http://www.w3.org/2001/XMLSchema", Some("xsi") -> "http://www.w3.org/2001/XMLSchema-instance")

  6. val wmsScope: NamespaceBinding

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped