public class IlvAltitudeAttribute extends IlvDoubleAttribute
Constructor and Description |
---|
IlvAltitudeAttribute(IlvAltitudeAttribute source)
Creates a copy of the source object.
|
IlvAltitudeAttribute(IlvInputStream stream)
Reads an
IlvAltitudeAttribute from an
IlvInputStream . |
IlvAltitudeAttribute(IlvManager manager,
double value)
Creates a altitude attribute using the specified manager to format the altitude value.
|
Modifier and Type | Method and Description |
---|---|
IlvFeatureAttribute |
copy()
Returns a copy of the object.
|
IlvManager |
getManager()
Returns the manager associated with this attribute formatting.
|
String |
toString()
Formats the value using the manager's display preferences.
|
void |
write(IlvOutputStream stream)
Writes this to an
IlvOutputStream . |
DoubleValue, getValue, setValue
public IlvAltitudeAttribute(IlvManager manager, double value)
manager
- value
- public IlvAltitudeAttribute(IlvInputStream stream) throws IlvReadFileException
IlvAltitudeAttribute
from an
IlvInputStream
.stream
- the input stream.IlvReadFileException
- if the format is not correct.public IlvAltitudeAttribute(IlvAltitudeAttribute source)
source
- source to copy.public IlvFeatureAttribute copy()
copy
in class IlvDoubleAttribute
public String toString()
toString
in class IlvDoubleAttribute
IlvDoubleAttribute.toString()
public void write(IlvOutputStream stream) throws IOException
IlvOutputStream
.write
in interface IlvPersistentObject
write
in class IlvDoubleAttribute
stream
- the output stream.IOException
- if an error occurs.public IlvManager getManager()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.