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

View differences:

SHPStoreParameters.java
48 48
	}
49 49

  
50 50
	protected File getSHPFile(){
51
		return (File) this.get("shpfile");
51
		return (File) this.getAttribute("shpfile");
52 52
	}
53 53

  
54 54
	protected File getSHXFile(){
55
		return (File) this.get("shxfile");
55
		return (File) this.getAttribute("shxfile");
56 56
	}
57 57

  
58 58
	protected void setSHXFile(File file){
......
62 62
	 * @return the srs
63 63
	 */
64 64
	public String getSRS() {
65
		return (String) this.get("srs");
65
		return (String) this.getAttribute("srs");
66 66
	}
67 67
	/**
68 68
	 * @param srs the srs to set

Also available in: Unified diff