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.gmlFields in net.opengis.gml declared as GmlPackage Modifier and Type Field Description static GmlPackageGmlPackage. eINSTANCEThe singleton instance of the package.Methods in net.opengis.gml that return GmlPackage Modifier and Type Method Description GmlPackageGmlFactory. getGmlPackage()Returns the package supported by this factory.
- 
Uses of GmlPackage in net.opengis.gml.implClasses in net.opengis.gml.impl that implement GmlPackage Modifier and Type Class Description classGmlPackageImplAn implementation of the model Package.Methods in net.opengis.gml.impl that return GmlPackage Modifier and Type Method Description GmlPackageGmlFactoryImpl. getGmlPackage()static GmlPackageGmlFactoryImpl. getPackage()Deprecated.static GmlPackageGmlPackageImpl. 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.utilFields in net.opengis.gml.util declared as GmlPackage Modifier and Type Field Description protected static GmlPackageGmlAdapterFactory. modelPackageThe cached model package.protected static GmlPackageGmlSwitch. modelPackageThe cached model package
 
-