Uses of Interface
net.opengis.ows11.Ows11Package
-
Packages that use Ows11Package Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util -
-
Uses of Ows11Package in net.opengis.ows11
Fields in net.opengis.ows11 declared as Ows11Package Modifier and Type Field Description static Ows11Package
Ows11Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.ows11 that return Ows11Package Modifier and Type Method Description Ows11Package
Ows11Factory. getOws11Package()
Returns the package supported by this factory. -
Uses of Ows11Package in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement Ows11Package Modifier and Type Class Description class
Ows11PackageImpl
An implementation of the model Package.Methods in net.opengis.ows11.impl that return Ows11Package Modifier and Type Method Description Ows11Package
Ows11FactoryImpl. getOws11Package()
static Ows11Package
Ows11FactoryImpl. getPackage()
Deprecated.static Ows11Package
Ows11PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Ows11Package in net.opengis.ows11.util
Fields in net.opengis.ows11.util declared as Ows11Package Modifier and Type Field Description protected static Ows11Package
Ows11AdapterFactory. modelPackage
The cached model package.protected static Ows11Package
Ows11Switch. modelPackage
The cached model package
-