Uses of Interface
net.opengis.ows11.Ows11Factory
- 
Packages that use Ows11Factory Package Description net.opengis.ows11 net.opengis.ows11.impl org.geotools.ows.bindings 
- 
- 
Uses of Ows11Factory in net.opengis.ows11Fields in net.opengis.ows11 declared as Ows11Factory Modifier and Type Field Description static Ows11FactoryOws11Factory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.ows11 that return Ows11Factory Modifier and Type Method Description Ows11FactoryOws11Package. getOws11Factory()Returns the factory that creates the instances of the model.
- 
Uses of Ows11Factory in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement Ows11Factory Modifier and Type Class Description classOws11FactoryImplAn implementation of the model Factory.Methods in net.opengis.ows11.impl that return Ows11Factory Modifier and Type Method Description Ows11FactoryOws11PackageImpl. getOws11Factory()static Ows11FactoryOws11FactoryImpl. init()Creates the default factory implementation.
- 
Uses of Ows11Factory in org.geotools.ows.bindingsConstructors in org.geotools.ows.bindings with parameters of type Ows11Factory Constructor Description BasicIdentificationTypeOws11Binding(Ows11Factory factory)DescriptionTypeOws11Binding(Ows11Factory factory)IdentificationTypeOws11Binding(Ows11Factory factory)
 
-