public class WFSServerExplorer
extends org.gvsig.tools.dispose.impl.AbstractDisposable
implements org.gvsig.fmap.dal.spi.DataServerExplorerProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
WFSServerExplorer(WFSServerExplorerParameters parameters,
org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices services) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.String providerName,
org.gvsig.fmap.dal.NewDataStoreParameters parameters,
boolean overwrite) |
boolean |
canAdd() |
boolean |
canAdd(java.lang.String storeName) |
protected void |
doDispose() |
java.lang.String |
getAbstract() |
org.gvsig.fmap.dal.NewDataStoreParameters |
getAddParameters(java.lang.String storeName) |
java.util.List |
getDataStoreProviderNames() |
WFSFeature |
getFeatureInfo(java.lang.String nameSpace,
java.lang.String layerName)
Returns all the feature information retrieved using a
describeFeatureTypeOpearion
|
java.util.Hashtable |
getFeatures()
Returns an array of WFSLayerNode's with the descriptors of
all features (retrieved using the getCapabilities operation)
|
int |
getMaxFeatures() |
org.gvsig.fmap.dal.DataServerExplorerParameters |
getParameters() |
org.gvsig.fmap.dal.DataStoreParameters |
getParametersFor(WFSFeature feature) |
java.lang.String |
getProviderName() |
org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices |
getServerExplorerProviderServices() |
java.lang.String |
getServerType() |
int |
getTimeOut() |
java.lang.String |
getTitle() |
java.lang.String |
getUrl() |
java.lang.String |
getVersion() |
void |
initialize(org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices dataServerExplorerProviderServices) |
java.util.List |
list() |
java.util.List |
list(int mode) |
void |
remove(org.gvsig.fmap.dal.DataStoreParameters parameters) |
void |
setMaxFeatures(int buffer) |
void |
setTimeOut(int timeout) |
void |
setUserName(java.lang.String userName) |
public static final java.lang.String NAME
public WFSServerExplorer(WFSServerExplorerParameters parameters, org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices services) throws org.gvsig.fmap.dal.exception.InitializeException
parameters - org.gvsig.fmap.dal.exception.InitializeExceptionpublic boolean add(java.lang.String providerName,
org.gvsig.fmap.dal.NewDataStoreParameters parameters,
boolean overwrite)
throws org.gvsig.fmap.dal.exception.DataException
add in interface org.gvsig.fmap.dal.DataServerExplorerorg.gvsig.fmap.dal.exception.DataExceptionpublic boolean canAdd()
canAdd in interface org.gvsig.fmap.dal.DataServerExplorerpublic boolean canAdd(java.lang.String storeName)
throws org.gvsig.fmap.dal.exception.DataException
canAdd in interface org.gvsig.fmap.dal.DataServerExplorerorg.gvsig.fmap.dal.exception.DataExceptionprotected void doDispose()
throws org.gvsig.tools.exception.BaseException
doDispose in class org.gvsig.tools.dispose.impl.AbstractDisposableorg.gvsig.tools.exception.BaseExceptionpublic java.lang.String getAbstract()
public org.gvsig.fmap.dal.NewDataStoreParameters getAddParameters(java.lang.String storeName)
throws org.gvsig.fmap.dal.exception.DataException
getAddParameters in interface org.gvsig.fmap.dal.DataServerExplorerorg.gvsig.fmap.dal.exception.DataExceptionpublic java.util.List getDataStoreProviderNames()
getDataStoreProviderNames in interface org.gvsig.fmap.dal.DataServerExplorerpublic WFSFeature getFeatureInfo(java.lang.String nameSpace, java.lang.String layerName) throws WFSException
layerName - Feature nameWFSExceptionpublic java.util.Hashtable getFeatures()
public int getMaxFeatures()
public org.gvsig.fmap.dal.DataServerExplorerParameters getParameters()
getParameters in interface org.gvsig.fmap.dal.DataServerExplorerpublic org.gvsig.fmap.dal.DataStoreParameters getParametersFor(WFSFeature feature) throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic java.lang.String getProviderName()
getProviderName in interface org.gvsig.fmap.dal.DataServerExplorerpublic org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices getServerExplorerProviderServices()
getServerExplorerProviderServices in interface org.gvsig.fmap.dal.spi.DataServerExplorerProviderpublic java.lang.String getServerType()
public int getTimeOut()
public java.lang.String getTitle()
public java.lang.String getUrl()
public java.lang.String getVersion()
public void initialize(org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices dataServerExplorerProviderServices)
public java.util.List list()
throws org.gvsig.fmap.dal.exception.DataException
list in interface org.gvsig.fmap.dal.DataServerExplorerorg.gvsig.fmap.dal.exception.DataExceptionpublic java.util.List list(int mode)
throws org.gvsig.fmap.dal.exception.DataException
list in interface org.gvsig.fmap.dal.DataServerExplorerorg.gvsig.fmap.dal.exception.DataExceptionpublic void remove(org.gvsig.fmap.dal.DataStoreParameters parameters)
throws org.gvsig.fmap.dal.exception.DataException
remove in interface org.gvsig.fmap.dal.DataServerExplorerorg.gvsig.fmap.dal.exception.DataExceptionpublic void setMaxFeatures(int buffer)
buffer - public void setTimeOut(int timeout)
timeout - public void setUserName(java.lang.String userName)
userName - Copyright © 2015 gvSIG Association. All Rights Reserved.