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 PublishProperties
public String getMapFile()
getMapFile
in interface PublishProperties
public void setMapFile(String file)
setMapFile
in interface PublishProperties
public boolean isAbsolutePath()
isAbsolutePath
in interface PublishProperties
public void setIsAbsolutePath(boolean b)
setIsAbsolutePath
in interface PublishProperties
public String getLocalPath()
getLocalPath
in interface PublishProperties
public void setLocalPath(String path)
setLocalPath
in interface PublishProperties
public String getRemotePath()
getRemotePath
in interface PublishProperties
public void setRemotePath(String path)
setRemotePath
in interface PublishProperties
public String getShapePath()
getShapePath
in interface PublishProperties
public void setShapePath(String path)
setShapePath
in interface PublishProperties
public boolean isDefaultPath()
isDefaultPath
in interface PublishProperties
public void setIsDefaultPath(boolean selected)
setIsDefaultPath
in interface PublishProperties
public boolean isWMSService()
isWMSService
in interface PublishProperties
public boolean isWFSService()
isWFSService
in interface PublishProperties
public boolean isWCSService()
isWCSService
in interface PublishProperties
public String getServiceName()
getServiceName
in interface PublishProperties
public String getServiceDescription()
getServiceDescription
in interface PublishProperties
public void setConfigureWMSServer(boolean selected)
setConfigureWMSServer
in interface PublishProperties
public void setConfigureWFSServer(boolean selected)
setConfigureWFSServer
in interface PublishProperties
public void setConfigureWCSServer(boolean selected)
setConfigureWCSServer
in interface PublishProperties
public void setServiceName(String text)
setServiceName
in interface PublishProperties
public void setServiceDescription(String text)
setServiceDescription
in interface PublishProperties
public static void registerDefinition()
public DynClass getDynClass()
getDynClass
in interface DynObject
public Object getDynValue(String name) throws DynFieldNotFoundException
getDynValue
in interface DynObject
DynFieldNotFoundException
public void setDynValue(String name, Object value) throws DynFieldNotFoundException
setDynValue
in interface DynObject
DynFieldNotFoundException
public boolean hasDynValue(String name)
hasDynValue
in interface DynObject
public Object invokeDynMethod(String name, Object[] args) throws DynMethodException
invokeDynMethod
in interface DynObject
DynMethodException
public Object invokeDynMethod(int code, Object[] args) throws DynMethodException
invokeDynMethod
in interface DynObject
DynMethodException
public void loadFromState(PersistentState arg0) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException
public void saveToState(PersistentState arg0) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public String getType()
getType
in interface PublishProperties
public boolean allowMerge()
allowMerge
in interface PublishProperties
public void setOverrideCurrentProject(boolean b)
setOverrideCurrentProject
in interface PublishProperties
public boolean getOverrideCurrentProject()
getOverrideCurrentProject
in interface PublishProperties
public void setJoinToCurrent(boolean b)
setJoinToCurrent
in interface PublishProperties
public boolean getJoinToCurrent()
getJoinToCurrent
in interface PublishProperties
public boolean getRemoteConfiguration()
getRemoteConfiguration
in interface PublishProperties
public void setRemoteConfiguration(boolean selected)
setRemoteConfiguration
in interface PublishProperties
public String getUrl()
getUrl
in interface PublishProperties
public void setUrl(String text)
setUrl
in interface PublishProperties
public String getUser()
getUser
in interface PublishProperties
public void setUser(String text)
setUser
in interface PublishProperties
public String getPassword()
getPassword
in interface PublishProperties
public void setPassword(String text)
setPassword
in interface PublishProperties
public String getFolder()
getFolder
in interface PublishProperties
public void setFolder(String text)
setFolder
in interface PublishProperties
public boolean onlyUploadFolderContent()
onlyUploadFolderContent
in interface PublishProperties
public void setOnlyUploadFolderContent(boolean onlyUpload)
setOnlyUploadFolderContent
in interface PublishProperties
public String getDefaultSRS()
getDefaultSRS
in interface PublishProperties
public void setDefaultSRS(String dynValue)
setDefaultSRS
in interface PublishProperties
public boolean isWFSTService()
isWFSTService
in interface PublishProperties
public boolean isWMTSService()
isWMTSService
in interface PublishProperties
public void setConfigureWFSTServer(boolean selected)
setConfigureWFSTServer
in interface PublishProperties
public void setConfigureWMTSServer(boolean selected)
setConfigureWMTSServer
in interface PublishProperties
public boolean isMapProxyService()
isMapProxyService
in interface PublishProperties
public void setConfigureMapProxyServer(boolean selected)
setConfigureMapProxyServer
in interface PublishProperties
public String getOWSOnlineResource()
getOWSOnlineResource
in interface PublishProperties
public String getOWSSchemaDir()
getOWSSchemaDir
in interface PublishProperties
public String getOWSNsPrefix()
getOWSNsPrefix
in interface PublishProperties
public String getOWSNsURI()
getOWSNsURI
in interface PublishProperties
public void setOWSOnlineResource(String text)
setOWSOnlineResource
in interface PublishProperties
public void setOWSSchemaDir(String text)
setOWSSchemaDir
in interface PublishProperties
public void setOWSNsPrefix(String text)
setOWSNsPrefix
in interface PublishProperties
public void setOWSNsURI(String text)
setOWSNsURI
in interface PublishProperties
public int getMapCacheDPI()
getMapCacheDPI
in interface PublishProperties
public void setMapCacheDPI(int dpi)
setMapCacheDPI
in interface PublishProperties
public String getMapCacheFormat()
getMapCacheFormat
in interface PublishProperties
public void setMapCacheFormat(String format)
setMapCacheFormat
in interface PublishProperties
public int getMapCacheHeight()
getMapCacheHeight
in interface PublishProperties
public void setMapCacheHeight(int height)
setMapCacheHeight
in interface PublishProperties
public int getMapCacheWidth()
getMapCacheWidth
in interface PublishProperties
public void setMapCacheWidth(int width)
setMapCacheWidth
in interface PublishProperties
public List<Double> getMapCacheResolutions()
getMapCacheResolutions
in interface PublishProperties
public void setMapCacheResolutions(List<Double> resolutions)
setMapCacheResolutions
in interface PublishProperties
public String getMapProxyBaseDir()
getMapProxyBaseDir
in interface PublishProperties
public void setMapProxyBaseDir(String basedir)
setMapProxyBaseDir
in interface PublishProperties