Uses of Interface
net.opengis.wcs20.Wcs20Factory
-
Packages that use Wcs20Factory Package Description net.opengis.wcs20 net.opengis.wcs20.impl -
-
Uses of Wcs20Factory in net.opengis.wcs20
Fields in net.opengis.wcs20 declared as Wcs20Factory Modifier and Type Field Description static Wcs20FactoryWcs20Factory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.wcs20 that return Wcs20Factory Modifier and Type Method Description Wcs20FactoryWcs20Package. getWcs20Factory()Returns the factory that creates the instances of the model. -
Uses of Wcs20Factory in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement Wcs20Factory Modifier and Type Class Description classWcs20FactoryImplAn implementation of the model Factory.Methods in net.opengis.wcs20.impl that return Wcs20Factory Modifier and Type Method Description Wcs20FactoryWcs20PackageImpl. getWcs20Factory()static Wcs20FactoryWcs20FactoryImpl. init()Creates the default factory implementation.
-