?? ?
2012-11-23 3052e5d870a90ee5f3ea3d3dff887436d8ccdfea
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);
}