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 DeleteElementTypeWfsFactory. createDeleteElementType()Returns a new object of class 'Delete Element Type'.DeleteElementTypeDocumentRoot. getDelete()Returns the value of the 'Delete' containment reference.Methods in net.opengis.wfs with parameters of type DeleteElementType Modifier and Type Method Description voidDocumentRoot. 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 classDeleteElementTypeImplAn implementation of the model object 'Delete Element Type'.Methods in net.opengis.wfs.impl that return DeleteElementType Modifier and Type Method Description DeleteElementTypeWfsFactoryImpl. createDeleteElementType()DeleteElementTypeDocumentRootImpl. getDelete()Methods in net.opengis.wfs.impl with parameters of type DeleteElementType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDelete(DeleteElementType newDelete, NotificationChain msgs)voidDocumentRootImpl. 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 booleanDocumentRootValidator. 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 DeleteElementTypeStrictWFS_1_x_Strategy. createDelete(WfsFactory factory, TransactionRequest.Delete elem)
-