CreateProjectedCoordSys Constructor

WRAPPER_API static ProjectedCoordSys* CreateProjectedCoordSys(Projection::ClassType classType)

 

Description

The CreateProjectedCoordSys constructor creates a new instance of the ProjectedCoordSys class.  The constructor requires one argument, which gives the type of Projection that will be used.  Once constructed, either the Datum or the InnerGeodetic property must be set.  The HorizontalDatum used by this ProjectedCoordSys is synchronized with the HorizontalDatum used by the InnerGeodetic system and by the Projection.  Changing any one of these will cause the others to be changed in the same way.  It is furthermore necessary to set the Parameters used by the Projection before this ProjectedCoordSys will be ready to use.