Interface JsCoord

All Known Implementing Classes:
JsCoordCyl, JsCoordGeo, JsCoordLat, JsCoordRaDec, JsCoordRec, JsCoordSph

public interface JsCoord


Method Summary
 JsCoordCyl toCyl()
           
 JsCoordGeo toGeo(double radius, double flatenning)
           
 JsCoordLat toLat()
           
 JsCoordRaDec toRaDec()
           
 JsCoordRec toRec()
           
 JsCoordSph toSph()
           
 java.lang.String toString()
           
 

Method Detail

toString

public java.lang.String toString()

toLat

public JsCoordLat toLat()
                 throws java.lang.Exception
Throws:
java.lang.Exception

toRec

public JsCoordRec toRec()
                 throws java.lang.Exception
Throws:
java.lang.Exception

toSph

public JsCoordSph toSph()
                 throws java.lang.Exception
Throws:
java.lang.Exception

toCyl

public JsCoordCyl toCyl()
                 throws java.lang.Exception
Throws:
java.lang.Exception

toGeo

public JsCoordGeo toGeo(double radius,
                        double flatenning)
                 throws java.lang.Exception
Throws:
java.lang.Exception

toRaDec

public JsCoordRaDec toRaDec()
                     throws java.lang.Exception
Throws:
java.lang.Exception