Package | Description |
---|---|
it.geosolutions.jaiext.shadedrelief |
Modifier and Type | Method and Description |
---|---|
static ShadedReliefAlgorithm |
ShadedReliefAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShadedReliefAlgorithm[] |
ShadedReliefAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RenderedOp |
ShadedReliefDescriptor.create(RenderedImage source0,
ROI roi,
Range srcNoData,
double dstNoData,
double resX,
double resY,
double zetaFactor,
double scale,
double altitude,
double azimuth,
ShadedReliefAlgorithm algorithm,
RenderingHints hints) |
Constructor and Description |
---|
ShadedReliefParameters(double resX,
double resY,
double zetaFactor,
double scale,
double altitude,
double azimuth,
ShadedReliefAlgorithm algorithm) |
Copyright © 2006–2018 GeoSolutions. All rights reserved.