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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public ILasHeightClassificationProxy()
public ILasHeightClassificationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILasHeightClassificationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
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 setEmpty() throws java.io.IOException, AutomationException
setEmpty
in interface ILasHeightClassification
java.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 ILasHeightClassification
rhs1
- 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 ILasHeightClassification
path
- 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 ILasHeightClassification
rhs1
- 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 ILasHeightClassification
rhs1
- 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 ILasHeightClassification
factor
- 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 ILasHeightClassification
size
- 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 ILasHeightClassification
method
- 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 ILasHeightClassification
pBreaks
- 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 ILasHeightClassification
bClassifyLowNoise
- 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 ILasHeightClassification
bClassifyHighNoise
- 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 ILasHeightClassification
rhs1
- 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 ILasHeightClassification
pLasFiles
- 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 ILasHeightClassification
pbCalculateStats
- 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 ILasHeightClassification
java.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 ILasHeightClassification
pbKeepInSync
- 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 ILasHeightClassification
java.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 ILasHeightClassification
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.