Package de.javagl.ply

Interface PropertyDescriptor


  • public interface PropertyDescriptor
    A description of a property of an element of a PLY file
    • Method Detail

      • getName

        String getName()
        Returns the name of the property
        Returns:
        The name of the property
      • getType

        PlyType getType()
        Returns the type of the property
        Returns:
        The type of the property
      • isList

        boolean isList()
        Returns whether the property is a 'list' property
        Returns:
        Whether the property is a 'list' property
      • getSizeType

        PlyType getSizeType()
        Returns the type of the list size, or null if this is not a list property.
        Returns:
        The type of the list size