Interface XDLocalSelection

    • Method Detail

      • extraDim

        java.lang.String extraDim()
        Returns the attached dimension.
        Returns:
        The tag of the attached dimension, or an empty string.
      • extraDim

        XDLocalSelection extraDim​(java.lang.String attachDimTag)
        Selects attached dimensions and defines the possible values for extraDimSel.
        Parameters:
        attachDimTag - Tag of the extra dimension to attach. Use none to specify no attached dimension.
        Returns:
        The modified selection.
      • extraDimSel

        java.lang.String[] extraDimSel()
        Get extra dimension geometries for attached dimensions.
        Returns:
        Vector of geometry tags.
      • extraDimSel

        LocalSelection extraDimSel​(java.lang.String xdgeomtag)
        Access selection on extra dimension. The geometry must exist in the attached dimensions.
        Parameters:
        xdgeomtag - Tag of extra dimension geometry.
        Returns:
        Local selection of the specified geometry.