Skip to content

ILasPointInfo 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 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 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 ScanAngleRank The scan angle rank.
Read/write property ScanDirectionFlag The scan direction flag.
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.

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.

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