|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampleResolution | |
|---|---|
| org.deegree.coverage | |
| org.deegree.coverage.raster | Provides for simple and complex raster (grid coverages). |
| Uses of SampleResolution in org.deegree.coverage |
|---|
| Methods in org.deegree.coverage that return SampleResolution | |
|---|---|
SampleResolution |
ResolutionInfo.getBestFit(SampleResolution targetResolution,
ResolutionInfo.RoundingMode mode)
Returns the best fitting (in terms of the given rounding mode) native resolution. |
| Methods in org.deegree.coverage that return types with arguments of type SampleResolution | |
|---|---|
java.util.List<SampleResolution> |
ResolutionInfo.getNativeResolutions()
Returns the native resolutions of the coverage. |
| Methods in org.deegree.coverage with parameters of type SampleResolution | |
|---|---|
AbstractRaster |
Coverage.getAsRaster(Envelope spatialExtent,
SampleResolution resolution,
InterpolationType interpolation)
Get a rasterized extent of this coverage by applying the given sample resolution to the given spatial extent of the coverage and applying the given interpolation if needed. |
SampleResolution |
ResolutionInfo.getBestFit(SampleResolution targetResolution,
ResolutionInfo.RoundingMode mode)
Returns the best fitting (in terms of the given rounding mode) native resolution. |
| Constructors in org.deegree.coverage with parameters of type SampleResolution | |
|---|---|
ResolutionInfo(SampleResolution resolution)
The info holds only one native resolution (typically from a single/tiled raster). |
|
| Constructor parameters in org.deegree.coverage with type arguments of type SampleResolution | |
|---|---|
ResolutionInfo(java.util.List<SampleResolution> resolutions)
The info holds only one native resolution (typically a multi resolution raster). |
|
| Uses of SampleResolution in org.deegree.coverage.raster |
|---|
| Methods in org.deegree.coverage.raster with parameters of type SampleResolution | |
|---|---|
AbstractRaster |
MultiResolutionRaster.getAsRaster(Envelope spatialExtent,
SampleResolution resolution,
InterpolationType interpolation)
|
AbstractRaster |
AbstractRaster.getAsRaster(Envelope spatialExtent,
SampleResolution resolution,
InterpolationType interpolation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||