Uses of Interface
org.gvsig.export.ExportParameters
Packages that use ExportParameters
-
Uses of ExportParameters in org.gvsig.export
Subinterfaces of ExportParameters in org.gvsig.exportMethods in org.gvsig.export that return ExportParametersMethods in org.gvsig.export that return types with arguments of type ExportParametersModifier and TypeMethodDescriptionorg.gvsig.tools.bookmarksandhistory.Bookmarks<ExportParameters> ExportManager.getBookmarks()org.gvsig.tools.bookmarksandhistory.History<ExportParameters> ExportManager.getHistory()Methods in org.gvsig.export with parameters of type ExportParameters -
Uses of ExportParameters in org.gvsig.export.spi
Classes in org.gvsig.export.spi that implement ExportParametersModifier and TypeClassDescriptionclassclassclassclassMethods in org.gvsig.export.spi that return ExportParametersModifier and TypeMethodDescriptionAbstractExportParameters.clone()AbstractExportParametersGeometry.clone()ExportServiceFactory.createParameters()ExportServiceManager.createServiceParameters(String name) AbstractExportService.getParameters()ExportService.getParameters()Methods in org.gvsig.export.spi with parameters of type ExportParametersModifier and TypeMethodDescriptionExportServiceFactory.createService(ExportParameters parameters) ExportServiceManager.createService(ExportParameters paramaters) Constructors in org.gvsig.export.spi with parameters of type ExportParametersModifierConstructorDescriptionprotectedAbstractExportService(ExportServiceFactory factory, ExportParameters parameters)