Skip navigation links
ZonalStats operator 1.5.0
B C G O R S T U V Z 

B

band(int) - Method in class org.jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given band.

C

create(ParameterBlock, RenderingHints) - Method in class org.jaitools.media.jai.zonalstats.ZonalStatsRIF
Create a new instance of ZonalStatsOpImage in the rendered layer.

G

getImageBand() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the index of the image band for which this result was calculated.
getNumAccepted() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the number of values that were accepted, ie.
getNumNaN() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the number of NaN values that were sampled from the image when calculating this result.
getNumNoData() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the number of NoData values that were sampled from the image when calculating this result.
getNumOffered() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the number of values that were offered, ie.
getProperty(String) - Method in class org.jaitools.media.jai.zonalstats.ZonalStatsOpImage
Get the specified property.
getPropertyClass(String) - Method in class org.jaitools.media.jai.zonalstats.ZonalStatsOpImage
Get the class of the given property.
getPropertyNames() - Method in class org.jaitools.media.jai.zonalstats.ZonalStatsOpImage
Get all property names
getRanges() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the ranges (if defined) that were used to filter data image values for inclusion in the calculation of this result.
getStatistic() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the statistic that this result pertains to.
getValue() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the calculated value of the statistic.
getZone() - Method in class org.jaitools.media.jai.zonalstats.Result
Get the integer ID of the image zone for which this result was calculated.
getZones() - Method in class org.jaitools.media.jai.zonalstats.ZonalStats
Get the integer IDs read from the zone image.

O

org.jaitools.media.jai.zonalstats - package org.jaitools.media.jai.zonalstats
Calculates summary statistics for values in a data image, optionally within zones defined by an integer zone image

R

ranges(List<Range>) - Method in class org.jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given Ranges.
Result - Class in org.jaitools.media.jai.zonalstats
Holds the result for a a given combination of image band / zone / statistic.
Result(int, int, Statistic, List<Range>, Double, long, long, long, long) - Constructor for class org.jaitools.media.jai.zonalstats.Result
Create a new Result object.
results() - Method in class org.jaitools.media.jai.zonalstats.ZonalStats
Returns the list of Result objects.

S

statistic(Statistic) - Method in class org.jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given Statistic.

T

toString() - Method in class org.jaitools.media.jai.zonalstats.Result
 

U

updateRegistry(OperationRegistry) - Method in class org.jaitools.media.jai.zonalstats.ZonalStatsSpi
Registers the ZonalStats operation

V

validateArguments(String, ParameterBlock, StringBuffer) - Method in class org.jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Validates supplied parameters.

Z

ZONAL_STATS_PROPERTY - Static variable in class org.jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Property name used to retrieve the results
ZonalStats - Class in org.jaitools.media.jai.zonalstats
Holds the results of the ZonalStats operator.
ZonalStatsDescriptor - Class in org.jaitools.media.jai.zonalstats
Calculates a number of summary statistics, either for the whole data image or within zones defined in a separate zone image.
ZonalStatsDescriptor() - Constructor for class org.jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Constructor.
ZonalStatsOpImage - Class in org.jaitools.media.jai.zonalstats
Calculates image summary statistics for a data image within zones defined by a integral valued zone image.
ZonalStatsOpImage(RenderedImage, RenderedImage, Map<?, ?>, ImageLayout, Statistic[], Integer[], ROI, AffineTransform, Collection<Range<Double>>, Range.Type, boolean, Collection<Range<Double>>) - Constructor for class org.jaitools.media.jai.zonalstats.ZonalStatsOpImage
Constructor.
ZonalStatsRIF - Class in org.jaitools.media.jai.zonalstats
The image factory for the ZonalStatsOpImage operation.
ZonalStatsRIF() - Constructor for class org.jaitools.media.jai.zonalstats.ZonalStatsRIF
Constructor
ZonalStatsSpi - Class in org.jaitools.media.jai.zonalstats
OperationRegistrySpi implementation to register the "ZonalStats" operation and its associated image factories.
ZonalStatsSpi() - Constructor for class org.jaitools.media.jai.zonalstats.ZonalStatsSpi
Default constructor.
zone(int) - Method in class org.jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given zone.
B C G O R S T U V Z 
Skip navigation links
ZonalStats operator 1.5.0

Copyright © 2009–2018. All rights reserved.