Uses of Interface
net.opengis.gml311.Gml311Factory
-
Packages that use Gml311Factory Package Description net.opengis.gml311 net.opengis.gml311.impl -
-
Uses of Gml311Factory in net.opengis.gml311
Fields in net.opengis.gml311 declared as Gml311Factory Modifier and Type Field Description static Gml311Factory
Gml311Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.gml311 that return Gml311Factory Modifier and Type Method Description Gml311Factory
Gml311Package. getGml311Factory()
Returns the factory that creates the instances of the model. -
Uses of Gml311Factory in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement Gml311Factory Modifier and Type Class Description class
Gml311FactoryImpl
An implementation of the model Factory.Methods in net.opengis.gml311.impl that return Gml311Factory Modifier and Type Method Description Gml311Factory
Gml311PackageImpl. getGml311Factory()
static Gml311Factory
Gml311FactoryImpl. init()
Creates the default factory implementation.
-