Provides access to LAS point information.
Members
| Name | Description | |
|---|---|---|
![]() |
AttributeValue | The LAS attribute. |
![]() |
ClassCode | The class code. |
![]() |
EdgeOfFlightLine | The edge of flight line. |
![]() |
FileIndex | The 0-based associated file index. |
![]() |
GetColor | The red color component. |
![]() |
GpsTime | The GPS time. |
![]() |
Intensity | The intensity. |
![]() |
IsKeyPoint | Indicates if the point is a key point. |
![]() |
IsOverlapPoint | Indicates if the point is an overlap point. |
![]() |
IsSyntheticPoint | Indicates if the point is a synthetic point. |
![]() |
IsWithheld | Indicates if the point is marked withheld. |
![]() |
Location | The point's location. |
![]() |
NearInfraredColor | Near infrared color. |
![]() |
NumberOfReturns | The number of returns. |
![]() |
PointID | The 1-based point's record number. |
![]() |
PointSourceID | The point source ID. |
![]() |
QueryLocation | The point's location. |
![]() |
ReturnNumber | The return number. |
![]() |
ScanAngleDegree | The scan angle in degree. |
![]() |
ScanAngleRank | The scan angle rank. |
![]() |
ScanDirectionFlag | The scan direction flag. |
![]() |
ScannerChannel | The scanner channel. |
![]() |
SetColor | The red color component. |
![]() |
SpatialReference | The spatial reference of the point's location. |
![]() |
UserData | The user data. |
![]() |
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. |



