|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.resources.image.CoverageUtilities
A set of utilities methods for the Grid Coverage package. Those methods are not really rigorous; must of them should be seen as temporary implementations.
Method Summary | |
static int |
getVisibleBand(java.lang.Object image)
Returns the visible band in the specified RenderedImage or PropertySource .
|
static boolean |
hasTransform(org.opengis.coverage.SampleDimension[] sampleDimensions)
Returns if at least one of the specified sample dimensions has a sample to geophysics transform which is not the identity transform. |
static boolean |
uses(org.opengis.coverage.grid.GridCoverage coverage,
java.awt.image.RenderedImage image)
Returns if the specified grid coverage or any of its source uses the following image. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean hasTransform(org.opengis.coverage.SampleDimension[] sampleDimensions)
public static boolean uses(org.opengis.coverage.grid.GridCoverage coverage, java.awt.image.RenderedImage image)
public static int getVisibleBand(java.lang.Object image)
RenderedImage
or PropertySource
.
This method fetch the property. If this property is undefined,
then the visible band default to the first one.
image
- The image for which to fetch the visible band, or .
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |