Revision 24154 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FShape.java

View differences:

FShape.java
110 110
	 * <p>Indicates third coordinate. And can be combined with other geometries via the bits enabled.</p>
111 111
	 */
112 112
	public final static int Z=512;
113
	
114
	/**
115
	 * <p>Indicates M coordinate. And can be combined with other geometries via the bits enabled.</p>
116
	 */	
117
	public final static int M=1024;
113 118

  
114 119
	/**
115 120
	 * <p>Gets the geometry type that identifies this shape.</p>

Also available in: Unified diff