Class SimplifyPolygons

    • Field Detail

      • m_Tolerance

        protected double m_Tolerance
        the tolerance parameter.
      • m_HighQuality

        protected boolean m_HighQuality
        whether to use high-quality or fast simplification.
    • Constructor Detail

      • SimplifyPolygons

        public SimplifyPolygons()
    • Method Detail

      • setTolerance

        public void setTolerance​(double value)
        Sets the tolerance for the simplification.
        Parameters:
        value - the tolerance
      • getTolerance

        public double getTolerance()
        Returns the tolerance for the simplification.
        Returns:
        the tolerance
      • toleranceTipText

        public String toleranceTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setHighQuality

        public void setHighQuality​(boolean value)
        Sets whether to generate high-quality of be fast.
        Parameters:
        value - true if high-quality
      • getHighQuality

        public boolean getHighQuality()
        Returns whether to generate high-quality of be fast.
        Returns:
        true if high-quality
      • highQualityTipText

        public String highQualityTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.