Package com.maryanovsky.map.client.opengis.wms

Interface Summary
WmsProjection A WmsProjection adds the ability to convert from pixel coordinates to the projection's "native" coordinates.
 

Class Summary
BoundingBox Encapsulates a bounding box as defined by the Web Map Service Implementation Specification.
Capabilities Represents the capabilities of a Web Map Service as defined by the Web Map Service Implementation Specification.
Capabilities.ContactInformation Encapsulates the contact information sent as part of a Capabilities response.
Capabilities.ContactInformation.Address Encapsulates the contact address.
Capabilities.GetMapRequestInfo Encapsulates information about the GetMap capabilities of the service.
Capabilities.ImageUrl The class for URLs of images, which also specify the format (mime-type) and size of the image.
Capabilities.Layer Encapsulates information about a map layer.
Capabilities.Layer.Attribution Encapsulates the Attribution of a layer.
Capabilities.Layer.Dimension Encapsulates a Dimension.
Capabilities.Layer.Extent Encapsulates the Extent of a Dimension.
Capabilities.Layer.Identifier Encapsulates an Identifier of a layer.
Capabilities.Layer.MetadataUrl Encapsulates a Metadata URL regarding a layer.
Capabilities.Layer.ScaleHint Encapsulates a ScaleHint; a hint of minimum and maximum scales at which it is appropriate to display a layer.
Capabilities.Layer.Style Encapsulates a Style for a layer.
Capabilities.ResponseHandler The handler of the response to a GetCapabilities request.
Capabilities.TileSet Encapsulates information about a tile set as defined by the WMS Tiling Client Recommendation.
Capabilities.UrlWithFormat The base class for various classes which specify a URL and the format (mime-type) of the document at that URL.
Epsg4326Projection The projection for the EPSG:4326 SRS.
Osgeo41001Projection The projection for the OSGEO:41001 SRS.
ServiceExceptionReport Encapsulates a WMS service exception report.
ServiceExceptionReport.ServiceException Encapsulates a Service Exception.
TileSetLayer A TileLayer implementation for a WMS server.
Wms A class for various static WMS values and utilities.