Uses of Class
jaitools.media.jai.zonalstats.ZonalStats

Packages that use ZonalStats
jaitools.media.jai.zonalstats Calculates summary statistics, optionally within zones defined by a zone image, for values in a data image 
 

Uses of ZonalStats in jaitools.media.jai.zonalstats
 

Methods in jaitools.media.jai.zonalstats that return ZonalStats
 ZonalStats ZonalStats.band(int b)
          Get the subset of results for the given band.
 ZonalStats ZonalStats.ranges(List<Range> ranges)
          Get the subset of results for the given Ranges.
 ZonalStats ZonalStats.statistic(Statistic s)
          Get the subset of results for the given Statistic.
 ZonalStats ZonalStats.zone(int z)
          Get the subset of results for the given zone.
 



Copyright © 2009-2011. All Rights Reserved.