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 =
public class ILasPointInfo2Proxy extends ILasPointInfoProxy implements ILasPointInfo2, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDe0ddaee9_e87b_44cf_9170_0252214cafa5
IIDc4b222f6_c575_4f6b_b7ee_28e34fea446c
Modifier | Constructor and Description |
---|---|
|
ILasPointInfo2Proxy()
Deprecated.
For internal use only
|
|
ILasPointInfo2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasPointInfo2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasPointInfo2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasPointInfo2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
getNearInfraredColor()
Deprecated.
Near infrared color.
|
double |
getScanAngleDegree()
Deprecated.
The scan angle in degree.
|
byte |
getScannerChannel()
Deprecated.
The scanner channel.
|
boolean |
isOverlapPoint()
Deprecated.
Indicates if the point is an overlap point.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setIsOverlapPoint(boolean pbIsOverlap)
Deprecated.
Indicates if the point is an overlap point.
|
void |
setNearInfraredColor(int pColor)
Deprecated.
Near infrared color.
|
void |
setScanAngleDegree(double pAngle)
Deprecated.
The scan angle in degree.
|
void |
setScannerChannel(byte pChannel)
Deprecated.
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
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public static final java.lang.Class targetClass
public boolean noncastable
public ILasPointInfo2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ILasPointInfo2Proxy()
public ILasPointInfo2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILasPointInfo2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILasPointInfo2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class ILasPointInfoProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class ILasPointInfoProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setScanAngleDegree(double pAngle) throws java.io.IOException, AutomationException
setScanAngleDegree
in interface ILasPointInfo2
pAngle
- The pAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getScanAngleDegree() throws java.io.IOException, AutomationException
getScanAngleDegree
in interface ILasPointInfo2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setScannerChannel(byte pChannel) throws java.io.IOException, AutomationException
setScannerChannel
in interface ILasPointInfo2
pChannel
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public byte getScannerChannel() throws java.io.IOException, AutomationException
getScannerChannel
in interface ILasPointInfo2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsOverlapPoint(boolean pbIsOverlap) throws java.io.IOException, AutomationException
setIsOverlapPoint
in interface ILasPointInfo2
pbIsOverlap
- The pbIsOverlap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isOverlapPoint() throws java.io.IOException, AutomationException
isOverlapPoint
in interface ILasPointInfo2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNearInfraredColor(int pColor) throws java.io.IOException, AutomationException
setNearInfraredColor
in interface ILasPointInfo2
pColor
- The pColor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getNearInfraredColor() throws java.io.IOException, AutomationException
getNearInfraredColor
in interface ILasPointInfo2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.