Revision 1773 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/dxf/DXFDriver.java

View differences:

DXFDriver.java
308 308
    /* (non-Javadoc)
309 309
     * @see com.hardcode.gdbms.engine.data.ReadDriver#getFieldType(int)
310 310
     */
311
    public Class getFieldType(int arg0) throws DriverException {
312
        // TODO Auto-generated method stub
313
        return null;
311
    public int getFieldType(int arg0) throws DriverException {
312
        throw new RuntimeException("por implementar");
314 313
    }
315 314

  
316 315
}

Also available in: Unified diff