public class IlvValleyRasterStyle extends IlvGradientRasterStyle
Modifier and Type | Field and Description |
---|---|
static String |
ALTITUDE_TOLERANCE
The altitudeTolerance attribute name.
|
BOUNDS, PRECISION
BRIGHTNESS, COLORMODEL, CONTRAST, reader, SATURATION
ALPHA, ALWAYS_ON_TOP, ATTRIBUTE_INFO, CATEGORY, LABEL_ATTRIBUTE, LEGEND_GROUP, PARENT, THIN_CLIENT_BACKGROUND, VISIBLE_IN_3DVIEW, VISIBLE_IN_OVERVIEW, VISIBLE_IN_TREE, VISIBLE_IN_VIEW
Constructor and Description |
---|
IlvValleyRasterStyle()
Constructs a
IlvValleyRasterStyle . |
IlvValleyRasterStyle(IlvInputStream stream)
Reads an
IlvValleyRasterStyle from an IlvInputStream . |
IlvValleyRasterStyle(IlvRasterAbstractReader reader)
Constructs a
IlvValleyRasterStyle for the specified reader. |
IlvValleyRasterStyle(IlvValleyRasterStyle source)
Constructor by copy
|
Modifier and Type | Method and Description |
---|---|
IlvMapStyle |
copy()
Creates a copy of the style.
|
double |
getAltitudeTolerance()
Retrieve the
ALTITUDE_TOLERANCE attribute value. |
void |
setAltitudeTolerance(double c)
Sets the
ALTITUDE_TOLERANCE attribute value. |
void |
write(IlvOutputStream stream)
Write a
IlvValleyRasterStyle on a IlvOutputStream |
getBounds, getPrecision, setBounds, setPrecision
equals, getBrightness, getColorModel, getContrast, getSaturation, hashCode, setBrightness, setColorModel, setContrast, setSaturation, styleChanged, updateReader
addAttributeListener, addChild, addStyleListener, addWeakStyleListener, getAlpha, getAttribute, getAttribute, getAttributeFilter, getAttributeInfo, getAttributeListeners, getCategory, getChildren, getDefaultValues, getGraphic, getLabelAttribute, getLegendGroup, getListeners, getParent, getStyleListeners, isAlwaysOnTop, isInherited, isThinClientBackground, isVisibleIn3DView, isVisibleInOverview, isVisibleInTree, isVisibleInView, objectEquals, removeAttributeListener, removeChild, removeStyleListener, setAlpha, setAlwaysOnTop, setAttribute, setAttributeFilter, setAttributeInfo, setCategory, setGraphic, setInherited, setLabelAttribute, setLegendGroup, setParent, setThinClientBackground, setVisibleIn3DView, setVisibleInOverview, setVisibleInTree, setVisibleInView
public static final String ALTITUDE_TOLERANCE
public IlvValleyRasterStyle()
IlvValleyRasterStyle
.public IlvValleyRasterStyle(IlvRasterAbstractReader reader)
IlvValleyRasterStyle
for the specified reader.reader
- image reader.public IlvValleyRasterStyle(IlvInputStream stream) throws IlvReadFileException
IlvValleyRasterStyle
from an IlvInputStream
.stream
- The stream to read from.IlvReadFileException
public IlvValleyRasterStyle(IlvValleyRasterStyle source)
source
- source style to copypublic IlvMapStyle copy()
copy
in class IlvGradientRasterStyle
IlvRasterStyle
public void write(IlvOutputStream stream) throws IOException
IlvValleyRasterStyle
on a IlvOutputStream
write
in interface IlvPersistentObject
write
in class IlvGradientRasterStyle
stream
- The stream to write to.IOException
IlvMapStyle.write(ilog.views.io.IlvOutputStream)
public double getAltitudeTolerance()
ALTITUDE_TOLERANCE
attribute value.ALTITUDE_TOLERANCE
attribute value.public void setAltitudeTolerance(double c)
ALTITUDE_TOLERANCE
attribute value.c
- The ALTITUDE_TOLERANCE
attribute value as a Color
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.