Revision 45527 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/symbols/ISymbol_v2.java

View differences:

ISymbol_v2.java
1 1
package org.gvsig.fmap.mapcontext.rendering.symbols;
2 2

  
3
import org.gvsig.fmap.dal.feature.Feature;
4

  
3 5
public interface ISymbol_v2 extends ISymbol {
4 6

  
5 7
    /**
......
11 13
    public void setID(String id);
12 14

  
13 15
    /**
14
     * Get the id ob the symbol (the basename of file).
15
     * This attribute is not persistent.
16
     *
17
     * @param id
16
     * Get the id ob the symbol (the basename of file).This attribute is not persistent.
17
     * @return
18 18
     */
19 19
    public String getID();
20
    
21
    public Feature getFeature();
22
    
23
    public void setFeature(Feature feature);
24
    
20 25
}

Also available in: Unified diff