Uses of Interface
net.opengis.fes20.Fes20Factory
- 
Packages that use Fes20Factory Package Description net.opengis.fes20 net.opengis.fes20.impl org.geotools.filter.v2_0.bindings 
- 
- 
Uses of Fes20Factory in net.opengis.fes20Fields in net.opengis.fes20 declared as Fes20Factory Modifier and Type Field Description static Fes20FactoryFes20Factory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.fes20 that return Fes20Factory Modifier and Type Method Description Fes20FactoryFes20Package. getFes20Factory()Returns the factory that creates the instances of the model.
- 
Uses of Fes20Factory in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement Fes20Factory Modifier and Type Class Description classFes20FactoryImplAn implementation of the model Factory.Methods in net.opengis.fes20.impl that return Fes20Factory Modifier and Type Method Description Fes20FactoryFes20PackageImpl. getFes20Factory()static Fes20FactoryFes20FactoryImpl. init()Creates the default factory implementation.
- 
Uses of Fes20Factory in org.geotools.filter.v2_0.bindingsConstructors in org.geotools.filter.v2_0.bindings with parameters of type Fes20Factory Constructor Description _LogicalOperatorsBinding(Fes20Factory factory)ArgumentsTypeBinding(Fes20Factory factory)ArgumentTypeBinding(Fes20Factory factory)AvailableFunctionsTypeBinding(Fes20Factory factory)AvailableFunctionTypeBinding(Fes20Factory factory)ComparisonOperatorsTypeBinding(Fes20Factory factory)ComparisonOperatorTypeBinding(Fes20Factory factory)ConformanceTypeBinding(Fes20Factory factory)Filter_CapabilitiesTypeBinding(Fes20Factory factory)GeometryOperandsType_GeometryOperandBinding(Fes20Factory factory)GeometryOperandsTypeBinding(Fes20Factory factory)Id_CapabilitiesTypeBinding(Fes20Factory factory)ResourceIdentifierTypeBinding(Fes20Factory factory)Scalar_CapabilitiesTypeBinding(Fes20Factory factory)Spatial_CapabilitiesTypeBinding(Fes20Factory factory)SpatialOperatorsTypeBinding(Fes20Factory factory)SpatialOperatorTypeBinding(Fes20Factory factory)
 
-