public class LasHeightClassifier extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ILasHeightClassification
Description 'Esri LasHeightClassifier.' 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, IID27642577_c053_4816_b25e_c04c68a61996, xxDummy| Constructor and Description |
|---|
LasHeightClassifier(java.lang.Object obj)
Construct a LasHeightClassifier using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
classify()
Perform 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
|
boolean |
isCalculateStats()
isCalculateStats
|
boolean |
isKeepPyramidInSync()
isKeepPyramidInSync
|
void |
release()
Release this COM object reference
|
void |
setAreaOfInterestByRef(IGeometry rhs1)
The area of interest.
|
void |
setCalculateStats(boolean pbCalculateStats)
setCalculateStats
|
void |
setEmpty()
Empty the object and release resources.
|
void |
setGroundPointSelectionMethod(int method)
setGroundPointSelectionMethod
|
void |
setGroundPointsThinningFactor(double factor)
Set thinning factor.
|
void |
setGroundWindowSizeInMeters(double size)
Set thinning window size.
|
void |
setHeightBreaksAndClassCodes(IDoubleArray pBreaks,
ILongArray pCodes)
setHeightBreaksAndClassCodes
|
void |
setHighNoiseClassificationOption(boolean bClassifyHighNoise,
double minHeightAboveGroundInMeter)
setHighNoiseClassificationOption
|
void |
setKeepPyramidInSync(boolean pbKeepInSync)
setKeepPyramidInSync
|
void |
setLowNoiseClassificationOption(boolean bClassifyLowNoise,
double minDepthBelowGroundInMeter)
setLowNoiseClassificationOption
|
void |
setOtherGroundSurfaceByRef(ISurface rhs1)
The surface object (e.g.
|
void |
setSubFiles(ILongArray pLasFiles)
Specify a subset of files to be processed.
|
void |
setTempFilePath(java.lang.String path)
The path for temp files.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
The cancel-tracking object.
|
void |
setUseOnlyModelKeyPoints(boolean rhs1)
Indicates if only model-key points should be used to build ground surface.
|
public LasHeightClassifier(java.lang.Object obj)
throws java.io.IOException
obj to LasHeightClassifier. *
LasHeightClassifier o = (LasHeightClassifier)obj; // will not work
LasHeightClassifier o = new LasHeightClassifier(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
LasHeightClassifier theLasHeightClassifier = (LasHeightClassifier) obj;public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic 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.