Uses of Class
com.luciad.ogc.wfs.common.model.TLcdWFSCapabilities
-
Uses of TLcdWFSCapabilities in com.luciad.ogc.wfs.client
Modifier 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.Modifier 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 TLcdWFSClient
TLcdWFSClient.createWFSClient
(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.protected List
TLcdWFSClient.decodeOperations
(TLcdWFSCapabilities aCapabilities) Returns a list ofTLcdOWSOperation
instances based on the contents of the providedTLcdWFSCapabilities
instance.TLcdWFSProxyModel.Builder.server
(TLcdWFSCapabilities aWFSCapabilities) Specifies the address of the WFS server.ModifierConstructorDescriptionprotected
TLcdWFSClient
(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWFSClient
with the given parameters.TLcdWFSProxyModelDescriptor
(String aSourceName, String aDisplayName, TLcdWFSCapabilities aCapabilities, QName aFeatureTypeName) Creates a newTLcdWFSProxyModelDescriptor
with the given parameters.TLcdWFSProxyModelDescriptor
(String aSourceName, String aDisplayName, TLcdWFSCapabilities aCapabilities, QName aFeatureTypeName, ILcdDataModelDescriptor aDataModelDescriptor) Creates a newTLcdWFSProxyModelDescriptor
with the given parameters.