Hi Simone,

Thanks for you response.  Unfortunately, it is not going to be an open
source plugin because of the format of the dataset.  That said, can you help
me understand more of the gridToWorld transformation?  Below is how I
compute the gridtoworld transformation:

orginalEnvelope - -180,-90 180,90
SRS - EPSG:4326
originalGridRange - the width/height of the highest resolution image.
final GridToEnvelopeMapper mapper = new
GridToEnvelopeMapper(originalGridRange, originalEnvelope);
                        mapper.setPixelAnchor(PixelInCell.CELL_CENTER);
                        this.raster2Model = mapper.createTransform();

Is there any wrong with the above?

Regards,
Tam




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Geoserver-extension-plugin-problem-when-deployed-on-different-platfrom-tp5151351p5152174.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to