ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoints Interface

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
Method Add Adds a image feature point.
Read/write property CellSize The cell size at which feature points are extracted.
Read-only property Count The image feature point count.
Read-only property Element The image feature point at the specified position.
Read/write property Extent The extent within which feature points are extracted.
Read/write property ImageID The feature points' image ID.
Method Insert Adds a image feature point at the specified position.
Method MapToPixel Converts a feature point's location from map (x, y) to pixel (colum, row).
Method PixelToMap Converts a feature point's location from pixel (colum, row) to map (x, y).
Method Remove Removes the image feature point at the specified position.
Method RemoveAll Removes all image feature points.

CoClasses that implement IImageFeaturePoints

CoClasses and Classes Description
ImageFeaturePoints The Image Feature Point collection class.