WMSCapabilities Generator

Description

Returns the XML document describing data and services available in a WMS server (WMS GetCapabilites request).

Sitemap component configuration

<map:generator name="wms" src="org.cocoondev.geoid.generation.WMSCapabilitiesGenerator" logger="geoid" server="onearth.jpl.nasa.gov" path="wms.cgi" version="1.1.1"/>

The configuration parameters specific to AimsTransformer are:

  1. server The machine on which the WMS service is running
  2. path The path of the WMS service
  3. versionWMS version

Sample sitemap pipeline

<map:match pattern="wms_cap"> <map:generate type="wms"/> <map:serialize type="xml"/> </map:match>