Revision 27042 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/impl/DefaultGeometryManager.java

View differences:

DefaultGeometryManager.java
33 33
import java.util.Map;
34 34

  
35 35
import org.gvsig.fmap.geom.Geometry;
36
import org.gvsig.fmap.geom.GeometryLibrary;
37 36
import org.gvsig.fmap.geom.GeometryLocator;
38 37
import org.gvsig.fmap.geom.GeometryManager;
39 38
import org.gvsig.fmap.geom.Geometry.SUBTYPES;
......
55 54
/**
56 55
 * Default implementation for the {@link GeometryManager}. When the
57 56
 * application starts, this class is registered in the
58
 * {@link GeometryLocator} using the {@link GeometryLibrary}.
57
 * {@link GeometryLocator} using the {@link DefaultGeometryLibrary}.
59 58
 * @author <a href="mailto:jpiera@gvsig.org">Jorge Piera</a>
60 59
 */
61 60

  

Also available in: Unified diff