Revision 26423 branches/v10/libraries/libDielmoOpenLidar/src/com/dielmo/lidar/LASPoint12F3.java

View differences:

LASPoint12F3.java
88 88
		red = 0;
89 89
		green = 0;
90 90
		blue = 0;
91
		lasIndex=-1;
91 92
	}
92 93
	
93 94
	// GET METHOD
......
191 192
				throw new UnexpectedPointException("Out of index"); 
192 193
			}
193 194
			
195
			if(index==lasIndex)
196
				return;
197
			else
198
				lasIndex=index;
199
			
194 200
			byte[] punto = new byte[getSizeFormat()];
195 201
			
196 202
			input.position(hdr.getOffsetData()+getSizeFormat()*index);

Also available in: Unified diff