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 ILasBuildingClassificationProxy extends com.esri.arcgis.interop.Dispatch implements ILasBuildingClassification, 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, IID55dd787c_8645_40da_adc9_bef738c21fcb| Modifier | Constructor and Description |
|---|---|
|
ILasBuildingClassificationProxy()
Deprecated.
For internal use only
|
|
ILasBuildingClassificationProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasBuildingClassificationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasBuildingClassificationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasBuildingClassificationProxy(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(boolean bReuseExistingBuilding,
boolean bCalculateStats)
Deprecated.
Perform building classification.
|
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 |
setBelowRoofOptionAndClassCode(boolean bClassify,
int code)
Deprecated.
Specify if points below a roof should be assigned the specified code.
|
void |
setClassificationOption(int option)
Deprecated.
Set classification option.
|
void |
setEmpty()
Deprecated.
Empty the object and release resources.
|
void |
setIsPhotogrammetricData(boolean rhs1)
Deprecated.
Indicates if the point data are derived from Photogrammetric method.
|
void |
setMaxHeightAboveRoofAndClassCode(double heightInMeters,
int code)
Deprecated.
Set maximum above-roof height in meters and corresponding class-code (if larger than zero, points on top of a roof within this limit will be assigned the specified code).
|
void |
setMinBuildingHeight(double heightInMeters)
Deprecated.
Set minimum building height in meters.
|
void |
setMinRoofArea(double areaInSquareMeters)
Deprecated.
Set minimum roof area in square meters.
|
void |
setSubFiles(ILongArray pLasFiles)
Deprecated.
Specify a subset of files to be processed.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
Deprecated.
The cancel-tracking object.
|
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 ILasBuildingClassificationProxy(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 ILasBuildingClassificationProxy()
public ILasBuildingClassificationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILasBuildingClassificationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ILasBuildingClassificationProxy(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 ILasBuildingClassificationjava.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 ILasBuildingClassificationrhs1 - 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 setClassificationOption(int option)
throws java.io.IOException,
AutomationException
setClassificationOption in interface ILasBuildingClassificationoption - A com.esri.arcgis.geodatabaseextensions.esriLasClassificationOption constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsPhotogrammetricData(boolean rhs1)
throws java.io.IOException,
AutomationException
setIsPhotogrammetricData in interface ILasBuildingClassificationrhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinRoofArea(double areaInSquareMeters)
throws java.io.IOException,
AutomationException
setMinRoofArea in interface ILasBuildingClassificationareaInSquareMeters - The areaInSquareMeters (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinBuildingHeight(double heightInMeters)
throws java.io.IOException,
AutomationException
setMinBuildingHeight in interface ILasBuildingClassificationheightInMeters - The heightInMeters (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxHeightAboveRoofAndClassCode(double heightInMeters,
int code)
throws java.io.IOException,
AutomationException
setMaxHeightAboveRoofAndClassCode in interface ILasBuildingClassificationheightInMeters - The heightInMeters (in)code - The code (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBelowRoofOptionAndClassCode(boolean bClassify,
int code)
throws java.io.IOException,
AutomationException
setBelowRoofOptionAndClassCode in interface ILasBuildingClassificationbClassify - The bClassify (in)code - The code (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 ILasBuildingClassificationrhs1 - 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 ILasBuildingClassificationpLasFiles - 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 classify(boolean bReuseExistingBuilding,
boolean bCalculateStats)
throws java.io.IOException,
AutomationException
classify in interface ILasBuildingClassificationbReuseExistingBuilding - The bReuseExistingBuilding (in)bCalculateStats - The bCalculateStats (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.