public class BaseCreateLayerParameters extends java.lang.Object implements MapContextManager.CreateLayerParameters
Constructor and Description |
---|
BaseCreateLayerParameters() |
BaseCreateLayerParameters(DataStoreParameters dataStoreParameters,
boolean visible) |
BaseCreateLayerParameters(DataStoreParameters dataStoreParameters,
boolean useCache,
ICoordTrans coordTrans) |
Modifier and Type | Method and Description |
---|---|
ICoordTrans |
getCoordTrans() |
DataStoreParameters |
getDataParameters() |
boolean |
isVisible() |
void |
setCoordTrans(ICoordTrans coordTrans) |
void |
setDataStoreParameters(DataStoreParameters dataStoreParameters) |
void |
setUseCache(boolean useCache) |
void |
setVisible(boolean visible) |
boolean |
useCache() |
public BaseCreateLayerParameters()
public BaseCreateLayerParameters(DataStoreParameters dataStoreParameters, boolean useCache, ICoordTrans coordTrans)
public BaseCreateLayerParameters(DataStoreParameters dataStoreParameters, boolean visible)
public DataStoreParameters getDataParameters()
getDataParameters
in interface MapContextManager.CreateLayerParameters
public boolean useCache()
useCache
in interface MapContextManager.CreateLayerParameters
public ICoordTrans getCoordTrans()
getCoordTrans
in interface MapContextManager.CreateLayerParameters
public void setDataStoreParameters(DataStoreParameters dataStoreParameters)
dataStoreParameters
- the dataStoreParameters to setpublic void setUseCache(boolean useCache)
useCache
- the useCache to setpublic void setCoordTrans(ICoordTrans coordTrans)
coordTrans
- the coordTrans to setpublic boolean isVisible()
isVisible
in interface MapContextManager.CreateLayerParameters
public void setVisible(boolean visible)