Revision 45739 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeature.java

View differences:

DefaultFeature.java
604 604
        }
605 605
    }
606 606

  
607
    @Override
608
    public void validate(int check) throws DataException {
609
        ((DefaultFeatureType) this.data.getType()).validateFeature(this, check);
610
    }
611

  
607 612
    class UnableToGetReferenceException extends BaseRuntimeException {
608 613

  
609 614
        /**
......
625 630
    }
626 631

  
627 632
    @Override
628
    public void validate(int mode) throws DataException {
629
        ((DefaultFeatureType) this.data.getType()).validateFeature(this, mode);
630
    }
631

  
632
    @Override
633 633
    public List getSRSs() {
634 634
        // TODO Auto-generated method stub
635 635
        return null;

Also available in: Unified diff