
sbt-scalaxb.opengis.ogc.expr.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.ogc
trait ExpressionType extends LowerBoundaryTypeOption {
}
case class BinaryOperatorType(expression: Seq[scalaxb.DataRecord[Any]] = Nil) extends ExpressionType
case class FunctionType(expression: Seq[scalaxb.DataRecord[Any]] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends ExpressionType with BinaryLogicOpTypeOption with UnaryLogicOpTypeOption {
lazy val name = attributes("@name").as[String]
}
case class LiteralType(any: Option[scalaxb.DataRecord[Any]] = None) extends ExpressionType
case class PropertyNameType() extends ExpressionType
© 2015 - 2025 Weber Informatics LLC | Privacy Policy