Interface AbstractSelection

    • Method Detail

      • dim

        int dim()
        If the selection selects entities on a geometry, returns the (maximum) entity dimension. Otherwise, returns -1.
        Returns:
        Entity dimension or -1.
      • dimension

        int[] dimension()
        If the selection is on a geometry, returns the dimensions where the selection applies.
        Returns:
        Integer array with dimensions.
      • geom

        java.lang.String geom()
        Returns the geometry tag of the selection as a string. Returns null if the selection is global.
        Returns:
        Geometry tag or null.