public class LasBuildingExtractor extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ILasBuildingClassification
Description 'Esri LasBuildingExtractor.' 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 =
IID, IID55dd787c_8645_40da_adc9_bef738c21fcb, xxDummy
Constructor and Description |
---|
LasBuildingExtractor(java.lang.Object obj)
Construct a LasBuildingExtractor using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
void |
classify(boolean bReuseExistingBuilding,
boolean bCalculateStats)
Perform building classification.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setAreaOfInterestByRef(IGeometry rhs1)
The area of interest.
|
void |
setBelowRoofOptionAndClassCode(boolean bClassify,
int code)
Specify if points below a roof should be assigned the specified code.
|
void |
setClassificationOption(int option)
Set classification option.
|
void |
setEmpty()
Empty the object and release resources.
|
void |
setIsPhotogrammetricData(boolean rhs1)
Indicates if the point data are derived from Photogrammetric method.
|
void |
setMaxHeightAboveRoofAndClassCode(double heightInMeters,
int code)
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)
Set minimum building height in meters.
|
void |
setMinRoofArea(double areaInSquareMeters)
Set minimum roof area in square meters.
|
void |
setSubFiles(ILongArray pLasFiles)
Specify a subset of files to be processed.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
The cancel-tracking object.
|
public LasBuildingExtractor(java.lang.Object obj) throws java.io.IOException
obj
to LasBuildingExtractor
. *
LasBuildingExtractor o = (LasBuildingExtractor)obj; // will not work
LasBuildingExtractor o = new LasBuildingExtractor(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
LasBuildingExtractor theLasBuildingExtractor = (LasBuildingExtractor) obj;
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
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.