public interface IKeyPointsClassification
extends java.io.Serializable
Description: 'Provides access to members of KeyPointsClassifier.' 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 |
IID992a53aa_0683_493d_9002_0de1632062bd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
classify()
Perform classification.
|
void |
setAreaOfInterestByRef(IGeometry rhs1)
The area of interest.
|
void |
setCalculateStats(boolean rhs1)
setCalculateStats
|
void |
setClassificationType(int type)
Specify Z-tolerance or Window-size based classification method.
|
void |
setEmpty()
Empty the object and release resources.
|
void |
setKeepPyramidInSync(boolean rhs1)
setKeepPyramidInSync
|
void |
setTempFilePath(java.lang.String path)
The path for temp files.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
The cancel-tracking object.
|
void |
setWindowSize(double windowSizeInMeters)
Set window size in meters.
|
void |
setWindowSizeForZTolerance(double windowSizeInMeters)
Set z tolerance in meters.
|
void |
setWindowSizeSelectionMethod(int method)
setWindowSizeSelectionMethod
|
void |
setZTolerance(double zToleranceInMeters)
Set z tolerance in meters.
|
static final int IID992a53aa_0683_493d_9002_0de1632062bd
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 setClassificationType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZTolerance(double zToleranceInMeters) throws java.io.IOException, AutomationException
zToleranceInMeters
- The zToleranceInMeters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWindowSizeForZTolerance(double windowSizeInMeters) throws java.io.IOException, AutomationException
windowSizeInMeters
- The windowSizeInMeters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWindowSize(double windowSizeInMeters) throws java.io.IOException, AutomationException
windowSizeInMeters
- The windowSizeInMeters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWindowSizeSelectionMethod(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 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 setCalculateStats(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 setKeepPyramidInSync(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 classify() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.