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.gml
Subinterfaces of GmlFactory in net.opengis.gml Modifier and Type Interface Description interface
Gml4wcsFactory
Fields in net.opengis.gml declared as GmlFactory Modifier and Type Field Description static GmlFactory
Gml4wcsFactory. eINSTANCE
static GmlFactory
GmlFactory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.gml that return GmlFactory Modifier and Type Method Description GmlFactory
GmlPackage. getGmlFactory()
Returns the factory that creates the instances of the model. -
Uses of GmlFactory in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GmlFactory Modifier and Type Class Description class
GmlFactoryImpl
An implementation of the model Factory.Methods in net.opengis.gml.impl that return GmlFactory Modifier and Type Method Description GmlFactory
GmlPackageImpl. getGmlFactory()
static GmlFactory
GmlFactoryImpl. init()
Creates the default factory implementation.
-