it.eng.spagobi.engines.geo.map.utils
Class MapCatalogueMock

java.lang.Object
  extended by it.eng.spagobi.engines.geo.map.utils.MapCatalogueMock

public class MapCatalogueMock
extends java.lang.Object

The Class MapCatalogueMock.

Author:
Andrea Gioia

Constructor Summary
MapCatalogueMock()
           
 
Method Summary
static java.lang.String[] getFeatureNamesInMap(java.lang.String mapName)
          Gets the feature names in map.
static java.lang.String[] getMapNamesByFeature(java.lang.String featureName)
          Gets the map names by feature.
static java.lang.String getMapUrl(java.lang.String mapName)
          Gets the map url.
static java.lang.String getStandardHierarchy()
          Gets the standard hierarchy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCatalogueMock

public MapCatalogueMock()
Method Detail

getStandardHierarchy

public static java.lang.String getStandardHierarchy()
Gets the standard hierarchy.

Returns:
the standard hierarchy

getMapUrl

public static java.lang.String getMapUrl(java.lang.String mapName)
Gets the map url.

Parameters:
mapName - the map name
Returns:
the map url

getMapNamesByFeature

public static java.lang.String[] getMapNamesByFeature(java.lang.String featureName)
Gets the map names by feature.

Parameters:
featureName - the feature name
Returns:
the map names by feature

getFeatureNamesInMap

public static java.lang.String[] getFeatureNamesInMap(java.lang.String mapName)
Gets the feature names in map.

Parameters:
mapName - the map name
Returns:
the feature names in map