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

View differences:

Geometry.java
433 433
	public byte[] convertToWKB() throws GeometryOperationNotSupportedException,
434 434
		GeometryOperationException;
435 435

  
436
	public byte[] convertToWKB(int srs) throws GeometryOperationNotSupportedException,
437
		GeometryOperationException;
436
	public byte[] convertToWKB(int srs) 
437
		throws GeometryOperationNotSupportedException, GeometryOperationException;
438
	
439
	public byte[] convertToWKBForcingType(int srs, int type) 
440
		throws GeometryOperationNotSupportedException, GeometryOperationException;
438 441

  
439 442
	/**
440 443
	 * Return a string with the equivalent in WKT format of the Geometry.

Also available in: Unified diff