Interface GeomAttribute

    • Method Detail

      • entities

        int[] entities​(java.lang.String value,
                       int dim)
        Get the entities in dimension dim that have the given value.
        Parameters:
        value - Attribute value.
        dim - Entity dimension.
        Returns:
        Entities which have the given value.
      • entities

        int[] entities​(java.lang.String value,
                       java.lang.String oname,
                       int dim)
        Get the entities in dimension dim in the object oname that have the given value.
        Parameters:
        value - Attribute value.
        oname - Object name.
        dim - Entity dimension.
        Returns:
        Entities which have the given value.
      • objects

        java.lang.String[] objects​(java.lang.String value)
        Get the whole objects which have the given value.
        Parameters:
        value - Attribute value.
        Returns:
        Objects which have the given value.
      • objects

        java.lang.String[] objects​(java.lang.String value,
                                   int dim)
        Get the objects which have some entity in dimension dim that have the given value.
        Parameters:
        value - Attribute value.
        dim - Entity dimension.
        Returns:
        Objects which have the given value.