|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.astronomy.Station
org.jscience.astronomy.Telescope
public class Telescope
The Telescope class provides support for surface based telescopes.
| Constructor Summary | |
|---|---|
Telescope(java.lang.String name,
double longitude,
double latitude,
double height,
javax.vecmath.Vector3f orientation)
Creates a new Telescope object. |
|
| Method Summary | |
|---|---|
javax.vecmath.Vector3f |
getOrientation()
DOCUMENT ME! |
| Methods inherited from class org.jscience.astronomy.Station |
|---|
getHeight, getLatitude, getLongitude, getName, setHeight, setLatitude, setLongitude, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Telescope(java.lang.String name,
double longitude,
double latitude,
double height,
javax.vecmath.Vector3f orientation)
name - DOCUMENT ME!longitude - DOCUMENT ME!latitude - DOCUMENT ME!height - DOCUMENT ME!orientation - DOCUMENT ME!| Method Detail |
|---|
public javax.vecmath.Vector3f getOrientation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||