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