Ticket #2331 (assigned defect)

Opened 3 months ago

Last modified 3 months ago

ColorEntry not working with Java Bindings.

Reported by: warmerdam Assigned to: warmerdam (accepted)
Priority: normal Milestone: 1.5.3
Component: JavaBindings Version: 1.5.1
Severity: normal Keywords: java colorentry
Cc: collinsb aaime

Description

compile:
    [javac] Compiling 39 source files to c:\build\mapserver-buildkit\gdal-1.5-br
anch\swig\java\build\classes
    [javac] c:\build\mapserver-buildkit\gdal-1.5-branch\swig\java\org\gdal\gdal\
ColorEntry.java:31: delete_ColorEntry(java.awt.Color) in org.gdal.gdal.gdalJNI c
annot be applied to (long)
    [javac]       gdalJNI.delete_ColorEntry(swigCPtr);
    [javac]         

Change History

04/18/08 14:03:05 changed by warmerdam

  • status changed from new to assigned.

Lacking the skills to properly implement GDALColorEntry for Java I have taken the least cost step to get the rest of the Java bindings working. I have stripped the color table and color entry objects out of the Java bindings in trunk (r14319) and 1.5 branch (r14320).

A more savvy swigger can hopefully correct this in the future.