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 Ows10FactoryOws10Factory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.ows10 that return Ows10Factory Modifier and Type Method Description Ows10FactoryOws10Package. 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 classOws10FactoryImplAn implementation of the model Factory.Methods in net.opengis.ows10.impl that return Ows10Factory Modifier and Type Method Description Ows10FactoryOws10PackageImpl. getOws10Factory()static Ows10FactoryOws10FactoryImpl. init()Creates the default factory implementation. -
Uses of Ows10Factory in org.geotools.ows.bindings
-