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

View differences:

LASPoint11F1.java
78 78
		super();
79 79
		timeGPS = 0;
80 80
		sizeFormat = 28;
81
		lasIndex=-1;
81 82
	}
82 83
	
83 84
	/**
......
111 112
				throw new UnexpectedPointException("Out of index"); 
112 113
			}
113 114
			
115
			if(index==lasIndex)
116
				return;
117
			else
118
				lasIndex=index;
119
			
114 120
			byte[] punto = new byte[getSizeFormat()];
115 121
			
116 122
			input.position(hdr.getOffsetData()+getSizeFormat()*index);

Also available in: Unified diff