package ows
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Identification(title: String, description: String, keywords: List[String], profile: List[URI], fees: Option[String], accessConstraints: List[String]) extends Product with Serializable
- case class Provider(name: String, site: Option[String], contact: Option[ResponsiblePartySubset]) extends Product with Serializable
-
case class
ResponsiblePartySubset(name: Option[String], position: Option[String], role: Option[String]) extends Product with Serializable
corresponds roughly to opengis.ows.ResponsiblePartySubsetType
-
case class
ServiceMetadata(identification: Identification, provider: Provider) extends Product with Serializable
Service-level metadata; roughly corresponds to ows service identification and service providers
Value Members
-
object
OwsDataRecord
A function that reduces boilerplate by generating a namespace and a key for a common ows DataRecord