Uses of Class
org.hortonmachine.gears.io.las.core.LasRecord
-
-
Uses of LasRecord in org.hortonmachine.gears.io.las
Methods in org.hortonmachine.gears.io.las that return types with arguments of type LasRecord Modifier and Type Method Description abstract List<LasRecord>ALasDataManager. getPointsInGeometry(org.locationtech.jts.geom.Geometry checkGeom, boolean doOnlyEnvelope)Get points inside a given geometry boundary.static List<LasRecord>ALasDataManager. getPointsInHeightRange(List<LasRecord> pointsList, double min, double max)Extracts the points contained inside a height from ground range from the supplied list of points.static List<LasRecord>ALasDataManager. getPointsInVerticalRange(List<LasRecord> pointsList, double min, double max, boolean isGroundElev)Extracts the points contained inside a vertical range from the supplied list of points.Methods in org.hortonmachine.gears.io.las with parameters of type LasRecord Modifier and Type Method Description protected booleanALasDataManager. doAccept(LasRecord lasDot)Check the point for constraints.Method parameters in org.hortonmachine.gears.io.las with type arguments of type LasRecord Modifier and Type Method Description static List<LasRecord>ALasDataManager. getPointsInHeightRange(List<LasRecord> pointsList, double min, double max)Extracts the points contained inside a height from ground range from the supplied list of points.static List<LasRecord>ALasDataManager. getPointsInVerticalRange(List<LasRecord> pointsList, double min, double max, boolean isGroundElev)Extracts the points contained inside a vertical range from the supplied list of points. -
Uses of LasRecord in org.hortonmachine.gears.io.las.core
Methods in org.hortonmachine.gears.io.las.core that return LasRecord Modifier and Type Method Description abstract LasRecordALasReader. getNextPoint()Read the next record into aLasRecordobject.abstract LasRecordALasReader. getPointAt(long pointPosition)Reads a dot at a given point position.abstract LasRecordALasReader. getPointAtAddress(long address)Reads a dot at a given address.Methods in org.hortonmachine.gears.io.las.core with parameters of type LasRecord Modifier and Type Method Description abstract voidALasWriter. addPoint(LasRecord record)Writes a point to file. -
Uses of LasRecord in org.hortonmachine.gears.io.las.core.laszip4j
Methods in org.hortonmachine.gears.io.las.core.laszip4j that return LasRecord Modifier and Type Method Description LasRecordLaszipReader. getNextPoint()LasRecordLaszipReader. getPointAt(long pointNumber)LasRecordLaszipReader. getPointAtAddress(long address) -
Uses of LasRecord in org.hortonmachine.gears.io.las.core.v_1_0
Methods in org.hortonmachine.gears.io.las.core.v_1_0 that return LasRecord Modifier and Type Method Description LasRecordLasReaderBuffered. getNextPoint()LasRecordLasReaderBuffered. getPointAt(long pointNumber)LasRecordLasReaderBuffered. getPointAtAddress(long address)Methods in org.hortonmachine.gears.io.las.core.v_1_0 with parameters of type LasRecord Modifier and Type Method Description voidLasWriterBuffered. addPoint(LasRecord record) -
Uses of LasRecord in org.hortonmachine.gears.io.las.index
Fields in org.hortonmachine.gears.io.las.index with type parameters of type LasRecord Modifier and Type Field Description List<LasRecord>OmsLasIndexReader. lasPoints -
Uses of LasRecord in org.hortonmachine.gears.io.las.utils
Methods in org.hortonmachine.gears.io.las.utils that return LasRecord Modifier and Type Method Description static LasRecordLasUtils. clone(LasRecord lasRecord)Clone aLasRecord.Methods in org.hortonmachine.gears.io.las.utils that return types with arguments of type LasRecord Modifier and Type Method Description List<LasRecord>LasConstraints. getFilteredPoints()static List<LasRecord>LasUtils. getLasRecordsFromFeatureCollection(org.geotools.data.simple.SimpleFeatureCollection lasCollection, boolean elevIsGround)Create aLasRecordfrom a collection.Methods in org.hortonmachine.gears.io.las.utils with parameters of type LasRecord Modifier and Type Method Description static LasRecordLasUtils. clone(LasRecord lasRecord)Clone aLasRecord.intLasRecordAxisvaluesComparator. compare(LasRecord o1, LasRecord o2)intLasRecordDistanceComparator. compare(LasRecord o1, LasRecord o2)intLasRecordElevationComparator. compare(LasRecord o1, LasRecord o2)intLasRecordGroundElevationComparator. compare(LasRecord o1, LasRecord o2)static doubleLasUtils. distance(LasRecord r1, LasRecord r2)Projected distance between two points.static doubleLasUtils. distance3D(LasRecord r1, LasRecord r2)Distance between two points.static double[]LasUtils. getLastVisiblePointData(LasRecord baseRecord, List<LasRecord> lasRecords, boolean useGround)Return last visible point data for a las records points list from a given position.static booleanLasUtils. lasRecordEqual(LasRecord dot1, LasRecord dot2)Compare twoLasRecords.static StringLasUtils. lasRecordToString(LasRecord dot)String representation for aLasRecord.static org.opengis.feature.simple.SimpleFeatureLasUtils. tofeature(LasRecord r, Integer featureId, org.opengis.referencing.crs.CoordinateReferenceSystem crs)Convert a record to a feature.static org.locationtech.jts.geom.PointLasUtils. toGeometry(LasRecord r)Method parameters in org.hortonmachine.gears.io.las.utils with type arguments of type LasRecord Modifier and Type Method Description static doubleLasUtils. avg(List<LasRecord> points, LasUtils.VALUETYPE valueType)Calculate the avg of a value in a list ofLasRecords.static double[]LasUtils. getLastVisiblePointData(LasRecord baseRecord, List<LasRecord> lasRecords, boolean useGround)Return last visible point data for a las records points list from a given position.static double[][]LasUtils. histogram(List<LasRecord> points, LasUtils.VALUETYPE valueType, int bins)Calculate the histogram of a list ofLasRecords.static voidLasUtils. smoothIDW(List<LasRecord> lasPoints, boolean useGround, double idwBuffer, IHMProgressMonitor pm)Smooths a set of las points through the IDW method.static List<org.locationtech.jts.geom.Geometry>LasUtils. triangulate(List<LasRecord> lasPoints, Double elevThres, boolean useGround, IHMProgressMonitor pm)Triangulates a set of las points.Constructors in org.hortonmachine.gears.io.las.utils with parameters of type LasRecord Constructor Description LasRecordDistanceComparator(LasRecord center)LasRecordDistanceComparator(LasRecord center, boolean doReverse)
-