Class WKBasis.VectorOfDouble

  • Enclosing class:
    WKBasis

    protected class WKBasis.VectorOfDouble
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int m_limit  
      protected int m_size  
      protected double[] m_values  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(double value)  
      void add​(int pos, double value)  
      protected void checkSize​(int newSize)  
      void clear()  
      protected void extend()  
      double get​(int pos)  
      double[] getArray()  
      protected int getDBOrdsLimit()  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait