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

View differences:

NullGeometry.java
64 64
	private static GeometryType geomType = GeometryManager.getInstance()
65 65
			.registerGeometryType(NullGeometry.class);
66 66

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

  
69 69

  
70 70
	public NullGeometry() {
......
227 227
		// TODO Auto-generated method stub
228 228
		return null;
229 229
	}
230
	
230

  
231 231
}

Also available in: Unified diff