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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetInsert(InsertElementType newInsert, NotificationChain msgs) voidDocumentRootImpl.setInsert(InsertElementType newInsert) -
Uses of InsertElementType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type InsertElementTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.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 InsertElementTypeStrictWFS_1_x_Strategy.createInsert(WfsFactory factory, TransactionRequest.Insert elem)