Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Cardinality

parameters

urn:com.cohga.weave.raster#1.0:parameters

0..n

summaryfunction

Properties

...

Name

Type

Cardinality

parameters

urn:com.cohga.weave.raster#1.0:parameters

0..1

parameters

Properties

None

...

Code Block
languagexml
<config xmlns="urn:com.cohga.server.config#1.0" xmlns:raster="urn:com.cohga.weave.raster#1.0">

	<raster:valuefunction id="flood.value">
		<raster>flood.raster</raster>
		<parameters>
			<parameter name="year" column="YEAR" type="integer" required="true"/>
		<parameters>
	</raster:valuefunction>

</config>

...