Revision 43920 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.exportto/org.gvsig.exportto.swing/org.gvsig.exportto.swing.spi/src/main/java/org/gvsig/exportto/swing/spi/ExporttoSwingProvider.java

View differences:

ExporttoSwingProvider.java
25 25

  
26 26
import org.cresques.cts.IProjection;
27 27
import org.gvsig.exportto.ExporttoService;
28
import org.gvsig.exportto.swing.spi.options.ExportOptions;
28 29

  
29 30
/**
30 31
 * A Exportto provider.
......
58 59
     */
59 60
    public ExporttoService createExporttoService();
60 61

  
61
    /**
62
     * Sets the target projection to which should be exported
63
     * @param targetProjection
64
     */
65
    public void setTargetProjection(IProjection targetProjection);
66

  
67
    /**
68
     * Informs if it needs to ask for a target projection,
69
     * or if it is not needed or provided through its own wizard panel.
70
     * @return
71
     */
62
    public ExportOptions getOptions();
63
    
72 64
    public boolean needsPanelTargetProjection();
73 65

  
74 66
}

Also available in: Unified diff