public class GISRequestConfiguration extends Object
| Constructor and Description |
|---|
GISRequestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GISRepositoryType |
getRepositoryDestination() |
List<LayerGenerationRequest> |
getToGenerateLayers() |
List<StyleGenerationRequest> |
getToGenerateStyles() |
List<WMSGroupGenerationRequest> |
getToGenerateWMSGroups() |
String |
getWorkspace() |
int |
hashCode() |
boolean |
isPushInformationInGEONetwork() |
void |
setPushInformationInGEONetwork(boolean pushInformationInGEONetwork) |
void |
setRepositoryDestination(GISRepositoryType repositoryDestination) |
void |
setToGenerateLayers(List<LayerGenerationRequest> toGenerateLayers) |
void |
setToGenerateStyles(List<StyleGenerationRequest> toGenerateStyles) |
void |
setToGenerateWMSGroups(List<WMSGroupGenerationRequest> toGenerateWMSGroups) |
void |
setWorkspace(String workspace) |
String |
toString() |
public boolean isPushInformationInGEONetwork()
public void setPushInformationInGEONetwork(boolean pushInformationInGEONetwork)
pushInformationInGEONetwork - the pushInformationInGEONetwork to setpublic String getWorkspace()
public void setWorkspace(String workspace)
workspace - the workspace to setpublic GISRepositoryType getRepositoryDestination()
public void setRepositoryDestination(GISRepositoryType repositoryDestination)
repositoryDestination - the repositoryDestination to setpublic List<LayerGenerationRequest> getToGenerateLayers()
public void setToGenerateLayers(List<LayerGenerationRequest> toGenerateLayers)
toGenerateLayers - the toGenerateLayers to setpublic List<StyleGenerationRequest> getToGenerateStyles()
public void setToGenerateStyles(List<StyleGenerationRequest> toGenerateStyles)
toGenerateStyles - the toGenerateStyles to setpublic List<WMSGroupGenerationRequest> getToGenerateWMSGroups()
public void setToGenerateWMSGroups(List<WMSGroupGenerationRequest> toGenerateWMSGroups)
toGenerateWMSGroups - the toGenerateWMSGroups to setCopyright © 2015. All Rights Reserved.