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

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

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

Methods in org.deegree_impl.clients.wmsclient.configuration that return Format
private  Format[] WMSClientConfigurationFactory.createOfferedMapFormats(org.w3c.dom.Element mapFormats)
          Creates a list of the map/images formats offered by the client.
 Format[] WMSClientConfiguration.getOfferedMapFormats()
          returns the list of map formats offered by the client
 Format WMSClientConfiguration.getSelectedMapFormat()
          returns the map format that is marked as selected.
 Format[] WMSClientConfiguration.getOfferedInfoFormats()
          returns the list of map formats offered by the client
 Format WMSClientConfiguration.getSelectedInfoFormat()
          returns the info format that is marked as selected.
 

Methods in org.deegree_impl.clients.wmsclient.configuration with parameters of type Format
 void WMSClientConfiguration.setOfferedMapFormats(Format[] mapFormats)
           
 void WMSClientConfiguration.addMapFormat(Format mapFormat)
           
 void WMSClientConfiguration.setOfferedInfoFormats(Format[] infoFormats)
           
 void WMSClientConfiguration.addInfoFormat(Format infoFormat)
           
 

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