Revision 21613 branches/v2_0_0_prep/libraries/libFMap_dataFile/src/org/gvsig/data/datastores/vectorial/file/dxf/DXFResource.java

View differences:

DXFResource.java
779 779
		super.stopEditing();
780 780
	}
781 781

  
782
	protected VectorialUniqueValueLegend getDefaultLegend() throws ReadException{
783
		this.checkOpen();
784
		return defaultLegend;
785
	}
786

  
787
	protected AttrInTableLabelingStrategy getDefaultLabelingStrategy()  throws ReadException {
788
		this.checkOpen();
789
		return labeling;
790
	}
791

  
782 792
}
783 793

  

Also available in: Unified diff