Class VisualizeGeodesicDistances.Par

    • Field Detail

      • STEPS_ID

        public static final OptionID STEPS_ID
        Number of steps in the distance map.
      • RESOLUTION_ID

        public static final OptionID RESOLUTION_ID
        Image resolution.
      • MODE_ID

        public static final OptionID MODE_ID
        Visualization mode.
      • out

        protected java.nio.file.Path out
        Holds the file to print results to.
      • steps

        protected int steps
        Number of steps in the color map.
      • resolution

        protected int resolution
        Horizontal resolution.
      • model

        protected EarthModel model
        Earth model to use.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Parameters:
        config - Parameterization