|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapSize | |
org.deegree_impl.clients.wmsclient.configuration |
Uses of MapSize in org.deegree_impl.clients.wmsclient.configuration |
Methods in org.deegree_impl.clients.wmsclient.configuration that return MapSize | |
private MapSize[] |
WMSClientConfigurationFactory.createOfferedMapSizes(org.w3c.dom.Element mapSizes)
creates a list of available map sizes for the client. |
MapSize[] |
WMSClientConfiguration.getOfferedMapSizes()
returns the list of map sizes offered by the client |
MapSize |
WMSClientConfiguration.getSelectedMapSize()
returns the MapSize that is marked as selected. |
Methods in org.deegree_impl.clients.wmsclient.configuration with parameters of type MapSize | |
void |
WMSClientConfiguration.setOfferedMapSizes(MapSize[] mapSizes)
|
void |
WMSClientConfiguration.addMapSize(MapSize mapSize)
|
Constructors in org.deegree_impl.clients.wmsclient.configuration with parameters of type MapSize | |
WMSClientConfiguration(WMSClientConfiguration defaultConfig,
java.util.HashMap wmsCapabilities,
MapSize[] offeredMapSizes,
Format[] offeredMapFormats,
Format[] offeredInfoFormats,
MapOperation[] offeredMapOperations,
MapOperationFactor[] offeredZoomFactors,
MapOperationFactor[] offeredPanFactors,
double minScale,
double maxScale,
WMSGetMapRequest gmr,
Project[] offeredProjects)
Creates a new WMSClientConfiguration object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |