Package

geotrellis.server.ogc

ows

Permalink

package ows

Visibility
  1. Public
  2. All

Type Members

  1. case class Identification(title: String, description: String, keywords: List[String], profile: List[URI], fees: Option[String], accessConstraints: List[String]) extends Product with Serializable

    Permalink
  2. case class Provider(name: String, site: Option[String], contact: Option[ResponsiblePartySubset]) extends Product with Serializable

    Permalink
  3. case class ResponsiblePartySubset(name: Option[String], position: Option[String], role: Option[String]) extends Product with Serializable

    Permalink

    corresponds roughly to opengis.ows.ResponsiblePartySubsetType

  4. case class ServiceMetadata(identification: Identification, provider: Provider) extends Product with Serializable

    Permalink

    Service-level metadata; roughly corresponds to ows service identification and service providers

Value Members

  1. object OwsDataRecord

    Permalink

    A function that reduces boilerplate by generating a namespace and a key for a common ows DataRecord

Ungrouped