Skip to content

IKeyPointsClassification Interface

Provides access to members of KeyPointsClassifier.

Members

Name Description
Write-only property AreaOfInterest The area of interest.
Write-only property CalculateStats
Method Classify Perform classification.
Write-only property KeepPyramidInSync
Method SetClassificationType Specify Z-tolerance or Window-size based classification method.
Method SetEmpty Empty the object and release resources.
Method SetTempFilePath The path for temp files.
Method SetWindowSize Set window size in meters.
Method SetWindowSizeForZTolerance Set z tolerance in meters.
Method SetWindowSizeSelectionMethod
Method SetZTolerance Set z tolerance in meters.
Write-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.