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.ows11
Fields in net.opengis.ows11 declared as Ows11Factory Modifier and Type Field Description static Ows11Factory
Ows11Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.ows11 that return Ows11Factory Modifier and Type Method Description Ows11Factory
Ows11Package. getOws11Factory()
Returns the factory that creates the instances of the model. -
Uses of Ows11Factory in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement Ows11Factory Modifier and Type Class Description class
Ows11FactoryImpl
An implementation of the model Factory.Methods in net.opengis.ows11.impl that return Ows11Factory Modifier and Type Method Description Ows11Factory
Ows11PackageImpl. getOws11Factory()
static Ows11Factory
Ows11FactoryImpl. init()
Creates the default factory implementation. -
Uses of Ows11Factory in org.geotools.ows.bindings
Constructors in org.geotools.ows.bindings with parameters of type Ows11Factory Constructor Description BasicIdentificationTypeOws11Binding(Ows11Factory factory)
DescriptionTypeOws11Binding(Ows11Factory factory)
IdentificationTypeOws11Binding(Ows11Factory factory)
-