org.deegree_impl.clients.wmsclient2.tools
Class ClientHelper

java.lang.Object
  extended byorg.deegree_impl.clients.wmsclient2.tools.ClientHelper

public class ClientHelper
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Andreas Poth

Constructor Summary
ClientHelper()
           
 
Method Summary
static java.lang.String getGetFeatureInfoURL(WMSCapabilities capa)
          returns the http-get URL where to send a GetMap too.
static java.lang.String getGetMapURL(WMSCapabilities capa)
          returns the http-get URL where to send a GetMap too.
private static java.util.ArrayList getLayers(Layer layer, java.util.ArrayList list)
           
static Layer[] getLayers(WMSCapabilities capa)
          returns a list of all data layers available from the WMS which capabilities are submitted to the method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHelper

public ClientHelper()
Method Detail

getGetMapURL

public static java.lang.String getGetMapURL(WMSCapabilities capa)
returns the http-get URL where to send a GetMap too.

Parameters:
capa - WMSCapabilities
Returns:

getGetFeatureInfoURL

public static java.lang.String getGetFeatureInfoURL(WMSCapabilities capa)
returns the http-get URL where to send a GetMap too.

Parameters:
capa - WMSCapabilities
Returns:

getLayers

public static Layer[] getLayers(WMSCapabilities capa)
returns a list of all data layers available from the WMS which capabilities are submitted to the method

Parameters:
capa - WMSCapabilities
Returns:

getLayers

private static java.util.ArrayList getLayers(Layer layer,
                                             java.util.ArrayList list)
Parameters:
layer -
list -
Returns: