class WFS extends Workspace
A WFS Workspace.
WFS wfs = new WFS("http://localhost:8080/geoserver/ows?service=wfs&version=1.1.0&request=GetCapabilities")
Modifiers | Name | Description |
---|---|---|
static class |
WFS.Factory |
The WFS WorkspaceFactory |
Constructor and description |
---|
WFS(Map options, java.lang.String url) Create a new WFS Workspace with a WFS get capabilities URL. |
WFS(WFSDataStore ds) Create a new WFS Workspace from a GeoTools WFSDataStore |
Methods inherited from class | Name |
---|---|
class Workspace |
add, add, close, create, create, get, getAt, getFormat, getLayers, getNames, getParameters, getStyle, getWorkspace, getWorkspace, getWorkspaceNames, getWorkspaceParameters, has, readFeatures, remove, remove, withWorkspace, withWorkspace, withWorkspace, wrap |
Create a new WFS Workspace with a WFS get capabilities URL.
options
- The optional named parameters can include:
url
- The get capabilities URLCreate a new WFS Workspace from a GeoTools WFSDataStore
ds
- The GeoTools WFSDataStore