Uses of Interface
net.opengis.ows10.Ows10Factory
-
Packages that use Ows10Factory Package Description net.opengis.ows10 net.opengis.ows10.impl org.geotools.ows.bindings -
-
Uses of Ows10Factory in net.opengis.ows10
Fields in net.opengis.ows10 declared as Ows10Factory Modifier and Type Field Description static Ows10Factory
Ows10Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.ows10 that return Ows10Factory Modifier and Type Method Description Ows10Factory
Ows10Package. getOws10Factory()
Returns the factory that creates the instances of the model. -
Uses of Ows10Factory in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement Ows10Factory Modifier and Type Class Description class
Ows10FactoryImpl
An implementation of the model Factory.Methods in net.opengis.ows10.impl that return Ows10Factory Modifier and Type Method Description Ows10Factory
Ows10PackageImpl. getOws10Factory()
static Ows10Factory
Ows10FactoryImpl. init()
Creates the default factory implementation. -
Uses of Ows10Factory in org.geotools.ows.bindings
-