Uses of Interface
net.opengis.wcs11.Wcs11Package
-
Packages that use Wcs11Package Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util -
-
Uses of Wcs11Package in net.opengis.wcs11
Fields in net.opengis.wcs11 declared as Wcs11Package Modifier and Type Field Description static Wcs11Package
Wcs11Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.wcs11 that return Wcs11Package Modifier and Type Method Description Wcs11Package
Wcs11Factory. getWcs11Package()
Returns the package supported by this factory. -
Uses of Wcs11Package in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement Wcs11Package Modifier and Type Class Description class
Wcs11PackageImpl
An implementation of the model Package.Methods in net.opengis.wcs11.impl that return Wcs11Package Modifier and Type Method Description static Wcs11Package
Wcs11FactoryImpl. getPackage()
Deprecated.Wcs11Package
Wcs11FactoryImpl. getWcs11Package()
static Wcs11Package
Wcs11PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Wcs11Package in net.opengis.wcs11.util
Fields in net.opengis.wcs11.util declared as Wcs11Package Modifier and Type Field Description protected static Wcs11Package
Wcs11AdapterFactory. modelPackage
The cached model package.protected static Wcs11Package
Wcs11Switch. modelPackage
The cached model package
-