Uses of Class
org.deegree_impl.clients.wmsclient.configuration.MapOperation

Packages that use MapOperation
org.deegree_impl.clients.wmsclient.configuration   
 

Uses of MapOperation in org.deegree_impl.clients.wmsclient.configuration
 

Methods in org.deegree_impl.clients.wmsclient.configuration that return MapOperation
private  MapOperation[] WMSClientConfigurationFactory.createOfferedMapOperations(org.w3c.dom.Element mapOperations)
          returns a list of the map operations (zoomin, zoomout, pan etc.) offered by the client
 MapOperation[] WMSClientConfiguration.getOfferedMapOperations()
          returns the list of map operations offered by the client
 MapOperation WMSClientConfiguration.getSelectedMapOperation()
          returns the map operation that is marked as selected.
 

Methods in org.deegree_impl.clients.wmsclient.configuration with parameters of type MapOperation
 void WMSClientConfiguration.setOfferedMapOperations(MapOperation[] mapOperations)
           
 void WMSClientConfiguration.addMapOperation(MapOperation mapOperation)
           
 

Constructors in org.deegree_impl.clients.wmsclient.configuration with parameters of type MapOperation
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.