Uses of Interface
net.opengis.wcs10.Wcs10Package
-
Packages that use Wcs10Package Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of Wcs10Package in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as Wcs10Package Modifier and Type Field Description static Wcs10Package
Wcs10Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.wcs10 that return Wcs10Package Modifier and Type Method Description Wcs10Package
Wcs10Factory. getWcs10Package()
Returns the package supported by this factory. -
Uses of Wcs10Package in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement Wcs10Package Modifier and Type Class Description class
Wcs10PackageImpl
An implementation of the model Package.Methods in net.opengis.wcs10.impl that return Wcs10Package Modifier and Type Method Description static Wcs10Package
Wcs10FactoryImpl. getPackage()
Deprecated.Wcs10Package
Wcs10FactoryImpl. getWcs10Package()
static Wcs10Package
Wcs10PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Wcs10Package in net.opengis.wcs10.util
Fields in net.opengis.wcs10.util declared as Wcs10Package Modifier and Type Field Description protected static Wcs10Package
Wcs10AdapterFactory. modelPackage
The cached model package.protected static Wcs10Package
Wcs10Switch. modelPackage
The cached model package
-