Revision 21007 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/operation/tojts/ToJTS.java

View differences:

ToJTS.java
9 9
public class ToJTS extends GeometryOperation {
10 10

  
11 11
	public static final int OPERATION_INDEX = GeometryManager.getInstance()
12
			.registerGeometryOperation("toJtsGeometry", new ToJTS());
12
			.registerGeometryOperation("toJTS", new ToJTS());
13 13

  
14 14
	public Object invoke(Geometry geom, GeometryOperationContext ctx) {
15 15
		return Converter.geometryToJts(geom);

Also available in: Unified diff