|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.gp.RangeSpecifier
org.geotools.referencing.processing.RangeSpecifier
.
Argument type for GridCoverageProcessor
operations for specifying the range,
colors and units of a computation result. RangeSpecifier
are used for
tuning the Category
object to be constructed. For example the "GradientMagnitude"
operation will produces new GridCoverage
with sample values ranging from 0 to some
maximal value which may be very different from the source GridCoverage
range. By
default, most operations try to guess a raisonable range for output
values. This default behavior can be overriden with an explicit RangeSpecifier
argument.
All RangeSpecifier
's properties are optional; it is up to processor's
operation to replace null
values by a default
one. RangeSpecifier
argument is used by the
"GradientMagnitude"
operation.
Constructor Summary | |
RangeSpecifier()
Deprecated. Construct a default RangeSpecifier with no value set. |
|
RangeSpecifier(MathTransform1D transform)
Deprecated. Construct a RangeSpecifier initialised to the specified
"sample to geophysics" transform. |
|
RangeSpecifier(NumberRange range)
Deprecated. Construct a RangeSpecifier initialised to the sp?cified range. |
Method Summary | |
java.lang.Object |
clone()
Deprecated. Returns a clone of this object. |
boolean |
equals(java.lang.Object object)
Deprecated. Compare this range specifier with the specified object for equality. |
java.awt.Color[] |
getColors()
Deprecated. Returns the target colors, or null if none. |
NumberRange |
getRange()
Deprecated. Returns the target range, or null if none. |
MathTransform1D |
getSampleToGeophysics()
Deprecated. Returns the target "sample to geophysics" transform, or null if none. |
Unit |
getUnit()
Deprecated. Returns the target range units, or null if none. |
int |
hashCode()
Deprecated. Returns a hash code value for this range specifier. |
void |
setColors(java.awt.Color[] colors)
Deprecated. Set the target colors to the specified value. |
void |
setRange(NumberRange range)
Deprecated. Set the target range to the specified values. |
void |
setSampleToGeophysics(MathTransform1D transform)
Deprecated. Set the target "sample to geophysics" transform to the specified value. |
void |
setUnit(Unit unit)
Deprecated. Set the target range units to the specified value. |
java.lang.String |
toString()
Deprecated. Returns a string representation of this range specifier. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RangeSpecifier()
RangeSpecifier
with no value set.
public RangeSpecifier(NumberRange range)
RangeSpecifier
initialised to the sp?cified range.
public RangeSpecifier(MathTransform1D transform)
RangeSpecifier
initialised to the specified
"sample to geophysics" transform.
Method Detail |
public NumberRange getRange()
null
if none.
public void setRange(NumberRange range)
range
- The target range.public MathTransform1D getSampleToGeophysics()
null
if none.
public void setSampleToGeophysics(MathTransform1D transform)
public Unit getUnit()
null
if none.
public void setUnit(Unit unit)
public java.awt.Color[] getColors()
null
if none.
public void setColors(java.awt.Color[] colors)
public java.lang.Object clone()
clone
in interface org.opengis.util.Cloneable
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |