Re: [OSGeo-Discuss] Remote Sensing in Java

2012-02-16 Thread karsten
Dear Rashad, please also take a look if http://www.sextantegis.com/ has what you need . Sextante is in 100% Java , has a lot of GIS functions , but also a list of raster processing and some remote sensing algorithms. One additional benefit is that it has been integrated with gvSIG , specifically g

Re: [OSGeo-Discuss] Remote Sensing in Java

2012-02-16 Thread Mohammed Rashad
On Wed, Feb 15, 2012 at 3:55 PM, Venkatesh Raghavan < ragha...@media.osaka-cu.ac.jp> wrote: > On 2012/02/15 19:04, Mohammed Rashad wrote: > > Can we do raster processing without gdal and using only java code > because i am looking for a java library which can do some image processing > like stre

Re: [OSGeo-Discuss] Remote Sensing in Java

2012-02-15 Thread Jody Garnett
We use JAI (available in pure java) as the source for a lot of our image processing in the geotools library. Have a look? -- Jody Garnett On Wednesday, 15 February 2012 at 8:04 PM, Mohammed Rashad wrote: > because i am looking for a java library which can do some image processing > like st

Re: [OSGeo-Discuss] Remote Sensing in Java

2012-02-15 Thread Venkatesh Raghavan
On 2012/02/15 19:04, Mohammed Rashad wrote: Can we do raster processing without gdal and using only java code because i am looking for a java library which can do some image processing like stretching compositing,filtering,georeferencing and classification of satellite imagery and bands I would

Re: [OSGeo-Discuss] Remote Sensing in Java

2012-02-15 Thread Venkatesh Raghavan
On 2012/02/15 19:04, Mohammed Rashad wrote: Can we do raster processing without gdal and using only java code because i am looking for a java library which can do some image processing like stretching compositing,filtering,georeferencing and classification of satellite imagery and bands I would

[OSGeo-Discuss] Remote Sensing in Java

2012-02-15 Thread Mohammed Rashad
Can we do raster processing without gdal and using only java code because i am looking for a java library which can do some image processing like stretching compositing,filtering,georeferencing and classification of satellite imagery and bands I would like to add image processing to OpenJUMP I do