com.esri.arcgis.geodatabaseextensions
Interface ILasPointInfo2

All Superinterfaces:
ILasPointInfo, java.io.Serializable
All Known Implementing Classes:
ILasPointInfo2Proxy, LasPointInfo

public interface ILasPointInfo2
extends ILasPointInfo, java.io.Serializable

COM Interface 'ILasPointInfo2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to LAS point information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe0ddaee9_e87b_44cf_9170_0252214cafa5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasPointInfo
IIDc4b222f6_c575_4f6b_b7ee_28e34fea446c
 
Method Summary
 int getNearInfraredColor()
          Near infrared color.
 double getScanAngleDegree()
          The scan angle in degree.
 byte getScannerChannel()
          The scanner channel.
 boolean isOverlapPoint()
          Indicates if the point is an overlap point.
 void setIsOverlapPoint(boolean pbIsOverlap)
          Indicates if the point is an overlap point.
 void setNearInfraredColor(int pColor)
          Near infrared color.
 void setScanAngleDegree(double pAngle)
          The scan angle in degree.
 void setScannerChannel(byte pChannel)
          The scanner channel.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasPointInfo
getAttributeValue, getClassCode, getColor, getEdgeOfFlightLine, getFileIndex, getGpsTime, getIntensity, getLocation, getNumberOfReturns, getPointID, getPointSourceID, getReturnNumber, getScanAngleRank, getScanDirectionFlag, getSpatialReference, getUserData, getWksLocation, isKeyPoint, isSyntheticPoint, isWithheld, queryLocation, setClassCode, setColor, setEdgeOfFlightLine, setFileIndex, setGpsTime, setIntensity, setIsKeyPoint, setIsSyntheticPoint, setIsWithheld, setLocation, setNumberOfReturns, setPointID, setPointSourceID, setReturnNumber, setScanAngleRank, setScanDirectionFlag, setSpatialReferenceByRef, setUserData, setWksLocation
 

Field Detail

IIDe0ddaee9_e87b_44cf_9170_0252214cafa5

static final int IIDe0ddaee9_e87b_44cf_9170_0252214cafa5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setScanAngleDegree

void setScanAngleDegree(double pAngle)
                        throws java.io.IOException,
                               AutomationException
The scan angle in degree.

Parameters:
pAngle - The pAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScanAngleDegree

double getScanAngleDegree()
                          throws java.io.IOException,
                                 AutomationException
The scan angle in degree.

Returns:
The pAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScannerChannel

void setScannerChannel(byte pChannel)
                       throws java.io.IOException,
                              AutomationException
The scanner channel.

Parameters:
pChannel - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScannerChannel

byte getScannerChannel()
                       throws java.io.IOException,
                              AutomationException
The scanner channel.

Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsOverlapPoint

void setIsOverlapPoint(boolean pbIsOverlap)
                       throws java.io.IOException,
                              AutomationException
Indicates if the point is an overlap point.

Parameters:
pbIsOverlap - The pbIsOverlap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOverlapPoint

boolean isOverlapPoint()
                       throws java.io.IOException,
                              AutomationException
Indicates if the point is an overlap point.

Returns:
The pbIsOverlap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNearInfraredColor

void setNearInfraredColor(int pColor)
                          throws java.io.IOException,
                                 AutomationException
Near infrared color.

Parameters:
pColor - The pColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNearInfraredColor

int getNearInfraredColor()
                         throws java.io.IOException,
                                AutomationException
Near infrared color.

Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.