Uses of Class
com.luciad.ogc.wfs.client.TLcdWFSClient
-
Uses of TLcdWFSClient in com.luciad.ogc.wfs.client
Modifier and TypeMethodDescriptionstatic TLcdWFSClient
TLcdWFSClient.createWFSClient
(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.static TLcdWFSClient
TLcdWFSClient.createWFSClient
(URI aURI) Creates a new WFS client using the specified URI.static TLcdWFSClient
TLcdWFSClient.createWFSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WFS client using the specified URI.TLcdWFSProxyModel.getWFSClient()
Modifier and TypeMethodDescriptionTLcdWFSProxyModelFactory.createProxyModel
(TLcdWFSClient aClient, QName aFeatureTypeName) Deprecated.Given a WFS client and the name of a specific feature type, creates a proxy model for that feature type.TLcdWFSProxyModelFactory.createProxyModel
(TLcdWFSClient aClient, QName aFeatureTypeName, ILcdWFSModelDecoder aModelDecoder) Deprecated.Given a WFS client and the name of a specific feature type, creates a proxy model for that feature type.TLcdWFSProxyModel.Builder.server
(TLcdWFSClient aWFSClient) Specifies the address of the WFS server.