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<String> 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<String> getImageFormats()
Returns the list of supported image formats (mime types). The returned list is unmodifiable.


getUrlPrefix

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