Revision 24248 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/spi/FeatureData.java

View differences:

FeatureData.java
1 1
package org.gvsig.fmap.data.feature.spi;
2 2

  
3
import org.gvsig.fmap.data.feature.FeatureReference;
4 3
import org.gvsig.fmap.data.feature.FeatureType;
5 4
import org.gvsig.fmap.geom.Geometry;
6 5
import org.gvsig.fmap.geom.primitive.Envelope;
......
15 14

  
16 15
	public Object get(String name);
17 16

  
18
	public void setReference(FeatureReference reference);
17
	public void setOID(Object oid);
19 18

  
20
	public FeatureReference getReference();
19
	public Object getOID();
21 20

  
22 21
	public FeatureType getType();
23 22

  

Also available in: Unified diff