Class Attribute

java.lang.Object
hec.map.aishape.Attribute
All Implemented Interfaces:
AiShapeConst, Serializable

public class Attribute extends Object implements AiShapeConst, Serializable
- hold field attribute values from dbf file
See Also:
  • Constructor Details

    • Attribute

      public Attribute(int indexPosition, Field[] fields)
    • Attribute

      public Attribute(int indexPosition, Vector fieldDescr, byte[] record)
  • Method Details

    • writeBytes

      public void writeBytes(List fieldDescriptors, byte[] recordBytes) throws IOException
      Writes this Attributes into a byte array for storage into a DBF file.
      Throws:
      IOException
    • getNumberOfFields

      public int getNumberOfFields()
    • getField

      public Field getField(int idx)
    • getFields

      public Field[] getFields()