Revision 23088 branches/v2_0_0_prep/libraries/libFMap_dataFile/src/org/gvsig/fmap/data/feature/file/shp/ShpFeature.java

View differences:

ShpFeature.java
25 25

  
26 26
	ShpFeature(FeatureType featureType, SHPStore store,long featureIndex) throws ReadException {
27 27
		super(featureType,store,featureIndex);
28
//		load();
28
		load();
29 29
//		this.store=store;
30 30
//		this.featureIndex=featureIndex;
31 31

  
......
37 37
	/* (non-Javadoc)
38 38
	 * @see org.gvsig.fmap.data.feature.file.dbf.DBFFeature#load()
39 39
	 */
40
	protected void load() throws ReadException {
41
		// TODO Auto-generated method stub
42
		super.load();
40
	private void load() throws ReadException {
43 41
		this.extent= ((SHPStore)store).getBoundingBox(featureIndex);
44 42
	}
45 43

  

Also available in: Unified diff