Uses of Interface
net.opengis.wfs.InsertElementType
-
Packages that use InsertElementType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation org.geotools.data.wfs.internal.v1_x -
-
Uses of InsertElementType in net.opengis.wfs
Methods in net.opengis.wfs that return InsertElementType Modifier and Type Method Description InsertElementType
WfsFactory. createInsertElementType()
Returns a new object of class 'Insert Element Type'.InsertElementType
DocumentRoot. getInsert()
Returns the value of the 'Insert' containment reference.Methods in net.opengis.wfs with parameters of type InsertElementType Modifier and Type Method Description void
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 InsertElementType Modifier and Type Class Description class
InsertElementTypeImpl
An implementation of the model object 'Insert Element Type'.Methods in net.opengis.wfs.impl that return InsertElementType Modifier and Type Method Description InsertElementType
WfsFactoryImpl. createInsertElementType()
InsertElementType
DocumentRootImpl. getInsert()
Methods in net.opengis.wfs.impl with parameters of type InsertElementType Modifier and Type Method Description NotificationChain
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 InsertElementType Modifier and Type Method Description boolean
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 InsertElementType Modifier and Type Method Description protected InsertElementType
StrictWFS_1_x_Strategy. createInsert(WfsFactory factory, TransactionRequest.Insert elem)
-