Provides access to the properties of a list of image feature points.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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). | |
Remove | Removes the image feature point at the specified position. | |
RemoveAll | Removes all image feature points. |
CoClasses that implement IImageFeaturePoints
CoClasses and Classes | Description |
---|---|
ImageFeaturePoints | The Image Feature Point collection class. |