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

View differences:

Point2DZ.java
54 54
	private static final long serialVersionUID = 1L;
55 55

  
56 56
	private static GeometryType geomType = GeometryManager.getInstance()
57
		.registerGeometryType(Point2DZ.class);
57
		.registerBasicGeometryType(Point2DZ.class,null,TYPES.POINT | TYPES.Z);
58 58

  
59
	public static int CODE = TYPES.POINT | TYPES.Z;//geomType.getType();
59
	public static int CODE = geomType.getType();
60 60

  
61 61
	double z;
62 62

  

Also available in: Unified diff