public class GeoPublishingParameters extends Object
| Constructor and Description |
|---|
GeoPublishingParameters() |
GeoPublishingParameters(String workspace,
String datastore,
List<String> keywords,
String crs,
String geometryFieldName,
String gNCategory,
String gNStyleSheet,
String tdmDataStoreFlag,
String gisDBCategory,
String gisDBPlatformName,
String accessPointName,
String urlPrefix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAccessPointName() |
String |
getCrs() |
String |
getDatastore() |
String |
getGeometryFieldName() |
String |
getGisDBCategory() |
String |
getGisDBPlatformName() |
String |
getgNCategory() |
String |
getgNStyleSheet() |
List<String> |
getKeywords() |
String |
getTdmDataStoreFlag() |
String |
getUrlPrefix() |
String |
getWorkspace() |
int |
hashCode() |
void |
setAccessPointName(String accessPointName) |
void |
setCrs(String crs) |
void |
setDatastore(String datastore) |
void |
setGeometryFieldName(String geometryFieldName) |
void |
setGisDBCategory(String gisDBCategory) |
void |
setGisDBPlatformName(String gisDBPlatformName) |
void |
setgNCategory(String gNCategory) |
void |
setgNStyleSheet(String gNStyleSheet) |
void |
setKeywords(List<String> keywords) |
void |
setTdmDataStoreFlag(String tdmDataStoreFlag) |
void |
setUrlPrefix(String urlPrefix) |
void |
setWorkspace(String workspace) |
String |
toString() |
public GeoPublishingParameters()
public GeoPublishingParameters(String workspace, String datastore, List<String> keywords, String crs, String geometryFieldName, String gNCategory, String gNStyleSheet, String tdmDataStoreFlag, String gisDBCategory, String gisDBPlatformName, String accessPointName, String urlPrefix)
public String getWorkspace()
public void setWorkspace(String workspace)
workspace - the workspace to setpublic String getDatastore()
public void setDatastore(String datastore)
datastore - the datastore to setpublic void setKeywords(List<String> keywords)
keywords - the keywords to setpublic String getCrs()
public void setCrs(String crs)
crs - the crs to setpublic String getGeometryFieldName()
public void setGeometryFieldName(String geometryFieldName)
geometryFieldName - the geometryFieldName to setpublic String getgNCategory()
public void setgNCategory(String gNCategory)
gNCategory - the gNCategory to setpublic String getgNStyleSheet()
public void setgNStyleSheet(String gNStyleSheet)
gNStyleSheet - the gNStyleSheet to setpublic String getTdmDataStoreFlag()
public void setTdmDataStoreFlag(String tdmDataStoreFlag)
tdmDataStoreFlag - the tdmDataStoreFlag to setpublic String getGisDBCategory()
public void setGisDBCategory(String gisDBCategory)
gisDBCategory - the gisDBCategory to setpublic String getGisDBPlatformName()
public void setGisDBPlatformName(String gisDBPlatformName)
gisDBPlatformName - the gisDBPlatformName to setpublic String getAccessPointName()
public void setAccessPointName(String accessPointName)
accessPointName - the accessPointName to setpublic String getUrlPrefix()
public void setUrlPrefix(String urlPrefix)
urlPrefix - the urlPrefix to setCopyright © 2018. All Rights Reserved.