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 Wcs20Factory
Wcs20Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wcs20 that return Wcs20Factory Modifier and Type Method Description Wcs20Factory
Wcs20Package. 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 class
Wcs20FactoryImpl
An implementation of the model Factory.Methods in net.opengis.wcs20.impl that return Wcs20Factory Modifier and Type Method Description Wcs20Factory
Wcs20PackageImpl. getWcs20Factory()
static Wcs20Factory
Wcs20FactoryImpl. init()
Creates the default factory implementation.
-