Uses of Interface
net.opengis.wcs11.Wcs11Factory
-
Packages that use Wcs11Factory Package Description net.opengis.wcs11 net.opengis.wcs11.impl -
-
Uses of Wcs11Factory in net.opengis.wcs11
Fields in net.opengis.wcs11 declared as Wcs11Factory Modifier and Type Field Description static Wcs11Factory
Wcs11Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wcs11 that return Wcs11Factory Modifier and Type Method Description Wcs11Factory
Wcs11Package. getWcs11Factory()
Returns the factory that creates the instances of the model. -
Uses of Wcs11Factory in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement Wcs11Factory Modifier and Type Class Description class
Wcs11FactoryImpl
An implementation of the model Factory.Methods in net.opengis.wcs11.impl that return Wcs11Factory Modifier and Type Method Description Wcs11Factory
Wcs11PackageImpl. getWcs11Factory()
static Wcs11Factory
Wcs11FactoryImpl. init()
Creates the default factory implementation.
-