Revision 29289 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
118 118

  
119 119
	/**
120 120
	 * Returns this store's total envelope (extent).
121
	 *
122
	 * @return
123
	 * 		this store's total envelope (extent).
121
	 * 
122
	 * @return this store's total envelope (extent) or <code>null</code> if
123
	 *         store not have geometry information
124 124
	 */
125 125
	public Envelope getEnvelope() throws DataException;
126 126

  
......
134 134

  
135 135
	/**
136 136
	 * Exports this store to another store.
137
	 * 
137
	 *
138 138
	 * @param explorer
139 139
	 *            {@link DataServerExplorer} target
140 140
	 * @param params
141 141
	 *            New parameters of this store that will be used on the target
142 142
	 *            explorer
143
	 * 
143
	 *
144 144
	 * @throws DataException
145 145
	 *
146 146
	 * @Deprecated this method is unstable

Also available in: Unified diff