StringCoordSys Constructor

WRAPPER_API StringCoordSys()

WRAPPER_API StringCoordSys(StringPointTranslator::ClassType classType)

WRAPPER_API StringCoordSys(const StringCoordSys &source)

 

Description

The StringCoordSys constructor creates a new instance of the StringCoordSys class MGRS.  There are four signatures for this constructor.

The default constructor takes no arguments and creates a StringCoordSys that uses . Once constructed, either the Datum or the InnerGeodetic property must be set, and It is furthermore necessary to set the Parameters used by the StringPointTranslator before this StringCoordSys will be ready to use.

The second constructor takes a single argument that specifies the ClassType of the StringPointTranslator. Once constructed, either the Datum or the InnerGeodetic property must be set, and It is furthermore necessary to set the Parameters used by the StringPointTranslator before this StringCoordSys will be ready to use.

The final constructor is a copy-constructor, which creates a StringCoordSys with the same value as the StringCoordSys passed as argument.