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.wps20
Fields in net.opengis.wps20 declared as Wps20Factory Modifier and Type Field Description static Wps20Factory
Wps20Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wps20 that return Wps20Factory Modifier and Type Method Description Wps20Factory
Wps20Package. 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 Wps20Factory Modifier and Type Class Description class
Wps20FactoryImpl
An implementation of the model Factory.Methods in net.opengis.wps20.impl that return Wps20Factory Modifier and Type Method Description Wps20Factory
Wps20PackageImpl. 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 Wps20Factory Constructor Description _DataBinding(Wps20Factory factory)
ExecuteRequestTypeBinding(Wps20Factory factory)
InputDescriptionTypeBinding(Wps20Factory factory)
LiteralDataType_LiteralDataDomainBinding(Wps20Factory factory)
OutputDefinitionTypeBinding(Wps20Factory factory)
OutputDescriptionTypeBinding(Wps20Factory factory)
-