Description: 'Provides access to members of BuildingExtractor.' 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 ILasHeightClassificationProxy extends com.esri.arcgis.interop.Dispatch implements ILasHeightClassification, 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, IID27642577_c053_4816_b25e_c04c68a61996| Modifier | Constructor and Description |
|---|---|
|
ILasHeightClassificationProxy()
Deprecated.
For internal use only
|
|
ILasHeightClassificationProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasHeightClassificationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasHeightClassificationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasHeightClassificationProxy(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.
|
void |
classify()
Deprecated.
Perform classification.
|
boolean |
isCalculateStats()
Deprecated.
isCalculateStats
|
boolean |
isKeepPyramidInSync()
Deprecated.
isKeepPyramidInSync
|
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 |
setAreaOfInterestByRef(IGeometry rhs1)
Deprecated.
The area of interest.
|
void |
setCalculateStats(boolean pbCalculateStats)
Deprecated.
setCalculateStats
|
void |
setEmpty()
Deprecated.
Empty the object and release resources.
|
void |
setGroundPointSelectionMethod(int method)
Deprecated.
setGroundPointSelectionMethod
|
void |
setGroundPointsThinningFactor(double factor)
Deprecated.
Set thinning factor.
|
void |
setGroundWindowSizeInMeters(double size)
Deprecated.
Set thinning window size.
|
void |
setHeightBreaksAndClassCodes(IDoubleArray pBreaks,
ILongArray pCodes)
Deprecated.
setHeightBreaksAndClassCodes
|
void |
setHighNoiseClassificationOption(boolean bClassifyHighNoise,
double minHeightAboveGroundInMeter)
Deprecated.
setHighNoiseClassificationOption
|
void |
setKeepPyramidInSync(boolean pbKeepInSync)
Deprecated.
setKeepPyramidInSync
|
void |
setLowNoiseClassificationOption(boolean bClassifyLowNoise,
double minDepthBelowGroundInMeter)
Deprecated.
setLowNoiseClassificationOption
|
void |
setOtherGroundSurfaceByRef(ISurface rhs1)
Deprecated.
The surface object (e.g.
|
void |
setSubFiles(ILongArray pLasFiles)
Deprecated.
Specify a subset of files to be processed.
|
void |
setTempFilePath(java.lang.String path)
Deprecated.
The path for temp files.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
Deprecated.
The cancel-tracking object.
|
void |
setUseOnlyModelKeyPoints(boolean rhs1)
Deprecated.
Indicates if only model-key points should be used to build ground surface.
|
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 ILasHeightClassificationProxy(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 ILasHeightClassificationProxy()
public ILasHeightClassificationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILasHeightClassificationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ILasHeightClassificationProxy(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 setEmpty()
throws java.io.IOException,
AutomationException
setEmpty in interface ILasHeightClassificationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTrackCancelByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
setTrackCancelByRef in interface ILasHeightClassificationrhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTempFilePath(java.lang.String path)
throws java.io.IOException,
AutomationException
setTempFilePath in interface ILasHeightClassificationpath - The path (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOtherGroundSurfaceByRef(ISurface rhs1) throws java.io.IOException, AutomationException
setOtherGroundSurfaceByRef in interface ILasHeightClassificationrhs1 - A reference to a com.esri.arcgis.geodatabase.ISurface (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUseOnlyModelKeyPoints(boolean rhs1)
throws java.io.IOException,
AutomationException
setUseOnlyModelKeyPoints in interface ILasHeightClassificationrhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGroundPointsThinningFactor(double factor)
throws java.io.IOException,
AutomationException
setGroundPointsThinningFactor in interface ILasHeightClassificationfactor - The factor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGroundWindowSizeInMeters(double size)
throws java.io.IOException,
AutomationException
setGroundWindowSizeInMeters in interface ILasHeightClassificationsize - The size (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGroundPointSelectionMethod(int method)
throws java.io.IOException,
AutomationException
setGroundPointSelectionMethod in interface ILasHeightClassificationmethod - A com.esri.arcgis.geodatabaseextensions.esriTinPointSelectionMethod constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHeightBreaksAndClassCodes(IDoubleArray pBreaks, ILongArray pCodes) throws java.io.IOException, AutomationException
setHeightBreaksAndClassCodes in interface ILasHeightClassificationpBreaks - A reference to a com.esri.arcgis.system.IDoubleArray (in)pCodes - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLowNoiseClassificationOption(boolean bClassifyLowNoise,
double minDepthBelowGroundInMeter)
throws java.io.IOException,
AutomationException
setLowNoiseClassificationOption in interface ILasHeightClassificationbClassifyLowNoise - The bClassifyLowNoise (in)minDepthBelowGroundInMeter - The minDepthBelowGroundInMeter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHighNoiseClassificationOption(boolean bClassifyHighNoise,
double minHeightAboveGroundInMeter)
throws java.io.IOException,
AutomationException
setHighNoiseClassificationOption in interface ILasHeightClassificationbClassifyHighNoise - The bClassifyHighNoise (in)minHeightAboveGroundInMeter - The minHeightAboveGroundInMeter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAreaOfInterestByRef(IGeometry rhs1) throws java.io.IOException, AutomationException
setAreaOfInterestByRef in interface ILasHeightClassificationrhs1 - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSubFiles(ILongArray pLasFiles) throws java.io.IOException, AutomationException
setSubFiles in interface ILasHeightClassificationpLasFiles - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCalculateStats(boolean pbCalculateStats)
throws java.io.IOException,
AutomationException
setCalculateStats in interface ILasHeightClassificationpbCalculateStats - The pbCalculateStats (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCalculateStats()
throws java.io.IOException,
AutomationException
isCalculateStats in interface ILasHeightClassificationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setKeepPyramidInSync(boolean pbKeepInSync)
throws java.io.IOException,
AutomationException
setKeepPyramidInSync in interface ILasHeightClassificationpbKeepInSync - The pbKeepInSync (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isKeepPyramidInSync()
throws java.io.IOException,
AutomationException
isKeepPyramidInSync in interface ILasHeightClassificationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void classify()
throws java.io.IOException,
AutomationException
classify in interface ILasHeightClassificationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.