public interface ILasHeightClassification
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID27642577_c053_4816_b25e_c04c68a61996 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
classify()
Perform classification.
|
boolean |
isCalculateStats()
isCalculateStats
|
boolean |
isKeepPyramidInSync()
isKeepPyramidInSync
|
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.
|
static final int IID27642577_c053_4816_b25e_c04c68a61996
static final int xxDummy
static final java.lang.String IID
void setEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrackCancelByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
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.void setTempFilePath(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOtherGroundSurfaceByRef(ISurface rhs1) throws java.io.IOException, AutomationException
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.void setUseOnlyModelKeyPoints(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroundPointsThinningFactor(double factor) throws java.io.IOException, AutomationException
factor
- The factor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroundWindowSizeInMeters(double size) throws java.io.IOException, AutomationException
size
- The size (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroundPointSelectionMethod(int method) throws java.io.IOException, AutomationException
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.void setHeightBreaksAndClassCodes(IDoubleArray pBreaks, ILongArray pCodes) throws java.io.IOException, AutomationException
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.void setLowNoiseClassificationOption(boolean bClassifyLowNoise, double minDepthBelowGroundInMeter) throws java.io.IOException, AutomationException
bClassifyLowNoise
- The bClassifyLowNoise (in)minDepthBelowGroundInMeter
- The minDepthBelowGroundInMeter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHighNoiseClassificationOption(boolean bClassifyHighNoise, double minHeightAboveGroundInMeter) throws java.io.IOException, AutomationException
bClassifyHighNoise
- The bClassifyHighNoise (in)minHeightAboveGroundInMeter
- The minHeightAboveGroundInMeter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAreaOfInterestByRef(IGeometry rhs1) throws java.io.IOException, AutomationException
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.void setSubFiles(ILongArray pLasFiles) throws java.io.IOException, AutomationException
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.void setCalculateStats(boolean pbCalculateStats) throws java.io.IOException, AutomationException
pbCalculateStats
- The pbCalculateStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCalculateStats() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setKeepPyramidInSync(boolean pbKeepInSync) throws java.io.IOException, AutomationException
pbKeepInSync
- The pbKeepInSync (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isKeepPyramidInSync() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void classify() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.