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 Gml311FactoryGml311Factory. eINSTANCEThe singleton instance of the factory.Methods in net.opengis.gml311 that return Gml311Factory Modifier and Type Method Description Gml311FactoryGml311Package. 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 classGml311FactoryImplAn implementation of the model Factory.Methods in net.opengis.gml311.impl that return Gml311Factory Modifier and Type Method Description Gml311FactoryGml311PackageImpl. getGml311Factory()static Gml311FactoryGml311FactoryImpl. init()Creates the default factory implementation.
-