Uses of Class
com.luciad.ogc.wfs.client.TLcdWFSClient
Packages that use TLcdWFSClient
-
Uses of TLcdWFSClient in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return TLcdWFSClientModifier and TypeMethodDescriptionstatic TLcdWFSClientTLcdWFSClient.createWFSClient(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.static TLcdWFSClientTLcdWFSClient.createWFSClient(URI aURI) Creates a new WFS client using the specified URI.static TLcdWFSClientTLcdWFSClient.createWFSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WFS client using the specified URI.TLcdWFSProxyModel.getWFSClient()Methods in com.luciad.ogc.wfs.client with parameters of type TLcdWFSClientModifier 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.