com.supermap.data

Class WhereToCalibrate



  • public final class WhereToCalibrate
    extends Enum
    Defines position types for M value calibration.

    In the LineM object, suppose point object 1 is before the point object 2, then the poistions are defined as follows:

    • Field Detail

      • NOTTOCOMPUTE

        public static final WhereToCalibrate NOTTOCOMPUTE
        Not to calibrate. Only set the specified M value to the corresponding point.
      • BEFORE

        public static final WhereToCalibrate BEFORE
        Only calibrates the M value of the point at the BEFORE position.
      • AFTER

        public static final WhereToCalibrate AFTER
        Only calibrate the M value of the point at the AFTER position.
      • BEFOREANDAFTER

        public static final WhereToCalibrate BEFOREANDAFTER
        Only calibrate the M values of the points at the BEFORE and AFTER positions.
      • INTERVAL

        public static final WhereToCalibrate INTERVAL
        Only calibrate the M value of the point at the INTERVAL position.
      • BEFOREANDINTERVAL

        public static final WhereToCalibrate BEFOREANDINTERVAL
        Only calibrate the M values of the points at the BEFORE and INTERVAL positions.
      • INTERVALANDAFTER

        public static final WhereToCalibrate INTERVALANDAFTER
        Only calibrate the M values of the points at the INTERVAL and AFTER positions.
      • ALLLINE

        public static final WhereToCalibrate ALLLINE
        Calibrate the M values of the entire LineM object.