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 that 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 that have the given value.
      • fieldTags

        java.lang.String[] fieldTags()
        Get the tags of all fields for this attribute.
        Returns:
        The tags.
      • fieldValue

        java.lang.String fieldValue​(java.lang.String attributeValue,
                                    java.lang.String fieldTag)
        Get the value for a given field for a given attribute value.
        Parameters:
        attributeValue - Attribute value.
        fieldTag - Field tag.
        Returns:
        The value.
      • objects

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

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

        java.lang.String[] values()
        Get all values of the attribute that exist in the current state of the geometry sequence.
        Returns:
        The values.
      • valuesFinal

        java.lang.String[] valuesFinal()
        Get all values of the attribute that exist in the finalized geometry.
        Returns:
        The values.