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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public ILasBuildingClassificationProxy()
public ILasBuildingClassificationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILasBuildingClassificationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.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 ILasBuildingClassification
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 ILasBuildingClassification
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 setClassificationOption(int option) throws java.io.IOException, AutomationException
setClassificationOption
in interface ILasBuildingClassification
option
- 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 ILasBuildingClassification
rhs1
- 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 ILasBuildingClassification
areaInSquareMeters
- 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 ILasBuildingClassification
heightInMeters
- 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 ILasBuildingClassification
heightInMeters
- 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 ILasBuildingClassification
bClassify
- 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 ILasBuildingClassification
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 ILasBuildingClassification
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 classify(boolean bReuseExistingBuilding, boolean bCalculateStats) throws java.io.IOException, AutomationException
classify
in interface ILasBuildingClassification
bReuseExistingBuilding
- The bReuseExistingBuilding (in)bCalculateStats
- The bCalculateStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.