Provides access to members of KeyPointsClassifier.
Members
| Name | Description | |
|---|---|---|
![]() |
AreaOfInterest | The area of interest. |
![]() |
CalculateStats | |
![]() |
Classify | Perform classification. |
![]() |
KeepPyramidInSync | |
![]() |
SetClassificationType | Specify Z-tolerance or Window-size based classification method. |
![]() |
SetEmpty | Empty the object and release resources. |
![]() |
SetTempFilePath | The path for temp files. |
![]() |
SetWindowSize | Set window size in meters. |
![]() |
SetWindowSizeForZTolerance | Set z tolerance in meters. |
![]() |
SetWindowSizeSelectionMethod | |
![]() |
SetZTolerance | Set z tolerance in meters. |
![]() |
TrackCancel | The cancel-tracking object. |
IKeyPointsClassification.AreaOfInterest Property
The area of interest.
Public WriteOnly Property AreaOfInterest
public void AreaOfInterest {set;}
IKeyPointsClassification.CalculateStats Property
.
Public WriteOnly Property CalculateStats
public void CalculateStats {set;}
IKeyPointsClassification.Classify Method
Perform classification.
Public Sub Classify ( _
)
public void Classify (
);
IKeyPointsClassification.KeepPyramidInSync Property
.
Public WriteOnly Property KeepPyramidInSync
public void KeepPyramidInSync {set;}
IKeyPointsClassification.SetClassificationType Method
Specify Z-tolerance or Window-size based classification method.
Public Sub SetClassificationType ( _
ByVal Type As esriTerrainPyramidType _
)
public void SetClassificationType (
esriTerrainPyramidType Type
);
IKeyPointsClassification.SetEmpty Method
Empty the object and release resources.
Public Sub SetEmpty ( _
)
public void SetEmpty (
);
IKeyPointsClassification.SetTempFilePath Method
The path for temp files.
Public Sub SetTempFilePath ( _
ByVal path As String _
)
public void SetTempFilePath (
string path
);
IKeyPointsClassification.SetWindowSize Method
Set window size in meters.
Public Sub SetWindowSize ( _
ByVal windowSizeInMeters As Double _
)
public void SetWindowSize (
double windowSizeInMeters
);
IKeyPointsClassification.SetWindowSizeForZTolerance Method
Set z tolerance in meters.
Public Sub SetWindowSizeForZTolerance ( _
ByVal windowSizeInMeters As Double _
)
public void SetWindowSizeForZTolerance (
double windowSizeInMeters
);
IKeyPointsClassification.SetWindowSizeSelectionMethod Method
IKeyPointsClassification.SetZTolerance Method
Set z tolerance in meters.
Public Sub SetZTolerance ( _
ByVal zToleranceInMeters As Double _
)
public void SetZTolerance (
double zToleranceInMeters
);
IKeyPointsClassification.TrackCancel Property
The cancel-tracking object.
Public WriteOnly Property TrackCancel
public void TrackCancel {set;}
Classes that implement IKeyPointsClassification
| Classes | Description |
|---|---|
| KeyPointsClassifier | Esri KeyPointsClassifier. |


