Uses of Interface
net.opengis.wfs.UpdateElementType
- 
Packages that use UpdateElementType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation org.geotools.data.wfs.internal.v1_x 
- 
- 
Uses of UpdateElementType in net.opengis.wfsMethods in net.opengis.wfs that return UpdateElementType Modifier and Type Method Description UpdateElementTypeWfsFactory. createUpdateElementType()Returns a new object of class 'Update Element Type'.UpdateElementTypeDocumentRoot. getUpdate()Returns the value of the 'Update' containment reference.Methods in net.opengis.wfs with parameters of type UpdateElementType Modifier and Type Method Description voidDocumentRoot. setUpdate(UpdateElementType value)Sets the value of the 'Update' containment reference.
- 
Uses of UpdateElementType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement UpdateElementType Modifier and Type Class Description classUpdateElementTypeImplAn implementation of the model object 'Update Element Type'.Methods in net.opengis.wfs.impl that return UpdateElementType Modifier and Type Method Description UpdateElementTypeWfsFactoryImpl. createUpdateElementType()UpdateElementTypeDocumentRootImpl. getUpdate()Methods in net.opengis.wfs.impl with parameters of type UpdateElementType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetUpdate(UpdateElementType newUpdate, NotificationChain msgs)voidDocumentRootImpl. setUpdate(UpdateElementType newUpdate)
- 
Uses of UpdateElementType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type UpdateElementType Modifier and Type Method Description booleanDocumentRootValidator. validateUpdate(UpdateElementType value)
- 
Uses of UpdateElementType in org.geotools.data.wfs.internal.v1_xMethods in org.geotools.data.wfs.internal.v1_x that return UpdateElementType Modifier and Type Method Description protected UpdateElementTypeStrictWFS_1_x_Strategy. createUpdate(WfsFactory factory, TransactionRequest.Update elem)
 
-