public EarlyBoundCoordSys()
public EarlyBoundCoordSys(const HorizontalCoordSys &baseCoordSys, const Serializable* transform)
public EarlyBoundCoordSys(const EarlyBoundCoordSys &source)
The EarlyBoundCoordSys constructor creates a new instance of the EarlyBoundCoordSys class. There are three signatures for this constructor.
The first signature takes no arguments and produces a EarlyBoundCoordSys that is not ready to use. The BaseCoordSys must be set.
The second signature takes two arguments that allow the user to specify the BaseCoordSys, the type of point to be used in the EarlyBoundCoordSys, and the type of MathTransform to use for TransformAhead and TransformBack.
The third signature is a copy-constructor, which produces a EarlyBoundCoordSys with a value that is equal to the EarlyBoundCoordSys that is passed as argument.