Uses of Interface
net.opengis.wps20.Wps20Factory
- 
Packages that use Wps20Factory Package Description net.opengis.wps20 net.opengis.wps20.impl org.geotools.wps.v2_0.bindings 
- 
- 
Uses of Wps20Factory in net.opengis.wps20Fields in net.opengis.wps20 declared as Wps20Factory Modifier and Type Field Description static Wps20FactoryWps20Factory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.wps20 that return Wps20Factory Modifier and Type Method Description Wps20FactoryWps20Package. getWps20Factory()Returns the factory that creates the instances of the model.
- 
Uses of Wps20Factory in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement Wps20Factory Modifier and Type Class Description classWps20FactoryImplAn implementation of the model Factory.Methods in net.opengis.wps20.impl that return Wps20Factory Modifier and Type Method Description Wps20FactoryWps20PackageImpl. getWps20Factory()static Wps20FactoryWps20FactoryImpl. init()Creates the default factory implementation.
- 
Uses of Wps20Factory in org.geotools.wps.v2_0.bindingsConstructors in org.geotools.wps.v2_0.bindings with parameters of type Wps20Factory Constructor Description _DataBinding(Wps20Factory factory)ExecuteRequestTypeBinding(Wps20Factory factory)InputDescriptionTypeBinding(Wps20Factory factory)LiteralDataType_LiteralDataDomainBinding(Wps20Factory factory)OutputDefinitionTypeBinding(Wps20Factory factory)OutputDescriptionTypeBinding(Wps20Factory factory)
 
-