Uses of Interface
net.opengis.wps20.Wps20Factory
Packages that use Wps20Factory
-
Uses of Wps20Factory in net.opengis.wps20
Fields in net.opengis.wps20 declared as Wps20FactoryModifier and TypeFieldDescriptionstatic final Wps20Factory
Wps20Factory.eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wps20 that return Wps20FactoryModifier and TypeMethodDescriptionWps20Package.getWps20Factory()
Returns the factory that creates the instances of the model. -
Uses of Wps20Factory in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement Wps20FactoryMethods in net.opengis.wps20.impl that return Wps20FactoryModifier and TypeMethodDescriptionWps20PackageImpl.getWps20Factory()
static Wps20Factory
Wps20FactoryImpl.init()
Creates the default factory implementation. -
Uses of Wps20Factory in org.geotools.wps.v2_0.bindings
Constructors in org.geotools.wps.v2_0.bindings with parameters of type Wps20FactoryModifierConstructorDescription_DataBinding
(Wps20Factory factory) ExecuteRequestTypeBinding
(Wps20Factory factory) InputDescriptionTypeBinding
(Wps20Factory factory) OutputDefinitionTypeBinding
(Wps20Factory factory) OutputDescriptionTypeBinding
(Wps20Factory factory)