Uses of Interface
net.opengis.wfs20.Wfs20Factory
Packages that use Wfs20Factory
Package
Description
-
Uses of Wfs20Factory in net.opengis.wfs20
Fields in net.opengis.wfs20 declared as Wfs20FactoryModifier and TypeFieldDescriptionstatic final Wfs20Factory
Wfs20Factory.eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wfs20 that return Wfs20FactoryModifier and TypeMethodDescriptionWfs20Package.getWfs20Factory()
Returns the factory that creates the instances of the model. -
Uses of Wfs20Factory in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement Wfs20FactoryMethods in net.opengis.wfs20.impl that return Wfs20FactoryModifier and TypeMethodDescriptionWfs20PackageImpl.getWfs20Factory()
static Wfs20Factory
Wfs20FactoryImpl.init()
Creates the default factory implementation. -
Uses of Wfs20Factory in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type Wfs20FactoryModifier and TypeMethodDescriptionprotected AbstractTransactionActionType
StrictWFS_2_0_Strategy.createDelete
(Wfs20Factory factory, TransactionRequest.Delete elem) protected AbstractTransactionActionType
StrictWFS_2_0_Strategy.createInsert
(Wfs20Factory factory, TransactionRequest.Insert elem) protected AbstractTransactionActionType
StrictWFS_2_0_Strategy.createUpdate
(Wfs20Factory factory, TransactionRequest.Update elem) -
Uses of Wfs20Factory in org.geotools.wfs.v2_0
Constructors in org.geotools.wfs.v2_0 with parameters of type Wfs20FactoryModifierConstructorDescriptionFeatureCollectionTypeBinding
(Wfs20Factory factory, Configuration configuration) FeatureCollectionTypeBinding
(Wfs20Factory factory, Configuration configuration, Encoder encoder) -
Uses of Wfs20Factory in org.geotools.wfs.v2_0.bindings
Constructors in org.geotools.wfs.v2_0.bindings with parameters of type Wfs20FactoryModifierConstructorDescriptionFeatureTypeListTypeBinding
(Wfs20Factory factory) FeatureTypeTypeBinding
(Wfs20Factory factory) InsertTypeBinding
(Wfs20Factory factory) MetadataURLTypeBinding
(Wfs20Factory factory) ParameterTypeBinding
(Wfs20Factory factory) PropertyTypeBinding
(Wfs20Factory factory) QueryExpressionTextTypeBinding
(Wfs20Factory factory, NamespaceSupport namespaceContext) ValueCollectionTypeBinding
(Wfs20Factory factory) WFS_CapabilitiesTypeBinding
(Wfs20Factory factory)