Debasish Sahu ha scritto:
> Hi,
> 
> Shapefile datastore seems to be rendering fine , but when I am trying to 
> render spatial data using the MySQL DataStore (Geotools 2.3.x release) , 
> am getting the following error
> 
> Mar 30, 2007 10:30:32 PM org.geotools.renderer.lite.StreamingRenderer 
> processSymbolizers
> WARNING: null
> java.lang.NullPointerException
>     at 
> org.geotools.referencing.operation.BufferedCoordinateOperationFactory$CRSPair.<init>(BufferedCoordinateOperationFactory.java:83)
>     at 
> org.geotools.referencing.operation.BufferedCoordinateOperationFactory.createOperation(BufferedCoordinateOperationFactory.java:245)
>     at 
> org.geotools.renderer.lite.StreamingRenderer.getMathTransform(StreamingRenderer.java
>  
> :2053)
>     at 

Debasish, is this 2.3.0 or a checkout from 2.3.x?
This is occurring because the datastore does not declare a CRS in
the geometry types, but I thought I did patch the renderer to handle
these cases without throwing an NPE (that happened after 2.3.0 release).

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to