Interface GeomDefeature

    • Method Detail

      • delete

        GeomFeature delete​(java.lang.String tag)
        The property delete of the created feature is set to selected.
        Parameters:
        tag - Defeaturing feature tag.
        Returns:
        Geometry feature.
      • deleteAll

        GeomFeature deleteAll​(java.lang.String tag)
        The property delete of the created feature is set to All.
        Parameters:
        tag - Defeaturing feature tag.
        Returns:
        Geometry feature.
      • localState

        void localState​(boolean enable)
        Enable or disable the local state used by DetectInterferences.
        Parameters:
        enable - True to enable the local state.