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. |
![]() |
IsSyntheticPoint | Indicates if the point is a synthetic point. |
![]() |
IsWithheld | Indicates if the point is marked withheld. |
![]() |
Location | The point's location. |
![]() |
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. |
![]() |
ScanAngleRank | The scan angle rank. |
![]() |
ScanDirectionFlag | The scan direction flag. |
![]() |
SetColor | The red color component. |
![]() |
SpatialReference | The spatial reference of the point's location. |
![]() |
UserData | The user data. |
![]() |
WksLocation | The point's location. |
ILasPointInfo.AttributeValue Property
The LAS attribute.
Public Function get_AttributeValue ( _
ByVal Attribute As esriLasAttributeType _
) As Object
public object get_AttributeValue (
esriLasAttributeType Attribute
);
ILasPointInfo.ClassCode Property
The class code.
Public Property ClassCode As Byte
public byte ClassCode {get; set;}
ILasPointInfo.EdgeOfFlightLine Property
The edge of flight line.
Public Property EdgeOfFlightLine As Byte
public byte EdgeOfFlightLine {get; set;}
ILasPointInfo.FileIndex Property
The 0-based associated file index.
Public Property FileIndex As Integer
public int FileIndex {get; set;}
ILasPointInfo.GetColor Method
The red color component.
Public Sub GetColor ( _
ByRef pRed As Integer, _
ByRef pGreen As Integer, _
ByRef pBlue As Integer _
)
public void GetColor (
ref int pRed,
ref int pGreen,
ref int pBlue
);
ILasPointInfo.GpsTime Property
The GPS time.
Public Property GpsTime As Double
public double GpsTime {get; set;}
ILasPointInfo.Intensity Property
The intensity.
Public Property Intensity As Integer
public int Intensity {get; set;}
ILasPointInfo.IsKeyPoint Property
Indicates if the point is a key point.
Public Property IsKeyPoint As Boolean
public bool IsKeyPoint {get; set;}
ILasPointInfo.IsSyntheticPoint Property
Indicates if the point is a synthetic point.
Public Property IsSyntheticPoint As Boolean
public bool IsSyntheticPoint {get; set;}
ILasPointInfo.IsWithheld Property
Indicates if the point is marked withheld.
Public Property IsWithheld As Boolean
public bool IsWithheld {get; set;}
ILasPointInfo.Location Property
The point's location.
Public Property Location As IPoint
public IPoint Location {get; set;}
ILasPointInfo.NumberOfReturns Property
The number of returns.
Public Property NumberOfReturns As Byte
public byte NumberOfReturns {get; set;}
ILasPointInfo.PointID Property
The 1-based point's record number.
Public Property PointID As Double
public double PointID {get; set;}
ILasPointInfo.PointSourceID Property
The point source ID.
Public Property PointSourceID As Integer
public int PointSourceID {get; set;}
ILasPointInfo.QueryLocation Method
The point's location.
Public Sub QueryLocation ( _
ByVal pPoint As IPoint _
)
public void QueryLocation (
IPoint pPoint
);
ILasPointInfo.ReturnNumber Property
The return number.
Public Property ReturnNumber As Byte
public byte ReturnNumber {get; set;}
ILasPointInfo.ScanAngleRank Property
The scan angle rank.
Public Property ScanAngleRank As Short
public short ScanAngleRank {get; set;}
ILasPointInfo.ScanDirectionFlag Property
The scan direction flag.
Public Property ScanDirectionFlag As Byte
public byte ScanDirectionFlag {get; set;}
ILasPointInfo.SetColor Method
The red color component.
Public Sub SetColor ( _
ByVal Red As Integer, _
ByVal Green As Integer, _
ByVal Blue As Integer _
)
public void SetColor (
int Red,
int Green,
int Blue
);
ILasPointInfo.SpatialReference Property
The spatial reference of the point's location.
Public Property SpatialReference As ISpatialReference
public ISpatialReference SpatialReference {get; set;}
ILasPointInfo.UserData Property
The user data.
Public Property UserData As Short
public short UserData {get; set;}
ILasPointInfo.WksLocation Property
The point's location.
Public Property WksLocation As WKSPointZ
public WKSPointZ WksLocation {get; set;}
Classes that implement ILasPointInfo
| Classes | Description |
|---|---|
| LasPointInfo | Esri LAS point info object. |



