Uses of Interface
net.opengis.wfs.InsertElementType
Packages that use InsertElementType
Package
Description
-
Uses of InsertElementType in net.opengis.wfs
Methods in net.opengis.wfs that return InsertElementTypeModifier and TypeMethodDescriptionWfsFactory.createInsertElementType()
Returns a new object of class 'Insert Element Type'.DocumentRoot.getInsert()
Returns the value of the 'Insert' containment reference.Methods in net.opengis.wfs with parameters of type InsertElementTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setInsert
(InsertElementType value) Sets the value of the 'Insert
' containment reference. -
Uses of InsertElementType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement InsertElementTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Insert Element Type'.Methods in net.opengis.wfs.impl that return InsertElementTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createInsertElementType()
DocumentRootImpl.getInsert()
Methods in net.opengis.wfs.impl with parameters of type InsertElementTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetInsert
(InsertElementType newInsert, NotificationChain msgs) void
DocumentRootImpl.setInsert
(InsertElementType newInsert) -
Uses of InsertElementType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type InsertElementTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateInsert
(InsertElementType value) -
Uses of InsertElementType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return InsertElementTypeModifier and TypeMethodDescriptionprotected InsertElementType
StrictWFS_1_x_Strategy.createInsert
(WfsFactory factory, TransactionRequest.Insert elem)