Details
Description
Extended support of Geotools Main to be able to parse a WMS capabilities document that includes Dimension and Extent elements. Two new classes: Dimension and Extent in package org.geotools.data.wms.xml. org.geotools.data.ows.Layer is extended with two new HashMaps, one for Dimension objects and one for Extent objects - both uses the name of the dimension as key.
Extended handling in org.geotools.data.wms.xml.WMSComplexTypes to be able to handle Dimension and Extent elements in parsing of WMS capabilities document.