public CoordSys ImportCoordSysFromGML( Stream stream, LookupGmlObject handler = null, bool addMissingObjects = false)
The ImportCoordSysFromGML method retrieves the CoordSys object that is described in the specified GML file. The first argument to this method is the stream from which to read the GML object. The second argument is optional, and it specifies the optional event handler function to be called whenever the GML reader requests a repository object by reference. The third argument is also optional, and is a boolean that decides whether or not to add any missing objects to the datasource or just return the fully defined object that was defined by the file. The CoordSys object that corresponds to the coordinate reference system defined in the GML input is returned by this method.