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

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

public static final class Capabilities.ImageUrl
extends Capabilities.UrlWithFormat

The class for URLs of images, which also specify the format (mime-type) and size of the image.


Method Summary
 SizeView getImageSize()
          Returns the size of the image.
 
Methods inherited from class com.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
getFormat, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImageSize

public SizeView getImageSize()
Returns the size of the image.