?? ?
2011-11-04 b07ec57a63015b0d7d819aff3ab0a0e0d95f120a
1
2
3
4
5
6
7
8
9
package com.ximple.eofms.util;
 
import com.ximple.io.dgn7.GeometryConverter;
 
public interface GeometryConverterDecorator extends GeometryConverter {
    public GeometryConverter getConverter();
 
    public void setConverter(GeometryConverter converter);
}