Uses of Interface
net.opengis.gml.GmlPackage
-
Packages that use GmlPackage Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util -
-
Uses of GmlPackage in net.opengis.gml
Fields in net.opengis.gml declared as GmlPackage Modifier and Type Field Description static GmlPackage
GmlPackage. eINSTANCE
The singleton instance of the package.Methods in net.opengis.gml that return GmlPackage Modifier and Type Method Description GmlPackage
GmlFactory. getGmlPackage()
Returns the package supported by this factory. -
Uses of GmlPackage in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GmlPackage Modifier and Type Class Description class
GmlPackageImpl
An implementation of the model Package.Methods in net.opengis.gml.impl that return GmlPackage Modifier and Type Method Description GmlPackage
GmlFactoryImpl. getGmlPackage()
static GmlPackage
GmlFactoryImpl. getPackage()
Deprecated.static GmlPackage
GmlPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of GmlPackage in net.opengis.gml.util
Fields in net.opengis.gml.util declared as GmlPackage Modifier and Type Field Description protected static GmlPackage
GmlAdapterFactory. modelPackage
The cached model package.protected static GmlPackage
GmlSwitch. modelPackage
The cached model package
-