Uses of Interface
org.gvsig.export.spi.ExportServiceFactory
Packages that use ExportServiceFactory
-
Uses of ExportServiceFactory in org.gvsig.export
Methods in org.gvsig.export that return ExportServiceFactory -
Uses of ExportServiceFactory in org.gvsig.export.spi
Classes in org.gvsig.export.spi that implement ExportServiceFactoryFields in org.gvsig.export.spi declared as ExportServiceFactoryMethods in org.gvsig.export.spi that return ExportServiceFactoryModifier and TypeMethodDescriptionAbstractExportParameters.getFactory()AbstractExportService.getFactory()ExportService.getFactory()ExportServiceManager.getServiceFactory(String name) Methods in org.gvsig.export.spi that return types with arguments of type ExportServiceFactoryModifier and TypeMethodDescriptionExportServiceManager.getAllServiceFactories()ExportServiceManager.getServiceFactories(Filter<ExportServiceFactory> filter) Methods in org.gvsig.export.spi with parameters of type ExportServiceFactoryModifier and TypeMethodDescriptionvoidExportServiceManager.register(ExportServiceFactory factory) Method parameters in org.gvsig.export.spi with type arguments of type ExportServiceFactoryModifier and TypeMethodDescriptionExportServiceManager.getServiceFactories(Filter<ExportServiceFactory> filter) Constructors in org.gvsig.export.spi with parameters of type ExportServiceFactoryModifierConstructorDescriptionprotectedAbstractExportService(ExportServiceFactory factory, ExportParameters parameters)