Uses of Interface
net.opengis.wps10.Wps10Factory
-
Packages that use Wps10Factory Package Description net.opengis.wps10 net.opengis.wps10.impl org.geotools.wps.bindings -
-
Uses of Wps10Factory in net.opengis.wps10
Fields in net.opengis.wps10 declared as Wps10Factory Modifier and Type Field Description static Wps10Factory
Wps10Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wps10 that return Wps10Factory Modifier and Type Method Description Wps10Factory
Wps10Package. getWps10Factory()
Returns the factory that creates the instances of the model. -
Uses of Wps10Factory in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement Wps10Factory Modifier and Type Class Description class
Wps10FactoryImpl
An implementation of the model Factory.Methods in net.opengis.wps10.impl that return Wps10Factory Modifier and Type Method Description Wps10Factory
Wps10PackageImpl. getWps10Factory()
static Wps10Factory
Wps10FactoryImpl. init()
Creates the default factory implementation. -
Uses of Wps10Factory in org.geotools.wps.bindings
Constructors in org.geotools.wps.bindings with parameters of type Wps10Factory Constructor Description ComplexDataTypeBinding(Wps10Factory factory)
InputReferenceTypeBinding(Wps10Factory factory)
LanguagesBinding(Wps10Factory factory)
-