Uses of Interface
net.opengis.wfs.DeleteElementType
Packages that use DeleteElementType
Package
Description
-
Uses of DeleteElementType in net.opengis.wfs
Methods in net.opengis.wfs that return DeleteElementTypeModifier and TypeMethodDescriptionWfsFactory.createDeleteElementType()
Returns a new object of class 'Delete Element Type'.DocumentRoot.getDelete()
Returns the value of the 'Delete' containment reference.Methods in net.opengis.wfs with parameters of type DeleteElementTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDelete
(DeleteElementType value) Sets the value of the 'Delete
' containment reference. -
Uses of DeleteElementType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement DeleteElementTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Delete Element Type'.Methods in net.opengis.wfs.impl that return DeleteElementTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createDeleteElementType()
DocumentRootImpl.getDelete()
Methods in net.opengis.wfs.impl with parameters of type DeleteElementTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDelete
(DeleteElementType newDelete, NotificationChain msgs) void
DocumentRootImpl.setDelete
(DeleteElementType newDelete) -
Uses of DeleteElementType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type DeleteElementTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateDelete
(DeleteElementType value) -
Uses of DeleteElementType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return DeleteElementTypeModifier and TypeMethodDescriptionprotected DeleteElementType
StrictWFS_1_x_Strategy.createDelete
(WfsFactory factory, TransactionRequest.Delete elem)