Is it possible to save a local transform to GCS list?

Is it possible to save a local transform to GCS list?

Parents
  • Martin,

    Unfortunately it is not possible to do so. The local transform is an artefact added by Bentley Systems and stored in the DGN file, while GCS definitions are stored using the Open Source CSMAP format.

    As an alternative you can define a GCS based on the projection method "Lambert Conformal Conic with Affine post-processing" that enables to also specify a transform, (Affine instead of Helmert) and since this is part of the Open Source CSMAP format then it could be stored in a user-defined GCS.

    Note that in both case the GCS definition is not portable and exporting to other non-Bentley format will likely lose the GCS definition.

Reply
  • Martin,

    Unfortunately it is not possible to do so. The local transform is an artefact added by Bentley Systems and stored in the DGN file, while GCS definitions are stored using the Open Source CSMAP format.

    As an alternative you can define a GCS based on the projection method "Lambert Conformal Conic with Affine post-processing" that enables to also specify a transform, (Affine instead of Helmert) and since this is part of the Open Source CSMAP format then it could be stored in a user-defined GCS.

    Note that in both case the GCS definition is not portable and exporting to other non-Bentley format will likely lose the GCS definition.

Children