|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.IlvFeatureAttribute
ilog.views.maps.attribute.IlvDoubleAttribute
ilog.views.maps.measures.IlvAngleAttribute
public class IlvAngleAttribute
Feature attribute containing an angle value. It uses the current manager's formatter to display the value.
| Constructor Summary | |
|---|---|
IlvAngleAttribute(IlvAngleAttribute source)
Creates a copy of the source attribute. |
|
IlvAngleAttribute(IlvInputStream stream)
Reads an IlvAngleAttribute from an
IlvInputStream. |
|
IlvAngleAttribute(IlvManager manager,
double value)
Creates an angle attribute using the specified manager to format the angle value. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class ilog.views.maps.attribute.IlvDoubleAttribute |
|---|
DoubleValue, getValue, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvAngleAttribute(IlvManager manager,
double value)
manager - value - public IlvAngleAttribute(IlvAngleAttribute source)
source - source to copy.
public IlvAngleAttribute(IlvInputStream stream)
throws IlvReadFileException
IlvAngleAttribute from an
IlvInputStream.
stream - the input stream.
IlvReadFileException - if the format is not correct.| Method Detail |
|---|
public IlvFeatureAttribute copy()
copy in class IlvDoubleAttributepublic String toString()
toString in class IlvDoubleAttributeIlvDoubleAttribute.toString()
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream.
write in interface IlvPersistentObjectwrite in class IlvDoubleAttributestream - the output stream.
IOException - if an error occurs.public IlvManager getManager()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||