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 ILasPointInfoProxy extends com.esri.arcgis.interop.Dispatch implements ILasPointInfo, 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, objRefIID, IIDc4b222f6_c575_4f6b_b7ee_28e34fea446c| Modifier | Constructor and Description |
|---|---|
|
ILasPointInfoProxy()
Deprecated.
For internal use only
|
|
ILasPointInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasPointInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasPointInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasPointInfoProxy(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.
|
java.lang.Object |
getAttributeValue(int attribute)
Deprecated.
The LAS attribute.
|
byte |
getClassCode()
Deprecated.
The class code.
|
void |
getColor(int[] pRed,
int[] pGreen,
int[] pBlue)
Deprecated.
The red color component.
|
byte |
getEdgeOfFlightLine()
Deprecated.
The edge of flight line.
|
int |
getFileIndex()
Deprecated.
The 0-based associated file index.
|
double |
getGpsTime()
Deprecated.
The GPS time.
|
int |
getIntensity()
Deprecated.
The intensity.
|
IPoint |
getLocation()
Deprecated.
The point's location.
|
byte |
getNumberOfReturns()
Deprecated.
The number of returns.
|
double |
getPointID()
Deprecated.
The 1-based point's record number.
|
int |
getPointSourceID()
Deprecated.
The point source ID.
|
byte |
getReturnNumber()
Deprecated.
The return number.
|
short |
getScanAngleRank()
Deprecated.
The scan angle rank.
|
byte |
getScanDirectionFlag()
Deprecated.
The scan direction flag.
|
ISpatialReference |
getSpatialReference()
Deprecated.
The spatial reference of the point's location.
|
short |
getUserData()
Deprecated.
The user data.
|
_WKSPointZ |
getWksLocation()
Deprecated.
The point's location.
|
boolean |
isKeyPoint()
Deprecated.
Indicates if the point is a key point.
|
boolean |
isSyntheticPoint()
Deprecated.
Indicates if the point is a synthetic point.
|
boolean |
isWithheld()
Deprecated.
Indicates if the point is marked withheld.
|
void |
queryLocation(IPoint pPoint)
Deprecated.
The point's location.
|
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 |
setClassCode(byte pCode)
Deprecated.
The class code.
|
void |
setColor(int red,
int green,
int blue)
Deprecated.
The red color component.
|
void |
setEdgeOfFlightLine(byte pEdge)
Deprecated.
The edge of flight line.
|
void |
setFileIndex(int pIndex)
Deprecated.
The 0-based associated file index.
|
void |
setGpsTime(double pTime)
Deprecated.
The GPS time.
|
void |
setIntensity(int pIntensity)
Deprecated.
The intensity.
|
void |
setIsKeyPoint(boolean pbIsKey)
Deprecated.
Indicates if the point is a key point.
|
void |
setIsSyntheticPoint(boolean pbIsSynthetic)
Deprecated.
Indicates if the point is a synthetic point.
|
void |
setIsWithheld(boolean pbIsWithheld)
Deprecated.
Indicates if the point is marked withheld.
|
void |
setLocation(IPoint ppPoint)
Deprecated.
The point's location.
|
void |
setNumberOfReturns(byte pCount)
Deprecated.
The number of returns.
|
void |
setPointID(double pID)
Deprecated.
The 1-based point's record number.
|
void |
setPointSourceID(int pID)
Deprecated.
The point source ID.
|
void |
setReturnNumber(byte pNumber)
Deprecated.
The return number.
|
void |
setScanAngleRank(short pAngle)
Deprecated.
The scan angle rank.
|
void |
setScanDirectionFlag(byte pFlag)
Deprecated.
The scan direction flag.
|
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
Deprecated.
The spatial reference of the point's location.
|
void |
setUserData(short pData)
Deprecated.
The user data.
|
void |
setWksLocation(_WKSPointZ pPoint)
Deprecated.
The point's location.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ILasPointInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ILasPointInfoProxy()
public ILasPointInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILasPointInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ILasPointInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setFileIndex(int pIndex)
throws java.io.IOException,
AutomationException
setFileIndex in interface ILasPointInfopIndex - The pIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFileIndex()
throws java.io.IOException,
AutomationException
getFileIndex in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPointID(double pID)
throws java.io.IOException,
AutomationException
setPointID in interface ILasPointInfopID - The pID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getPointID()
throws java.io.IOException,
AutomationException
getPointID in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setReturnNumber(byte pNumber)
throws java.io.IOException,
AutomationException
setReturnNumber in interface ILasPointInfopNumber - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public byte getReturnNumber()
throws java.io.IOException,
AutomationException
getReturnNumber in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNumberOfReturns(byte pCount)
throws java.io.IOException,
AutomationException
setNumberOfReturns in interface ILasPointInfopCount - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public byte getNumberOfReturns()
throws java.io.IOException,
AutomationException
getNumberOfReturns in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setScanDirectionFlag(byte pFlag)
throws java.io.IOException,
AutomationException
setScanDirectionFlag in interface ILasPointInfopFlag - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public byte getScanDirectionFlag()
throws java.io.IOException,
AutomationException
getScanDirectionFlag in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEdgeOfFlightLine(byte pEdge)
throws java.io.IOException,
AutomationException
setEdgeOfFlightLine in interface ILasPointInfopEdge - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public byte getEdgeOfFlightLine()
throws java.io.IOException,
AutomationException
getEdgeOfFlightLine in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClassCode(byte pCode)
throws java.io.IOException,
AutomationException
setClassCode in interface ILasPointInfopCode - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public byte getClassCode()
throws java.io.IOException,
AutomationException
getClassCode in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsWithheld(boolean pbIsWithheld)
throws java.io.IOException,
AutomationException
setIsWithheld in interface ILasPointInfopbIsWithheld - The pbIsWithheld (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isWithheld()
throws java.io.IOException,
AutomationException
isWithheld in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsKeyPoint(boolean pbIsKey)
throws java.io.IOException,
AutomationException
setIsKeyPoint in interface ILasPointInfopbIsKey - The pbIsKey (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isKeyPoint()
throws java.io.IOException,
AutomationException
isKeyPoint in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsSyntheticPoint(boolean pbIsSynthetic)
throws java.io.IOException,
AutomationException
setIsSyntheticPoint in interface ILasPointInfopbIsSynthetic - The pbIsSynthetic (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSyntheticPoint()
throws java.io.IOException,
AutomationException
isSyntheticPoint in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIntensity(int pIntensity)
throws java.io.IOException,
AutomationException
setIntensity in interface ILasPointInfopIntensity - The pIntensity (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getIntensity()
throws java.io.IOException,
AutomationException
getIntensity in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setScanAngleRank(short pAngle)
throws java.io.IOException,
AutomationException
setScanAngleRank in interface ILasPointInfopAngle - The pAngle (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getScanAngleRank()
throws java.io.IOException,
AutomationException
getScanAngleRank in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUserData(short pData)
throws java.io.IOException,
AutomationException
setUserData in interface ILasPointInfopData - The pData (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getUserData()
throws java.io.IOException,
AutomationException
getUserData in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPointSourceID(int pID)
throws java.io.IOException,
AutomationException
setPointSourceID in interface ILasPointInfopID - The pID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPointSourceID()
throws java.io.IOException,
AutomationException
getPointSourceID in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGpsTime(double pTime)
throws java.io.IOException,
AutomationException
setGpsTime in interface ILasPointInfopTime - The pTime (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getGpsTime()
throws java.io.IOException,
AutomationException
getGpsTime in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setColor(int red,
int green,
int blue)
throws java.io.IOException,
AutomationException
setColor in interface ILasPointInfored - The red (in)green - The green (in)blue - The blue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getColor(int[] pRed,
int[] pGreen,
int[] pBlue)
throws java.io.IOException,
AutomationException
getColor in interface ILasPointInfopRed - The pRed (out: use single element array)pGreen - The pGreen (out: use single element array)pBlue - The pBlue (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLocation(IPoint ppPoint) throws java.io.IOException, AutomationException
setLocation in interface ILasPointInfoppPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPoint getLocation() throws java.io.IOException, AutomationException
getLocation in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWksLocation(_WKSPointZ pPoint) throws java.io.IOException, AutomationException
setWksLocation in interface ILasPointInfopPoint - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public _WKSPointZ getWksLocation() throws java.io.IOException, AutomationException
getWksLocation in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryLocation(IPoint pPoint) throws java.io.IOException, AutomationException
queryLocation in interface ILasPointInfopPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference ppSpatialRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef in interface ILasPointInfoppSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference in interface ILasPointInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getAttributeValue(int attribute)
throws java.io.IOException,
AutomationException
getAttributeValue in interface ILasPointInfoattribute - A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.