Uses of Interface
net.opengis.wfs.UpdateElementType
Packages that use UpdateElementType
Package
Description
-
Uses of UpdateElementType in net.opengis.wfs
Methods in net.opengis.wfs that return UpdateElementTypeModifier and TypeMethodDescriptionWfsFactory.createUpdateElementType()
Returns a new object of class 'Update Element Type'.DocumentRoot.getUpdate()
Returns the value of the 'Update' containment reference.Methods in net.opengis.wfs with parameters of type UpdateElementTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setUpdate
(UpdateElementType value) Sets the value of the 'Update
' containment reference. -
Uses of UpdateElementType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement UpdateElementTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Update Element Type'.Methods in net.opengis.wfs.impl that return UpdateElementTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createUpdateElementType()
DocumentRootImpl.getUpdate()
Methods in net.opengis.wfs.impl with parameters of type UpdateElementTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetUpdate
(UpdateElementType newUpdate, NotificationChain msgs) void
DocumentRootImpl.setUpdate
(UpdateElementType newUpdate) -
Uses of UpdateElementType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type UpdateElementTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateUpdate
(UpdateElementType value) -
Uses of UpdateElementType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return UpdateElementTypeModifier and TypeMethodDescriptionprotected UpdateElementType
StrictWFS_1_x_Strategy.createUpdate
(WfsFactory factory, TransactionRequest.Update elem)