Uses of Interface
net.opengis.wfs20.Wfs20Factory
-
Packages that use Wfs20Factory Package Description net.opengis.wfs20 net.opengis.wfs20.impl org.geotools.data.wfs.internal.v2_0 org.geotools.wfs.v2_0 org.geotools.wfs.v2_0.bindings -
-
Uses of Wfs20Factory in net.opengis.wfs20
Fields in net.opengis.wfs20 declared as Wfs20Factory Modifier and Type Field Description static Wfs20Factory
Wfs20Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wfs20 that return Wfs20Factory Modifier and Type Method Description Wfs20Factory
Wfs20Package. 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 Wfs20Factory Modifier and Type Class Description class
Wfs20FactoryImpl
An implementation of the model Factory.Methods in net.opengis.wfs20.impl that return Wfs20Factory Modifier and Type Method Description Wfs20Factory
Wfs20PackageImpl. 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 Wfs20Factory Modifier and Type Method Description protected 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 Wfs20Factory Constructor Description FeatureCollectionTypeBinding(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 Wfs20Factory Constructor Description FeatureTypeListTypeBinding(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)
-