Uses of Interface
net.opengis.ows20.Ows20Package
-
Packages that use Ows20Package Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util -
-
Uses of Ows20Package in net.opengis.ows20
Fields in net.opengis.ows20 declared as Ows20Package Modifier and Type Field Description static Ows20Package
Ows20Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.ows20 that return Ows20Package Modifier and Type Method Description Ows20Package
Ows20Factory. getOws20Package()
Returns the package supported by this factory. -
Uses of Ows20Package in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement Ows20Package Modifier and Type Class Description class
Ows20PackageImpl
An implementation of the model Package.Methods in net.opengis.ows20.impl that return Ows20Package Modifier and Type Method Description Ows20Package
Ows20FactoryImpl. getOws20Package()
static Ows20Package
Ows20FactoryImpl. getPackage()
Deprecated.static Ows20Package
Ows20PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Ows20Package in net.opengis.ows20.util
Fields in net.opengis.ows20.util declared as Ows20Package Modifier and Type Field Description protected static Ows20Package
Ows20AdapterFactory. modelPackage
The cached model package.protected static Ows20Package
Ows20Switch. modelPackage
The cached model package
-