Class AttributeList

  • All Implemented Interfaces:
    Iterable, Collection, List

    public class AttributeList
    extends AbstractList
    Used to provide a List API of an ordinate array.

    Insertions are not supported

    Author:
    jgarnett, Refractions Reasearch Inc.
    See Also:
    net.refractions.jspatial.jts
    • Constructor Detail

      • AttributeList

        public AttributeList​(Object array)
      • AttributeList

        public AttributeList​(Object array,
                             int offset,
                             int len)
      • AttributeList

        public AttributeList​(Object array,
                             int offset,
                             int len,
                             int start,
                             int end)
    • Method Detail

      • getDouble

        public double getDouble​(int index)
        Quick double access
      • getString

        public String getString​(int index)
      • toDoubleArray

        public double[] toDoubleArray()
      • toObjectArray

        public Object[] toObjectArray()