[postgis-users] java.awt.Point and org.postgis.Point

Henry Holland hjholland@gmx.net
Fri Apr 19 10:01:12 2002


One way would be to specify the whole name space: 
	e.g. java.awt.Point javaPoint = new java.awt.Point( x, y ); and
	     org.postgis.Point postgisPoint = new org.postgis.Point( x, y );

Any other ways?

Henry

Steffen Macke wrote:
> 
> How can I avoid the nameclash between the two
> Point classes?
> 
> Steffen
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users@postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users