Uses of Interface
net.opengis.wcs20.Wcs20Package
-
Packages that use Wcs20Package Package Description net.opengis.wcs20 net.opengis.wcs20.impl -
-
Uses of Wcs20Package in net.opengis.wcs20
Fields in net.opengis.wcs20 declared as Wcs20Package Modifier and Type Field Description static Wcs20Package
Wcs20Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.wcs20 that return Wcs20Package Modifier and Type Method Description Wcs20Package
Wcs20Factory. getWcs20Package()
Returns the package supported by this factory. -
Uses of Wcs20Package in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement Wcs20Package Modifier and Type Class Description class
Wcs20PackageImpl
An implementation of the model Package.Methods in net.opengis.wcs20.impl that return Wcs20Package Modifier and Type Method Description static Wcs20Package
Wcs20FactoryImpl. getPackage()
Deprecated.Wcs20Package
Wcs20FactoryImpl. getWcs20Package()
static Wcs20Package
Wcs20PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
-