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

Packages that use MapOperationFactor
org.deegree_impl.clients.context   
org.deegree_impl.clients.wmsclient.configuration   
 

Uses of MapOperationFactor in org.deegree_impl.clients.context
 

Methods in org.deegree_impl.clients.context that return MapOperationFactor
private static MapOperationFactor[] WebMapContextFactory.createOfferedMapOperationFactors(org.w3c.dom.Element element)
          returns a list of offered numerical map operation factors that can be used to determine zoom or pan levels
 MapOperationFactor[] MapParameter.getOfferedPanFactors()
          returns the list of pan factors offered by this map context
 MapOperationFactor MapParameter.getSelectedPanFactor()
          returns the pan factor that is marked as selected.
 MapOperationFactor[] MapParameter.getOfferedZoomFactors()
          returns the list of zoom factors offered by the map context
 MapOperationFactor MapParameter.getSelectedZoomFactor()
          returns the zoom factor that is marked as selected.
 

Methods in org.deegree_impl.clients.context with parameters of type MapOperationFactor
 void MapParameter.setOfferedPanFactors(MapOperationFactor[] panFactors)
          sets the offered pan factors (% of the map size) for a map context
 void MapParameter.addPanFactor(MapOperationFactor panFactor)
          add a pan factor to a map context
 void MapParameter.removePanFactor(MapOperationFactor panFactor)
          removes a pan factor from a context
 void MapParameter.setOfferedZoomFactors(MapOperationFactor[] zoomFactors)
          sets the offered zoom factors (% of the map size) for a map context
 void MapParameter.addZoomFactor(MapOperationFactor zoomFactor)
          adds a zoom factor to a map context
 void MapParameter.removeZoomFactor(MapOperationFactor zoomFactor)
          removes a zomm factor from a map context
 

Constructors in org.deegree_impl.clients.context with parameters of type MapOperationFactor
MapParameter(Format[] offeredInfoFormats, MapOperationFactor[] offeredPanFactors, MapOperationFactor[] offeredZoomFactors, double minScale, double maxScale)
          Creates a new MapParameter object.
 

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

Methods in org.deegree_impl.clients.wmsclient.configuration that return MapOperationFactor
private  MapOperationFactor[] WMSClientConfigurationFactory.createOfferedMapOperationFactors(org.w3c.dom.Element factors)
          returns a list of offered numerical map operation factors that can be used to determine zoom or pan levels
 MapOperationFactor[] WMSClientConfiguration.getOfferedPanFactors()
          returns the list of pan factors offered by the client
 MapOperationFactor WMSClientConfiguration.getSelectedPanFactor()
          returns the pan factor that is marked as selected.
 MapOperationFactor[] WMSClientConfiguration.getOfferedZoomFactors()
          returns the list of zoom factors offered by the client
 MapOperationFactor WMSClientConfiguration.getSelectedZoomFactor()
          returns the zoom factor that is marked as selected.
 

Methods in org.deegree_impl.clients.wmsclient.configuration with parameters of type MapOperationFactor
 void WMSClientConfiguration.setOfferedPanFactors(MapOperationFactor[] panFactors)
           
 void WMSClientConfiguration.addPanFactor(MapOperationFactor panFactor)
           
 void WMSClientConfiguration.setOfferedZoomFactors(MapOperationFactor[] zoomFactors)
           
 void WMSClientConfiguration.addZoomFactor(MapOperationFactor zoomFactor)
           
 

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