This document is archived and information here might be outdated. Recommended version. |
Provides access to the properties of a list of image feature points.
Name | Description | |
---|---|---|
Add | Adds a image feature point. | |
CellSize | The cell size at which feature points are extracted. | |
Count | The image feature point count. | |
Element | The image feature point at the specified position. | |
Extent | The extent within which feature points are extracted. | |
ImageID | The feature points' image ID. | |
Insert | Adds a image feature point at the specified position. | |
MapToPixel | Converts a feature point's location from map (x, y) to pixel (colum, row). | |
PixelToMap | Converts a feature point's location from pixel (colum, row) to map (x, y). | |
Project | Projects image feature points to a given spatial reference. | |
Remove | Removes the image feature point at the specified position. | |
RemoveAll | Removes all image feature points. |
Classes | Description |
---|---|
ImageFeaturePoints | The Image Feature Point collection class. |