|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.IlvAltitudeProvider
public abstract class IlvAltitudeProvider
This abstract class defines the methods necessary to provide altitude data to consumers. Its subclasses should provide serialization methods for saving the map. The most important method to implement in subclasses will provide the manager with capabilities to retrieve altitude data from a longitude and latitude, and possibly a precision around that central point.
IlvDefaultAltitudeProvider| Constructor Summary | |
|---|---|
IlvAltitudeProvider()
Creates a new IlvAltitudeProvider. |
|
| Method Summary | |
|---|---|
abstract IlvAltitudeProvider |
copy()
/** Returns A new IlvAltitudeProvider. |
abstract double |
getAltitude(IlvManager manager,
double xlon,
double ylat,
double precision)
Return the altitude of a point located at specified coordinates. |
abstract void |
write(IlvOutputStream stream)
Writes the attributes of a persistent object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvAltitudeProvider()
IlvAltitudeProvider.
| Method Detail |
|---|
public abstract double getAltitude(IlvManager manager,
double xlon,
double ylat,
double precision)
manager - Manager to use for finding altitude providing graphics.xlon - Longitude in radians.ylat - Latitude in radians.precision - Coordinate precision.
public abstract IlvAltitudeProvider copy()
IlvAltitudeProvider.
IlvAltitudeProvider.
public abstract void write(IlvOutputStream stream)
throws IOException
write in interface IlvPersistentObjectstream - the output stream
IOException - thrown when an exception occurs during
the write operation for this object.IlvPersistentObject.write(ilog.views.io.IlvOutputStream)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||