public class Galactic
extends java.lang.Object
Constructor and Description |
---|
Galactic(double a,
double b)
Galactic longitude and latitude
|
Modifier and Type | Method and Description |
---|---|
double |
getLatitude()
Get the Latitude
|
double |
getLongitude()
Get the Longitude
|
java.lang.String |
toString()
Get the text form of the Galactic in the form [long,lat]
|
public Galactic(double a, double b)
a
- Longitude in radiansb
- Latitude in radianspublic double getLongitude()
public double getLatitude()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.