WrappingPojectionHandler border behavior
----------------------------------------

                 Key: GEOT-3212
                 URL: http://jira.codehaus.org/browse/GEOT-3212
             Project: GeoTools
          Issue Type: Bug
          Components: core render
    Affects Versions: 2.6.5, 2.7-M3
            Reporter: Alessio Fabiani
            Assignee: Andrea Aime


The WrappingProjectionHandler postProcess method, checks if the viewing area 
might contain the geometry multiple times.

Actually I have a use case with an Oracle layer where this check fails

min < renderingEnvelope.getMaxX()

i.e. the west-most location inside the current rendering envelope is always 
greater thant the renderingEnvelope max-X thus causing the while cycle below

 while (min < renderingEnvelope.getMaxX()) {
  ...
 }

passing over leaving the geomType null and causing an NPE when checking for 
geomType binding type.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to