public class UnifiedGridCoverage
extends org.geotools.coverage.AbstractCoverage
Modifier and Type | Class and Description |
---|---|
class |
UnifiedGridCoverage.DatumRegion |
Modifier | Constructor and Description |
---|---|
protected |
UnifiedGridCoverage(List<org.geotools.coverage.grid.GridCoverage2D> regionCoverages,
List<VerticalDatum> datums)
It would be nice if we could construct this unified coverage with zero sub-coverages and add all sub-coverages
in the same way.
|
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(org.opengis.geometry.DirectPosition point) |
double[] |
evaluate(org.opengis.geometry.DirectPosition point,
double[] values)
Calculate the elevation at a given point
|
int |
getNumSampleDimensions() |
org.opengis.coverage.SampleDimension |
getSampleDimension(int index) |
dispose, evaluate, evaluate, evaluate, evaluate, evaluate, getCoordinateReferenceSystem, getDimension, getEnvelope, getLocale, getName, getRangeType, getRenderableImage, getSources, show, show, show, toString
protected UnifiedGridCoverage(List<org.geotools.coverage.grid.GridCoverage2D> regionCoverages, List<VerticalDatum> datums)
public Object evaluate(org.opengis.geometry.DirectPosition point) throws org.opengis.coverage.CannotEvaluateException
org.opengis.coverage.CannotEvaluateException
public double[] evaluate(org.opengis.geometry.DirectPosition point, double[] values) throws org.opengis.coverage.CannotEvaluateException
evaluate
in interface org.opengis.coverage.Coverage
evaluate
in class org.geotools.coverage.AbstractCoverage
org.opengis.coverage.CannotEvaluateException
public int getNumSampleDimensions()
public org.opengis.coverage.SampleDimension getSampleDimension(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
Copyright © 2020. All rights reserved.