Revision 29048

View differences:

branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/dxf/DXFStoreProvider.java
202 202
		public List fTypes = null;
203 203
		public Envelope envelope = null;
204 204
		public IProjection projection;
205
		public LegendBuilder legendBuilder;
205 206
		public Envelope getEnvelopeCopy() throws CreateEnvelopeException {
206 207
			if (envelope == null) {
207 208
				return null;
......
278 279

  
279 280
				dxfData.envelope = reader.getEnvelope();
280 281

  
282
				dxfData.legendBuilder = this.legendBuilder;
281 283

  
282 284
				dxfData.projection = this.projection;
283 285

  
......
289 291

  
290 292
			this.data = dxfData.data;
291 293
			this.store.setFeatureTypes(dxfData.fTypes, dxfData.defaultFType);
294
			this.legendBuilder = dxfData.legendBuilder;
292 295
			this.dynObject.setDynValue("Envelope", dxfData.getEnvelopeCopy());
293 296
			this.dynObject
294 297
					.setDynValue("DefaultSRS", this.projection.getAbrev());

Also available in: Unified diff