Uses of Interface
net.opengis.wfs.WfsFactory
-
Packages that use WfsFactory Package Description net.opengis.wfs net.opengis.wfs.impl org.geotools.data.wfs.internal.v1_x org.geotools.wfs.bindings org.geotools.wfs.v1_0 org.geotools.wfs.v1_1 -
-
Uses of WfsFactory in net.opengis.wfs
Fields in net.opengis.wfs declared as WfsFactory Modifier and Type Field Description static WfsFactory
WfsFactory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wfs that return WfsFactory Modifier and Type Method Description WfsFactory
WfsPackage. getWfsFactory()
Returns the factory that creates the instances of the model. -
Uses of WfsFactory in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement WfsFactory Modifier and Type Class Description class
WfsFactoryImpl
An implementation of the model Factory.Methods in net.opengis.wfs.impl that return WfsFactory Modifier and Type Method Description WfsFactory
WfsPackageImpl. getWfsFactory()
static WfsFactory
WfsFactoryImpl. init()
Creates the default factory implementation. -
Uses of WfsFactory in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type WfsFactory Modifier and Type Method Description protected DeleteElementType
StrictWFS_1_x_Strategy. createDelete(WfsFactory factory, TransactionRequest.Delete elem)
protected InsertElementType
StrictWFS_1_x_Strategy. createInsert(WfsFactory factory, TransactionRequest.Insert elem)
protected UpdateElementType
StrictWFS_1_x_Strategy. createUpdate(WfsFactory factory, TransactionRequest.Update elem)
-
Uses of WfsFactory in org.geotools.wfs.bindings
-
Uses of WfsFactory in org.geotools.wfs.v1_0
Constructors in org.geotools.wfs.v1_0 with parameters of type WfsFactory Constructor Description FeatureCollectionTypeBinding(WfsFactory factory)
FeatureCollectionTypeBinding(WfsFactory factory, Encoder encoder)
InsertResultTypeBinding(WfsFactory factory)
OperationsTypeBinding(WfsFactory factory)
QueryTypeBinding(WfsFactory factory, FilterFactory filterFactory, NamespaceContext namespaceContext)
TransactionResultTypeBinding(WfsFactory factory)
WFS_LockFeatureResponseTypeBinding(WfsFactory factory)
WFS_TransactionResponseTypeBinding(WfsFactory factory)
-
Uses of WfsFactory in org.geotools.wfs.v1_1
Constructors in org.geotools.wfs.v1_1 with parameters of type WfsFactory Constructor Description FeatureCollectionTypeBinding(WfsFactory factory)
FeatureCollectionTypeBinding(WfsFactory factory, Encoder encoder)
-