Package org.geotools.ows.wms
Provides for Web Map Server client access as a Grid Coverage Exchange.
Overview Diagram Please
Overview Diagram Please
Example Use:
Package Specification
The current implementation is targeted towards the 1.3.0 OGC WMS Implementation Specification. There are plans to generalize this support for previous revisions.
- http://www.opengis.org/specs/ and search for wms
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:- http://docs.codehaus.org/display/GEOTOOLS/Grid+Coverage+tutorial
-
Class Summary Class Description CRSEnvelope A pair of coordinates and a reference system that represents a section of the Earth.Layer Nested list of zero or more map Layers offered by this server.LayerDescription Used to hold data regarding Layers.SimpleLayer A simple bean that represents a layer name paired with a style name for use in requests.StyleImpl WebMapServer WebMapServer is a class representing a WMS.WMS1_0_0 Provides support for the Web Map Server 1.0 Specification.WMS1_0_0.GetCapsRequest We need a custom request object.WMS1_0_0.GetFeatureInfoRequest A GetFeatureInfoRequest for a 1.0.0 serverWMS1_0_0.GetMapRequest A GetMapRequest for a 1.0.0 ServerWMS1_0_0.InternalGetStylesRequest WMS1_1_0 WMS1_1_0.GetCapsRequest WMS1_1_0.GetFeatureInfoRequest WMS1_1_0.GetMapRequest WMS1_1_0.InternalDescribeLayerRequest WMS1_1_0.InternalGetLegendGraphicRequest WMS1_1_1 Provides support for the Web Map Server 1.1.1 Specificaiton.WMS1_1_1.GetCapsRequest WMS1_1_1.GetFeatureInfoRequest WMS1_1_1.GetMapRequest WMS1_1_1.InternalGetStylesRequest WMS1_1_1.InternalPutStylesRequest WMS1_3_0 WMS1_3_0.GetCapsRequest WMS1_3_0.GetFeatureInfoRequest WMS1_3_0.GetMapRequest WMSCapabilities Represents a base object for a WMS getCapabilities response.WMSRequest Available WMS Operations are listed in a Request element.WMSSpecification WMSUtils Provides miscellaneous utility methods for use with WMSs.