Skip to content

ILasPointInfo2 Interface

Provides access to LAS point information.

Members

Name Description
Read-only property AttributeValue The LAS attribute.
Read/write property ClassCode The class code.
Read/write property EdgeOfFlightLine The edge of flight line.
Read/write property FileIndex The 0-based associated file index.
Method GetColor The red color component.
Read/write property GpsTime The GPS time.
Read/write property Intensity The intensity.
Read/write property IsKeyPoint Indicates if the point is a key point.
Read/write property IsOverlapPoint Indicates if the point is an overlap point.
Read/write property IsSyntheticPoint Indicates if the point is a synthetic point.
Read/write property IsWithheld Indicates if the point is marked withheld.
Read/write property Location The point's location.
Read/write property NearInfraredColor Near infrared color.
Read/write property NumberOfReturns The number of returns.
Read/write property PointID The 1-based point's record number.
Read/write property PointSourceID The point source ID.
Method QueryLocation The point's location.
Read/write property ReturnNumber The return number.
Read/write property ScanAngleDegree The scan angle in degree.
Read/write property ScanAngleRank The scan angle rank.
Read/write property ScanDirectionFlag The scan direction flag.
Read/write property ScannerChannel The scanner channel.
Method SetColor The red color component.
Read/write property SpatialReference The spatial reference of the point's location.
Read/write property UserData The user data.
Read/write property WksLocation The point's location.

ILasPointInfo2.IsOverlapPoint Property

Indicates if the point is an overlap point.

Public Property IsOverlapPoint As Boolean
public bool IsOverlapPoint {get; set;}

ILasPointInfo2.NearInfraredColor Property

Near infrared color.

Public Property NearInfraredColor As Integer
public int NearInfraredColor {get; set;}

ILasPointInfo2.ScanAngleDegree Property

The scan angle in degree.

Public Property ScanAngleDegree As Double
public double ScanAngleDegree {get; set;}

ILasPointInfo2.ScannerChannel Property

The scanner channel.

Public Property ScannerChannel As Byte
public byte ScannerChannel {get; set;}

Inherited Interfaces

Interfaces Description
ILasPointInfo Provides access to LAS point information.

Classes that implement ILasPointInfo2

Classes Description
LasPointInfo Esri LAS point info object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.