Util.NewCT() Method

Returns a new CoordinateTransform object initialized with the given latitude and local apparent sidereal time.

Syntax

Util.NewCT(Latitude, LAST)

The method syntax has these parts:

Part Description
Latitude (Double) geodetic latitude for the transformation, degrees, positive North
LAST (Double) local apparent sidereal time (LAST) for the transformaton, hours
Return (Object) an initialized CoordinateTransform object

Remarks

See the documentation for the CoordinateTransform object.