Uses of Class
com.luciad.ogc.wfs.client.TLcdWFSProxyModel
Packages that use TLcdWFSProxyModel
-
Uses of TLcdWFSProxyModel in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return TLcdWFSProxyModelModifier and TypeMethodDescriptionTLcdWFSProxyModel.Builder.build()
Returns a newTLcdWFSProxyModel
for the specified settings, which is optimized for being visualized on the map.TLcdWFSProxyModelFactory.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.TLcdWFSProxyModelFactory.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.