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.wfsFields in net.opengis.wfs declared as WfsFactory Modifier and Type Field Description static WfsFactoryWfsFactory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.wfs that return WfsFactory Modifier and Type Method Description WfsFactoryWfsPackage. getWfsFactory()Returns the factory that creates the instances of the model.
- 
Uses of WfsFactory in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement WfsFactory Modifier and Type Class Description classWfsFactoryImplAn implementation of the model Factory.Methods in net.opengis.wfs.impl that return WfsFactory Modifier and Type Method Description WfsFactoryWfsPackageImpl. getWfsFactory()static WfsFactoryWfsFactoryImpl. init()Creates the default factory implementation.
- 
Uses of WfsFactory in org.geotools.data.wfs.internal.v1_xMethods in org.geotools.data.wfs.internal.v1_x with parameters of type WfsFactory Modifier and Type Method Description protected DeleteElementTypeStrictWFS_1_x_Strategy. createDelete(WfsFactory factory, TransactionRequest.Delete elem)protected InsertElementTypeStrictWFS_1_x_Strategy. createInsert(WfsFactory factory, TransactionRequest.Insert elem)protected UpdateElementTypeStrictWFS_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_0Constructors 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_1Constructors in org.geotools.wfs.v1_1 with parameters of type WfsFactory Constructor Description FeatureCollectionTypeBinding(WfsFactory factory)FeatureCollectionTypeBinding(WfsFactory factory, Encoder encoder)PropertyTypeBinding_1_1(WfsFactory factory)Deprecated.PropertyTypeBinding_1_1(WfsFactory factory, Configuration configuration)
 
-