Revision 19900 branches/v10/extensions/extPublish/src/org/gvsig/publish/infoproject/datasources/RasterInfo.java

View differences:

RasterInfo.java
145 145
	/**
146 146
	 * the datastore is the file itself
147 147
	 * @return file name
148
	 * @see org.gvsig.publish.infoproject.IDataSourceInfo#getConnectionName()
148
	 * @see org.gvsig.publish.infoproject.IDataSourceInfo#getDatastoreName()
149 149
	 */
150
	public String getConnectionName() {
150
	public String getDatastoreName() {
151 151
		return getFileName();
152 152
	}
153 153
	/*

Also available in: Unified diff