Uses of Interface
net.opengis.wfs.LockFeatureType
Packages that use LockFeatureType
-
Uses of LockFeatureType in net.opengis.wfs
Methods in net.opengis.wfs that return LockFeatureTypeModifier and TypeMethodDescriptionWfsFactory.createLockFeatureType()
Returns a new object of class 'Lock Feature Type'.DocumentRoot.getLockFeature()
Returns the value of the 'Lock Feature' containment reference.Methods in net.opengis.wfs with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLockFeature
(LockFeatureType value) Sets the value of the 'Lock Feature
' containment reference. -
Uses of LockFeatureType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement LockFeatureTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Lock Feature Type'.Methods in net.opengis.wfs.impl that return LockFeatureTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createLockFeatureType()
DocumentRootImpl.getLockFeature()
Methods in net.opengis.wfs.impl with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLockFeature
(LockFeatureType newLockFeature, NotificationChain msgs) void
DocumentRootImpl.setLockFeature
(LockFeatureType newLockFeature) -
Uses of LockFeatureType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateLockFeature
(LockFeatureType value)