eant_ArcElementTransformMap

Go Back

Summary:
  Transform the geo info in map units of the arc by input transformation.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementTransformMap  (
    Eant_Element*    element,
    Exfr_XForm*    xform,
    Eant_CoordSysConversion*    inCoordConvert,
    Eant_CoordSysConversion*    outCoordConvert,
    char*    outUnits,
    Eant_ProgressCallback*    progressCB,
    Eerr_ErrorReport**    lclerr,
  )
element
    The input element.
inCoordConvert
    The coordinate conversion info for the original data.
lclerr
    Error handling structure pointer.
outCoordConvert
    Specifies the coordinate conversion information for the output data.
outUnits
    The output units of the transformation.
progressCB
    The info for reporting progress.
xform
    The transformation to be used to calculate bounding box.

Description:
  Transform the geo info in map units of the arc by the input transformation.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs this function calls eerr_CreateErrorReport.