Uses of Interface
net.opengis.gml311.Gml311Package
-
Packages that use Gml311Package Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of Gml311Package in net.opengis.gml311
Fields in net.opengis.gml311 declared as Gml311Package Modifier and Type Field Description static Gml311Package
Gml311Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.gml311 that return Gml311Package Modifier and Type Method Description Gml311Package
Gml311Factory. getGml311Package()
Returns the package supported by this factory. -
Uses of Gml311Package in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement Gml311Package Modifier and Type Class Description class
Gml311PackageImpl
An implementation of the model Package.Methods in net.opengis.gml311.impl that return Gml311Package Modifier and Type Method Description Gml311Package
Gml311FactoryImpl. getGml311Package()
static Gml311Package
Gml311FactoryImpl. getPackage()
Deprecated.static Gml311Package
Gml311PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Gml311Package in net.opengis.gml311.util
Fields in net.opengis.gml311.util declared as Gml311Package Modifier and Type Field Description protected static Gml311Package
Gml311AdapterFactory. modelPackage
The cached model package.protected static Gml311Package
Gml311Switch. modelPackage
The cached model package
-