| org.geotools.coverage.grid.GridCoverage2D org.geotools.coverage.processing.operation.BandSelector2D
BandSelector2D | final class BandSelector2D extends GridCoverage2D (Code) | | A grid coverage containing a subset of an other grid coverage's sample dimensions,
and/or a different
ColorModel . A common reason for changing the color model
is to select a different visible band. Consequently, the
"SelectSampleDimension" operation name still appropriate in this context.
since: 2.2 version: $Id: BandSelector2D.java 28889 2008-01-22 17:57:52Z aaime $ author: Martin Desruisseaux |
Method Summary | |
static GridCoverage2D | create(ParameterValueGroup parameters, RenderingHints hints) Applies the band select operation to a grid coverage.
Parameters: parameters - List of name value pairs for the parameters. Parameters: A - set of rendering hints, or null if none. |
create | static GridCoverage2D create(ParameterValueGroup parameters, RenderingHints hints)(Code) | | Applies the band select operation to a grid coverage.
Parameters: parameters - List of name value pairs for the parameters. Parameters: A - set of rendering hints, or null if none. The result as a grid coverage. |
Methods inherited from org.geotools.coverage.grid.GridCoverage2D | protected GridCoverage2D createGeophysics(boolean geo)(Code)(Java Doc) public synchronized boolean dispose(boolean force)(Code)(Java Doc) public Object evaluate(DirectPosition point) throws CannotEvaluateException(Code)(Java Doc) public byte[] evaluate(DirectPosition coord, byte[] dest) throws CannotEvaluateException(Code)(Java Doc) public int[] evaluate(DirectPosition coord, int[] dest) throws CannotEvaluateException(Code)(Java Doc) public float[] evaluate(DirectPosition coord, float[] dest) throws CannotEvaluateException(Code)(Java Doc) public double[] evaluate(DirectPosition coord, double[] dest) throws CannotEvaluateException(Code)(Java Doc) public int[] evaluate(Point2D coord, int[] dest) throws CannotEvaluateException(Code)(Java Doc) public float[] evaluate(Point2D coord, float[] dest) throws CannotEvaluateException(Code)(Java Doc) public double[] evaluate(Point2D coord, double[] dest) throws CannotEvaluateException(Code)(Java Doc) public GridCoverage2D geophysics(boolean geo)(Code)(Java Doc) public CoordinateReferenceSystem getCoordinateReferenceSystem2D()(Code)(Java Doc) public synchronized String getDebugString(DirectPosition coord)(Code)(Java Doc) public Envelope getEnvelope()(Code)(Java Doc) public Envelope2D getEnvelope2D()(Code)(Java Doc) public GridGeometry getGridGeometry()(Code)(Java Doc) public Interpolation getInterpolation()(Code)(Java Doc) public int getNumSampleDimensions()(Code)(Java Doc) public int[] getOptimalDataBlockSizes()(Code)(Java Doc) public RenderableImage getRenderableImage(int xAxis, int yAxis)(Code)(Java Doc) public RenderedImage getRenderedImage()(Code)(Java Doc) public SampleDimension getSampleDimension(int index)(Code)(Java Doc) public GridSampleDimension[] getSampleDimensions()(Code)(Java Doc) public boolean isDataEditable()(Code)(Java Doc) public void prefetch(Rectangle2D area)(Code)(Java Doc) public void show(String title, int xAxis, int yAxis)(Code)(Java Doc) public void show(String title)(Code)(Java Doc)
|
|
|