public class GISGroupInformation extends Object
| Constructor and Description |
|---|
GISGroupInformation() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void setGroupName(String groupName)
public String getGroupName()
public void setTemplateGroupName(String templateGroupName)
public String getTemplateGroupName()
public void setTemplateGroup(boolean isTemplateGroup)
public boolean isTemplateGroup()
public static boolean checkGroup(GISInformation gisInfo, String groupName, int maxtries) throws Exception
Exceptionpublic static boolean checkLayers(GISInformation gisInfo, List<String> layerNames, int maxtries) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.