package com.revolsys.elevation.cloud.las.pointformat; public interface LasPointNir extends LasPointRgb { int getNir(); }