Please help me with buffer in JavaMapscript!!!!
Reyes, Mariano
mreyes at SISCAT.COM.AR
Fri Jul 21 10:44:00 PDT 2006
Hi,
I have a problem with shapeObj.buffer( int i ), when call buffer I get this
error:
Exception in thread "main" java.lang.UnknownError: GEOS support is not
available
My code is:
....
pointObj punto = new pointObj( 250, 250, 0 );
lineObj line = new lineObj();
line.add(punto);
shapeObj shape = new shapeObj( mapscriptConstants.MS_SHP_ARCM );
shape.add( line );
shapeObj buff = shape.buffer( 200 );
....
Then I try compiler mapserver with geos, and in make test of mapscript/java
I have this message of error:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x400a89b0, pid=30009, tid=1075228800
#
# Java VM: Java HotSpot (TM) Client VM ( 1.4.2_11-b06 mixed mode )
# Problematic frame:
# C [libc.so.6+0x729b0]
....
Please help me!!!!
Thank You!!!!
Mariano Reyes
Buenos Aires, Argentina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060721/b7f31f3e/attachment.htm>
More information about the MapServer-users
mailing list