Revision 31343

View differences:

branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/Geometry.java
157 157
		public final static int NULL = 16;
158 158
	}
159 159
	
160
	public interface DIMENSIONS {
161
		public final static int X = 0;
162
		public final static int Y = 1;
163
		public final static int Z = 2;
164
	}
165
	
160 166
	/**
161 167
	 * The subtype of a geometry is related with the dimension
162 168
	 * of the geometry, that is a combination between the

Also available in: Unified diff