com.maryanovsky.map.client.opengis.wms
Class Capabilities.GetMapRequestInfo

java.lang.Object
  extended by com.maryanovsky.map.client.opengis.wms.Capabilities.GetMapRequestInfo
Enclosing class:
Capabilities

public static final class Capabilities.GetMapRequestInfo
extends Object

Encapsulates information about the GetMap capabilities of the service.


Method Summary
 List getImageFormats()
          Returns the list of supported image formats (mime types).
 String getUrlPrefix()
          Returns the prefix of the URLs for retrieving map images via a GetMap request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImageFormats

public List getImageFormats()
Returns the list of supported image formats (mime types). Treat the returned list as immutable.


getUrlPrefix

public String getUrlPrefix()
Returns the prefix of the URLs for retrieving map images via a GetMap request.