Revision 40366 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/Geometry.java

View differences:

Geometry.java
431 431
	 * @return the WKB version of the geometry
432 432
	 */
433 433
	public byte[] convertToWKB() throws GeometryOperationNotSupportedException,
434
			GeometryOperationException;
434
		GeometryOperationException;
435 435

  
436
	public byte[] convertToWKB(int srs) throws GeometryOperationNotSupportedException,
437
		GeometryOperationException;
438

  
436 439
	/**
437 440
	 * Return a string with the equivalent in WKT format of the Geometry.
438 441
	 * 

Also available in: Unified diff