public interface ILasPointInfo2 extends ILasPointInfo, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe0ddaee9_e87b_44cf_9170_0252214cafa5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc4b222f6_c575_4f6b_b7ee_28e34fea446c
Modifier and Type | Method and Description |
---|---|
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.
|
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
static final int IIDe0ddaee9_e87b_44cf_9170_0252214cafa5
static final int xxDummy
static final java.lang.String IID
void setScanAngleDegree(double pAngle) throws java.io.IOException, AutomationException
pAngle
- The pAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getScanAngleDegree() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setScannerChannel(byte pChannel) throws java.io.IOException, AutomationException
pChannel
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte getScannerChannel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsOverlapPoint(boolean pbIsOverlap) throws java.io.IOException, AutomationException
pbIsOverlap
- The pbIsOverlap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isOverlapPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNearInfraredColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNearInfraredColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.