Uses of Interface
net.opengis.gml.GmlFactory
- 
Packages that use GmlFactory Package Description net.opengis.gml net.opengis.gml.impl 
- 
- 
Uses of GmlFactory in net.opengis.gmlSubinterfaces of GmlFactory in net.opengis.gml Modifier and Type Interface Description interfaceGml4wcsFactoryFields in net.opengis.gml declared as GmlFactory Modifier and Type Field Description static GmlFactoryGml4wcsFactory. eINSTANCEstatic GmlFactoryGmlFactory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.gml that return GmlFactory Modifier and Type Method Description GmlFactoryGmlPackage. getGmlFactory()Returns the factory that creates the instances of the model.
- 
Uses of GmlFactory in net.opengis.gml.implClasses in net.opengis.gml.impl that implement GmlFactory Modifier and Type Class Description classGmlFactoryImplAn implementation of the model Factory.Methods in net.opengis.gml.impl that return GmlFactory Modifier and Type Method Description GmlFactoryGmlPackageImpl. getGmlFactory()static GmlFactoryGmlFactoryImpl. init()Creates the default factory implementation.
 
-