Uses of Class
com.luciad.ogc.wfs.TLcdWFSGetFeatureConstraints
Packages that use TLcdWFSGetFeatureConstraints
Package
Description
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of TLcdWFSGetFeatureConstraints in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs with parameters of type TLcdWFSGetFeatureConstraintsModifier and TypeMethodDescriptionILcdWFSFilteredModelFactory.createFilteredModel
(ILcdModel aSourceModel, TLcdWFSGetFeatureConstraints aConstraints) Creates a filtered model.TLcdWFSFilteredModelFactory.createFilteredModel
(ILcdModel aSourceModel, TLcdWFSGetFeatureConstraints aConstraints) abstract ILcdModel
ALcdWFSLock.getFeaturesWithLock
(TLcdWFSGetFeatureConstraints aConstraints, ALcdWFSLock.LockAction aLockAction, TLcdWFSRequestContext aContext) Tries to acquire a lock on features and returns the locked features as anILcdModel
.Method parameters in com.luciad.ogc.wfs with type arguments of type TLcdWFSGetFeatureConstraintsModifier and TypeMethodDescriptionabstract void
ALcdWFSLock.lockFeaturesSFCT
(List<TLcdWFSGetFeatureConstraints> aConstraints, ALcdWFSLock.LockAction aLockAction, TLcdWFSRequestContext aRequestContext, List<String> aLockedFeaturesSFCT, List<String> aNotLockedFeaturesSFCT) Tries to acquire a lock on features.