Revision 25515 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/IGeometryM.java

View differences:

IGeometryM.java
80 80
	 * Revert the Ms
81 81
	 */
82 82
	public void revertMs();
83
	
84
	/**
85
	 * Return the geometry like text. It is added because JTS doesn't support the M
86
	 * coordinate
87
	 * @return
88
	 */
89
	public String toText();
90
		
91
	
83 92
}

Also available in: Unified diff