
sbt-scalaxb.opengis.se.FeatureStyle.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geotrellis-server-opengis_2.12 Show documentation
Show all versions of geotrellis-server-opengis_2.12 Show documentation
GeoTrellis Server is a set of components designed to simplify viewing, processing, and serving raster data from arbitrary sources with an emphasis on doing so in a functional style.
The newest version!
// Generated by scalaxb.
package opengis.se
/**
Symbology Encoding FEATURE STYLE version 1.1.0 (2010-02-01)
Symbology Encoding is an OGC Standard.
Copyright (c) 2005,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
*/
case class FeatureTypeStyleType(Name: Option[String] = None,
Description: Option[opengis.se.DescriptionType] = None,
FeatureTypeName: Option[javax.xml.namespace.QName] = None,
SemanticTypeIdentifier: Seq[String] = Nil,
featuretypestyletypeoption: Seq[scalaxb.DataRecord[opengis.se.FeatureTypeStyleTypeOption]] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val version = attributes.get("@version") map { _.as[VersionType]}
}
trait FeatureTypeStyleTypeOption
case class CoverageStyleType(Name: Option[String] = None,
Description: Option[opengis.se.DescriptionType] = None,
CoverageName: Option[String] = None,
SemanticTypeIdentifier: Seq[String] = Nil,
coveragestyletypeoption: Seq[scalaxb.DataRecord[opengis.se.CoverageStyleTypeOption]] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val version = attributes.get("@version") map { _.as[VersionType]}
}
trait CoverageStyleTypeOption
case class RuleType(Name: Option[String] = None,
Description: Option[opengis.se.DescriptionType] = None,
LegendGraphic: Option[opengis.se.LegendGraphicType] = None,
ruletypeoption: Option[scalaxb.DataRecord[Any]] = None,
MinScaleDenominator: Option[Double] = None,
MaxScaleDenominator: Option[Double] = None,
Symbolizer: Seq[scalaxb.DataRecord[Any]] = Nil) extends FeatureTypeStyleTypeOption with CoverageStyleTypeOption
trait RuleTypeOption
case class LegendGraphicType(Graphic: opengis.se.GraphicType)
case class ElseFilterType()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy