org.deegree.theme
Class Themes

java.lang.Object
  extended by org.deegree.theme.Themes

public class Themes
extends Object

Utility methods for using themes.

Version:
$Revision: $, $Date: $
Author:
Andreas Schmitz, last edited by: $Author: stranger $

Constructor Summary
Themes()
           
 
Method Summary
static void aggregateSpatialMetadata(Theme theme)
           
static List<Layer> getAllLayers(Theme t)
           
static List<Theme> getAllThemes(Theme t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Themes

public Themes()
Method Detail

getAllLayers

public static List<Layer> getAllLayers(Theme t)
Parameters:
t -
Returns:
all layers contained in this theme and subthemes

getAllThemes

public static List<Theme> getAllThemes(Theme t)
Parameters:
t -
Returns:
all themes contained in this theme and subthemes

aggregateSpatialMetadata

public static void aggregateSpatialMetadata(Theme theme)


Copyright © 2011. All Rights Reserved.