Uses of Interface
net.opengis.wcs10.Wcs10Factory
-
Packages that use Wcs10Factory Package Description net.opengis.wcs10 net.opengis.wcs10.impl -
-
Uses of Wcs10Factory in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as Wcs10Factory Modifier and Type Field Description static Wcs10Factory
Wcs10Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wcs10 that return Wcs10Factory Modifier and Type Method Description Wcs10Factory
Wcs10Package. getWcs10Factory()
Returns the factory that creates the instances of the model. -
Uses of Wcs10Factory in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement Wcs10Factory Modifier and Type Class Description class
Wcs10FactoryImpl
An implementation of the model Factory.Methods in net.opengis.wcs10.impl that return Wcs10Factory Modifier and Type Method Description Wcs10Factory
Wcs10PackageImpl. getWcs10Factory()
static Wcs10Factory
Wcs10FactoryImpl. init()
Creates the default factory implementation.
-