Uses of Interface
net.opengis.ows20.Ows20Factory
-
Packages that use Ows20Factory Package Description net.opengis.ows20 net.opengis.ows20.impl org.geotools.ows.v2_0.bindings -
-
Uses of Ows20Factory in net.opengis.ows20
Fields in net.opengis.ows20 declared as Ows20Factory Modifier and Type Field Description static Ows20Factory
Ows20Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.ows20 that return Ows20Factory Modifier and Type Method Description Ows20Factory
Ows20Package. getOws20Factory()
Returns the factory that creates the instances of the model. -
Uses of Ows20Factory in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement Ows20Factory Modifier and Type Class Description class
Ows20FactoryImpl
An implementation of the model Factory.Methods in net.opengis.ows20.impl that return Ows20Factory Modifier and Type Method Description Ows20Factory
Ows20PackageImpl. getOws20Factory()
static Ows20Factory
Ows20FactoryImpl. init()
Creates the default factory implementation. -
Uses of Ows20Factory in org.geotools.ows.v2_0.bindings
Constructors in org.geotools.ows.v2_0.bindings with parameters of type Ows20Factory Constructor Description CapabilitiesBaseType_LanguagesBinding(Ows20Factory factory)
MetadataTypeBinding(Ows20Factory factory)
-