Uses of Class
com.luciad.ogc.wfs.common.model.TLcdWFSCapabilities
Packages that use TLcdWFSCapabilities
-
Uses of TLcdWFSCapabilities in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return TLcdWFSCapabilitiesModifier and TypeMethodDescriptionTLcdWFSCapabilitiesDecoder.decodeCapabilities(String aLocation) Retrieves and decodes the WFS capabilities from the server specified by the given URL.TLcdWFSClient.getCachedCapabilities()Returns the most recent capabilities object that was requested by this client.TLcdWFSClient.getCapabilities(TLcdWFSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.TLcdWFSProxyModelDescriptor.getCapabilities()Returns the capabilities document based on which the WFS proxy model was created.Methods in com.luciad.ogc.wfs.client with parameters of type TLcdWFSCapabilitiesModifier and TypeMethodDescriptionTLcdWFSProxyModelFactory.createProxyModel(TLcdWFSCapabilities aCapabilities, QName aFeatureTypeName) Deprecated.Given a WFS capabilities document and the name of a specific feature type, creates a proxy model for that feature type.TLcdWFSProxyModelFactory.createProxyModel(TLcdWFSCapabilities aCapabilities, QName aFeatureTypeName, ILcdWFSModelDecoder aModelDecoder) Deprecated.Given a WFS capabilities document, the name of a specific feature type and a WFS model decoder, creates a proxy model for that feature type.static TLcdWFSClientTLcdWFSClient.createWFSClient(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.protected ListTLcdWFSClient.decodeOperations(TLcdWFSCapabilities aCapabilities) Returns a list ofTLcdOWSOperationinstances based on the contents of the providedTLcdWFSCapabilitiesinstance.TLcdWFSProxyModel.Builder.server(TLcdWFSCapabilities aWFSCapabilities) Specifies the address of the WFS server.Constructors in com.luciad.ogc.wfs.client with parameters of type TLcdWFSCapabilitiesModifierConstructorDescriptionprotectedTLcdWFSClient(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWFSClientwith the given parameters.TLcdWFSProxyModelDescriptor(String aSourceName, String aDisplayName, TLcdWFSCapabilities aCapabilities, QName aFeatureTypeName) Creates a newTLcdWFSProxyModelDescriptorwith the given parameters.TLcdWFSProxyModelDescriptor(String aSourceName, String aDisplayName, TLcdWFSCapabilities aCapabilities, QName aFeatureTypeName, ILcdDataModelDescriptor aDataModelDescriptor) Creates a newTLcdWFSProxyModelDescriptorwith the given parameters.