Revision 47 org.gvsig.educa.thematicmap/trunk/org.gvsig.educa.thematicmap/org.gvsig.educa.thematicmap.lib/org.gvsig.educa.thematicmap.lib.api/src/main/java/org/gvsig/educa/thematicmap/ThematicMapManager.java

View differences:

ThematicMapManager.java
194 194
    String getBaseFileNameFromInfo(String id, String name, int version,
195 195
        int buildNumber);
196 196

  
197
    /**
198
     * Create a gvSIG package file (gvspkg) from a thematicMap
199
     * 
200
     * @param mapId
201
     *            id of map to export
202
     * @param targetFolder
203
     *            where write package file
204
     * @return
205
     * @throws ThematicMapException
206
     * @throws IOException
207
     */
208
    File generatePackageFile(String mapId, File targetFolder)
209
        throws ThematicMapException, IOException;
210

  
211
    /**
212
     * Create a gvSIG package file (gvspkg) from a thematicMap installed folder
213
     * 
214
     * @param thematicMapIntallFolder
215
     *            folder of a installed ThematicMap
216
     * @param targetFolder
217
     *            where write package file
218
     * @return
219
     * @throws ThematicMapException
220
     * @throws IOException
221
     */
222
    File generatePackageFile(File thematicMapIntallFolder, File targetFolder)
223
        throws ThematicMapException, IOException;
197 224
}

Also available in: Unified diff