Revision 26866 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/Point2DZ.java

View differences:

Point2DZ.java
42 42

  
43 43
import org.cresques.cts.IProjection;
44 44
import org.gvsig.fmap.geom.GeometryLocator;
45
import org.gvsig.fmap.geom.Geometry.SUBTYPES;
45 46
import org.gvsig.fmap.geom.type.GeometryType;
46 47

  
47 48
/**
......
53 54
	private static final long serialVersionUID = 1L;
54 55

  
55 56
	private static GeometryType geomType = GeometryLocator.getGeometryManager()
56
		.registerGeometryType(Point2DZ.class,null,TYPES.POINT | TYPES.Z);
57
		.registerGeometryType(Point2DZ.class, null, TYPES.POINT, SUBTYPES.GEOM2DZ);
57 58

  
58 59
	public static int CODE = geomType.getId();
59 60
	

Also available in: Unified diff