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

Henry Holland hjholland at gmx.net
Fri Apr 19 02:01:12 PDT 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 at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users




More information about the postgis-users mailing list