forked from geodmms/xdgnjobs

?? ?
2008-08-25 6cb9cdf2a3d2f1030ad2890a892e46c6c2894a7b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ximple.io.dgn7;
 
//~--- non-JDK imports --------------------------------------------------------
 
import com.vividsolutions.jts.geom.Geometry;
import com.vividsolutions.jts.geom.GeometryFactory;
 
/**
 * GeometryConverter
 *
 * @author Ulysses
 * @version 0.1
 * @since 2006/5/18 上午 11:38:57
 */
public interface GeometryConverter
{
    public Geometry toGeometry(GeometryFactory factory);
}