Revision 56 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/map/ThematicMap.java

View differences:

ThematicMap.java
32 32
 * </p>
33 33
 * This class' instances contains information about a installed <i>Thematic
34 34
 * Map</i>
35
 *
35
 * 
36 36
 * @author <a href="http://www.disid.com">DiSiD Technologies S.L.</a>
37 37
 * @version $Rev$
38 38
 * @since {version}
......
41 41

  
42 42
    /**
43 43
     * Gets information about this <i>Thematic Map</i>
44
     *
44
     * 
45 45
     * @return
46 46
     */
47 47
    ThematicMapInformation getInformation();
......
55 55
     * </p>
56 56
     * unzip folder is defined in {@link ThematicMapManager#getTemporalFolder()}
57 57
     * </p>
58
     *
58
     * 
59 59
     * @throws InvalidThematicMapFormatException
60 60
     * @throws CantLoadContextException
61 61
     * @throws IOException
......
65 65

  
66 66
    /**
67 67
     * Informs if <i>Thematic Map</i> it's already opened or not
68
     *
68
     * 
69 69
     * @return if it's opened
70 70
     */
71 71
    boolean isOpen();
72 72

  
73 73
    /**
74 74
     * Unloads all data loaded in memory and cleans its temporal folder
75
     *
75
     * 
76 76
     * @throws IOException
77 77
     *             if any problem is found cleaning temporal folder
78
     *
78
     * 
79 79
     */
80 80
    void close() throws IOException;
81 81

  
82 82
    /**
83 83
     * Gets MapContext with <i>Thematic Map</i> representation
84
     *
84
     * 
85 85
     * @return MapContext instance
86 86
     * @throws IllegalStateException
87 87
     *             if {@link #isOpen()} == false
......
89 89
    MapContext getMapContext();
90 90

  
91 91
    /**
92
     *
92
     * Gets the file which ThematicMap data
93
     * 
93 94
     * @return
94 95
     */
95 96
    String getSourceFilePath();

Also available in: Unified diff