public class DefaultPublishProperties extends Object implements PublishProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPublishProperties.RegisterPersistence |
| Modifier and Type | Field and Description |
|---|---|
protected DelegatedDynObject |
data |
| Constructor and Description |
|---|
DefaultPublishProperties(PublishManager defaultPublishManager) |
protected DelegatedDynObject data
public DefaultPublishProperties(PublishManager defaultPublishManager)
public static String getDefinitionName()
public PublishManager getManager()
getManager in interface PublishPropertiespublic String getMapFile()
getMapFile in interface PublishPropertiespublic void setMapFile(String file)
setMapFile in interface PublishPropertiespublic boolean isAbsolutePath()
isAbsolutePath in interface PublishPropertiespublic void setIsAbsolutePath(boolean b)
setIsAbsolutePath in interface PublishPropertiespublic String getLocalPath()
getLocalPath in interface PublishPropertiespublic void setLocalPath(String path)
setLocalPath in interface PublishPropertiespublic String getRemotePath()
getRemotePath in interface PublishPropertiespublic void setRemotePath(String path)
setRemotePath in interface PublishPropertiespublic String getShapePath()
getShapePath in interface PublishPropertiespublic void setShapePath(String path)
setShapePath in interface PublishPropertiespublic boolean isDefaultPath()
isDefaultPath in interface PublishPropertiespublic void setIsDefaultPath(boolean selected)
setIsDefaultPath in interface PublishPropertiespublic boolean isWMSService()
isWMSService in interface PublishPropertiespublic boolean isWFSService()
isWFSService in interface PublishPropertiespublic boolean isWCSService()
isWCSService in interface PublishPropertiespublic String getServiceName()
getServiceName in interface PublishPropertiespublic String getServiceDescription()
getServiceDescription in interface PublishPropertiespublic void setConfigureWMSServer(boolean selected)
setConfigureWMSServer in interface PublishPropertiespublic void setConfigureWFSServer(boolean selected)
setConfigureWFSServer in interface PublishPropertiespublic void setConfigureWCSServer(boolean selected)
setConfigureWCSServer in interface PublishPropertiespublic void setServiceName(String text)
setServiceName in interface PublishPropertiespublic void setServiceDescription(String text)
setServiceDescription in interface PublishPropertiespublic static void registerDefinition()
public DynClass getDynClass()
getDynClass in interface DynObjectpublic Object getDynValue(String name) throws DynFieldNotFoundException
getDynValue in interface DynObjectDynFieldNotFoundExceptionpublic void setDynValue(String name, Object value) throws DynFieldNotFoundException
setDynValue in interface DynObjectDynFieldNotFoundExceptionpublic boolean hasDynValue(String name)
hasDynValue in interface DynObjectpublic Object invokeDynMethod(String name, Object[] args) throws DynMethodException
invokeDynMethod in interface DynObjectDynMethodExceptionpublic Object invokeDynMethod(int code, Object[] args) throws DynMethodException
invokeDynMethod in interface DynObjectDynMethodExceptionpublic void loadFromState(PersistentState arg0) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState arg0) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic String getType()
getType in interface PublishPropertiespublic boolean allowMerge()
allowMerge in interface PublishPropertiespublic void setOverrideCurrentProject(boolean b)
setOverrideCurrentProject in interface PublishPropertiespublic boolean getOverrideCurrentProject()
getOverrideCurrentProject in interface PublishPropertiespublic void setJoinToCurrent(boolean b)
setJoinToCurrent in interface PublishPropertiespublic boolean getJoinToCurrent()
getJoinToCurrent in interface PublishPropertiespublic boolean getRemoteConfiguration()
getRemoteConfiguration in interface PublishPropertiespublic void setRemoteConfiguration(boolean selected)
setRemoteConfiguration in interface PublishPropertiespublic String getUrl()
getUrl in interface PublishPropertiespublic void setUrl(String text)
setUrl in interface PublishPropertiespublic String getUser()
getUser in interface PublishPropertiespublic void setUser(String text)
setUser in interface PublishPropertiespublic String getPassword()
getPassword in interface PublishPropertiespublic void setPassword(String text)
setPassword in interface PublishPropertiespublic String getFolder()
getFolder in interface PublishPropertiespublic void setFolder(String text)
setFolder in interface PublishPropertiespublic boolean onlyUploadFolderContent()
onlyUploadFolderContent in interface PublishPropertiespublic void setOnlyUploadFolderContent(boolean onlyUpload)
setOnlyUploadFolderContent in interface PublishPropertiespublic String getDefaultSRS()
getDefaultSRS in interface PublishPropertiespublic void setDefaultSRS(String dynValue)
setDefaultSRS in interface PublishPropertiespublic boolean isWFSTService()
isWFSTService in interface PublishPropertiespublic boolean isWMTSService()
isWMTSService in interface PublishPropertiespublic void setConfigureWFSTServer(boolean selected)
setConfigureWFSTServer in interface PublishPropertiespublic void setConfigureWMTSServer(boolean selected)
setConfigureWMTSServer in interface PublishPropertiespublic boolean isMapProxyService()
isMapProxyService in interface PublishPropertiespublic void setConfigureMapProxyServer(boolean selected)
setConfigureMapProxyServer in interface PublishPropertiespublic String getOWSOnlineResource()
getOWSOnlineResource in interface PublishPropertiespublic String getOWSSchemaDir()
getOWSSchemaDir in interface PublishPropertiespublic String getOWSNsPrefix()
getOWSNsPrefix in interface PublishPropertiespublic String getOWSNsURI()
getOWSNsURI in interface PublishPropertiespublic void setOWSOnlineResource(String text)
setOWSOnlineResource in interface PublishPropertiespublic void setOWSSchemaDir(String text)
setOWSSchemaDir in interface PublishPropertiespublic void setOWSNsPrefix(String text)
setOWSNsPrefix in interface PublishPropertiespublic void setOWSNsURI(String text)
setOWSNsURI in interface PublishPropertiespublic int getMapCacheDPI()
getMapCacheDPI in interface PublishPropertiespublic void setMapCacheDPI(int dpi)
setMapCacheDPI in interface PublishPropertiespublic String getMapCacheFormat()
getMapCacheFormat in interface PublishPropertiespublic void setMapCacheFormat(String format)
setMapCacheFormat in interface PublishPropertiespublic int getMapCacheHeight()
getMapCacheHeight in interface PublishPropertiespublic void setMapCacheHeight(int height)
setMapCacheHeight in interface PublishPropertiespublic int getMapCacheWidth()
getMapCacheWidth in interface PublishPropertiespublic void setMapCacheWidth(int width)
setMapCacheWidth in interface PublishPropertiespublic List<Double> getMapCacheResolutions()
getMapCacheResolutions in interface PublishPropertiespublic void setMapCacheResolutions(List<Double> resolutions)
setMapCacheResolutions in interface PublishPropertiespublic String getMapProxyBaseDir()
getMapProxyBaseDir in interface PublishPropertiespublic void setMapProxyBaseDir(String basedir)
setMapProxyBaseDir in interface PublishProperties