package com.revolsys.elevation.cloud.las.pointformat; public interface LasPointGpsTime extends LasPoint { double getGpsTime(); }