Uses of Interface
net.opengis.wfs.DeleteElementType
-
Packages that use DeleteElementType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation org.geotools.data.wfs.internal.v1_x -
-
Uses of DeleteElementType in net.opengis.wfs
Methods in net.opengis.wfs that return DeleteElementType Modifier and Type Method Description DeleteElementType
WfsFactory. createDeleteElementType()
Returns a new object of class 'Delete Element Type'.DeleteElementType
DocumentRoot. getDelete()
Returns the value of the 'Delete' containment reference.Methods in net.opengis.wfs with parameters of type DeleteElementType Modifier and Type Method Description void
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 DeleteElementType Modifier and Type Class Description class
DeleteElementTypeImpl
An implementation of the model object 'Delete Element Type'.Methods in net.opengis.wfs.impl that return DeleteElementType Modifier and Type Method Description DeleteElementType
WfsFactoryImpl. createDeleteElementType()
DeleteElementType
DocumentRootImpl. getDelete()
Methods in net.opengis.wfs.impl with parameters of type DeleteElementType Modifier and Type Method Description NotificationChain
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 DeleteElementType Modifier and Type Method Description boolean
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 DeleteElementType Modifier and Type Method Description protected DeleteElementType
StrictWFS_1_x_Strategy. createDelete(WfsFactory factory, TransactionRequest.Delete elem)
-