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

View differences:

NullGeometry.java
62 62
	private static final long serialVersionUID = 1L;
63 63

  
64 64
	private static GeometryType geomType = GeometryManager.getInstance()
65
			.registerGeometryType(NullGeometry.class);
65
			.registerBasicGeometryType(NullGeometry.class,null,TYPES.NULL);
66 66

  
67
	public static int CODE = TYPES.NULL;//geomType.getType();
67
	public static int CODE = geomType.getType();
68 68

  
69 69

  
70 70
	public NullGeometry() {

Also available in: Unified diff