GeoAPI 2.0
Build 2005-06-08

org.opengis.layer
Interface AbstractSizedURL

All Superinterfaces:
AbstractURL
All Known Subinterfaces:
LegendURL, LogoURL

public interface AbstractSizedURL
extends AbstractURL

Extends the AbstractURL by adding a width and height for the data retrievable from the linkage.

Since:
GeoAPI 2.0
Version:
Implementation specification 1.3

Method Summary
 int getHeight()
          Provides the expected height of the response data.
 int getWidth()
          Provides the expected width of the response data.
 
Methods inherited from interface AbstractURL
getFormat, getOnlineResource
 

Method Detail

getWidth

int getWidth()
Provides the expected width of the response data.

Returns:
the expected width.

getHeight

int getHeight()
Provides the expected height of the response data.

Returns:
the expected height.

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium