Revision 1825 branches/FMap_SLD/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/IFeature.java

View differences:

IFeature.java
50 50
 * Window - Preferences - Java - Code Generation - Code and Comments
51 51
 */
52 52
public interface IFeature {
53
    String getID();
53 54
    IGeometry getGeometry();
54 55
    Object getAttribute(int fieldIndex);
55 56
}

Also available in: Unified diff