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.wfs
Methods in net.opengis.wfs that return UpdateElementType Modifier and Type Method Description UpdateElementType
WfsFactory. createUpdateElementType()
Returns a new object of class 'Update Element Type'.UpdateElementType
DocumentRoot. getUpdate()
Returns the value of the 'Update' containment reference.Methods in net.opengis.wfs with parameters of type UpdateElementType Modifier and Type Method Description void
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 UpdateElementType Modifier and Type Class Description class
UpdateElementTypeImpl
An implementation of the model object 'Update Element Type'.Methods in net.opengis.wfs.impl that return UpdateElementType Modifier and Type Method Description UpdateElementType
WfsFactoryImpl. createUpdateElementType()
UpdateElementType
DocumentRootImpl. getUpdate()
Methods in net.opengis.wfs.impl with parameters of type UpdateElementType Modifier and Type Method Description NotificationChain
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 UpdateElementType Modifier and Type Method Description boolean
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 UpdateElementType Modifier and Type Method Description protected UpdateElementType
StrictWFS_1_x_Strategy. createUpdate(WfsFactory factory, TransactionRequest.Update elem)
-