Show
Ignore:
Timestamp:
11/27/07 20:09:45 (12 months ago)
Author:
gyuque
Message:

lang/ruby/RubyESRIShape: polyline support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/RubyESRIShape/Shape_int.h

    r2054 r2062  
    3030        virtual ~IndexedPointList(); 
    3131        void copyFrom(const IndexedPointList& aSrc); 
     32        VALUE getPartAsRubyObj(int index); 
    3233 
    3334        void allocBuffers(); 
     
    4344        ESDouble mZRange[2]; 
    4445        ESDouble mMRange[2]; 
     46 
     47        es_error_t readFromMainFile(FILE* fp, ShpReadContext& rctx, int option); 
    4548}; 
    4649 
     
    7780        virtual VALUE toRubyObject(); 
    7881        virtual ShpRecordObject* clone(); 
     82        VALUE getPartAt(int index); 
     83        int getPartsLength(); 
     84 
     85        es_error_t readFromMainFile(FILE* fp, ShpReadContext& rctx); 
    7986private: 
    8087        ESInt32 mType;