org.gcube.contentmanagement.timeseries.geotools.gisconnectors
Class GISGroupInformation

java.lang.Object
  extended by org.gcube.contentmanagement.timeseries.geotools.gisconnectors.GISGroupInformation

public class GISGroupInformation
extends Object


Constructor Summary
GISGroupInformation()
           
 
Method Summary
static boolean checkGroup(GISInformation gisInfo, String groupName, int maxtries)
           
static boolean checkLayers(GISInformation gisInfo, List<String> layerNames, int maxtries)
           
 String getGroupName()
           
 String getTemplateGroupName()
           
 boolean isTemplateGroup()
           
 void setGroupName(String groupName)
           
 void setTemplateGroup(boolean isTemplateGroup)
           
 void setTemplateGroupName(String templateGroupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GISGroupInformation

public GISGroupInformation()
Method Detail

setGroupName

public void setGroupName(String groupName)

getGroupName

public String getGroupName()

setTemplateGroupName

public void setTemplateGroupName(String templateGroupName)

getTemplateGroupName

public String getTemplateGroupName()

setTemplateGroup

public void setTemplateGroup(boolean isTemplateGroup)

isTemplateGroup

public boolean isTemplateGroup()

checkGroup

public static boolean checkGroup(GISInformation gisInfo,
                                 String groupName,
                                 int maxtries)
                          throws Exception
Throws:
Exception

checkLayers

public static boolean checkLayers(GISInformation gisInfo,
                                  List<String> layerNames,
                                  int maxtries)
                           throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.