All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbt-scalaxb.opengis.sld.sld_capabilities.scala Maven / Gradle / Ivy

Go to download

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.sld


/** 
			Styled Layer Descriptor version 1.1.0 (2010-02-01)
			
				SLD is an OGC Standard.
				Copyright (c) 2007,2010 Open Geospatial Consortium.
				To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
			
		
*/


case class UserDefinedSymbolization(attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
  lazy val SupportSLD = attributes("@SupportSLD").as[Boolean]
  lazy val UserLayer = attributes("@UserLayer").as[Boolean]
  lazy val UserStyle = attributes("@UserStyle").as[Boolean]
  lazy val RemoteWFS = attributes("@RemoteWFS").as[Boolean]
  lazy val InlineFeature = attributes("@InlineFeature").as[Boolean]
  lazy val RemoteWCS = attributes("@RemoteWCS").as[Boolean]
}

      
      





© 2015 - 2025 Weber Informatics LLC | Privacy Policy