|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridCoverage
Represent the basic implementation which provides access to grid coverage data. A
GridCoverage
implementation may provide the ability to update grid values.
RenderedImage
,
PixelAccessor
Method Summary | |
---|---|
GridGeometry |
getGridGeometry()
Information for the grid coverage geometry. |
Coverage |
getSource(int sourceDataIndex)
Returns the source data for a grid coverage. |
boolean |
isDataEditable()
Returns true if grid data can be edited. |
Methods inherited from interface org.deegree.model.coverage.Coverage |
---|
getCoordinateReferenceSystem, getDimensionNames, getEnvelope, getMetadataNames, getMetadataValue, getNumSampleDimensions, getNumSources, getRenderableImage, getSampleDimension |
Method Detail |
---|
boolean isDataEditable()
true
if grid data can be edited.
true
if grid data can be edited.GridGeometry getGridGeometry()
Coverage getSource(int sourceDataIndex) throws java.lang.IndexOutOfBoundsException
GridCoverage
was produced
from an underlying dataset (by read(...)
for instance) the
getNumSources() method should returns zero, and this method should not be called.
If the GridCoverage
was produced using {link
org.opengis.coverage.processing.GridCoverageProcessor} then it should return the source grid
coverage of the one used as input to GridCoverageProcessor
. In general the
getSource(i)
method is intended to return the original
GridCoverage
on which it depends.
This is intended to allow applications to establish what GridCoverage
s will
be affected when others are updated, as well as to trace back to the "raw data".
getSource
in interface Coverage
sourceDataIndex
- Source grid coverage index. Indexes start at 0.
java.lang.IndexOutOfBoundsException
- if sourceDataIndex
is out of bounds.Coverage.getNumSources()
,
"org.opengis.coverage.grid.GridCoverage#getSource"
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org