Uses of Interface
net.opengis.wmts.v_1.wmtsv_1Factory
-
Packages that use wmtsv_1Factory Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl org.geotools.wmts.bindings -
-
Uses of wmtsv_1Factory in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 declared as wmtsv_1Factory Modifier and Type Field Description static wmtsv_1Factory
wmtsv_1Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.wmts.v_1 that return wmtsv_1Factory Modifier and Type Method Description wmtsv_1Factory
wmtsv_1Package. getwmtsv_1Factory()
Returns the factory that creates the instances of the model. -
Uses of wmtsv_1Factory in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement wmtsv_1Factory Modifier and Type Class Description class
wmtsv_1FactoryImpl
An implementation of the model Factory.Methods in net.opengis.wmts.v_1.impl that return wmtsv_1Factory Modifier and Type Method Description wmtsv_1Factory
wmtsv_1PackageImpl. getwmtsv_1Factory()
static wmtsv_1Factory
wmtsv_1FactoryImpl. init()
Creates the default factory implementation. -
Uses of wmtsv_1Factory in org.geotools.wmts.bindings
-