dashboard
repositories
filestore
activity
search
login
原宏 葉
/
xdgnjobs
forked from
geodmms/xdgnjobs
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
updae for color table and feeder id
Dennis Kao
2013-11-21
85b963bb409dacd8835d8e05f6ef905cd6ca4293
[~yuanhung/xdgnjobs.git]
/
xdgnjobs
/
ximple-spatialjob
/
src
/
main
/
java
/
com
/
ximple
/
eofms
/
util
/
GeometryConverterDecorator.java
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);
}