Uses of Enum Class
com.luciad.ogc.wfs.ALcdWFSLock.LockAction
Packages that use ALcdWFSLock.LockAction
Package
Description
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of ALcdWFSLock.LockAction in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return ALcdWFSLock.LockActionModifier and TypeMethodDescriptionstatic ALcdWFSLock.LockActionReturns the enum constant of this class with the specified name.static ALcdWFSLock.LockAction[]ALcdWFSLock.LockAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.ogc.wfs with parameters of type ALcdWFSLock.LockActionModifier and TypeMethodDescriptionabstract ILcdModelALcdWFSLock.getFeaturesWithLock(TLcdWFSGetFeatureConstraints aConstraints, ALcdWFSLock.LockAction aLockAction, TLcdWFSRequestContext aContext) Tries to acquire a lock on features and returns the locked features as anILcdModel.abstract voidALcdWFSLock.lockFeaturesSFCT(List<TLcdWFSGetFeatureConstraints> aConstraints, ALcdWFSLock.LockAction aLockAction, TLcdWFSRequestContext aRequestContext, List<String> aLockedFeaturesSFCT, List<String> aNotLockedFeaturesSFCT) Tries to acquire a lock on features.