com.esri.arcgis.datasourcesraster
Interface IImageFeaturePoint

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageFeaturePoint

public interface IImageFeaturePoint
extends Serializable

Provides access to members that control an image feature point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPoint getLocation()
          The feature point location.
 Object getSignature()
          The feature point signature value.
 void setLocationByRef(IPoint ppLocation)
          The feature point location.
 void setSignature(Object pSignature)
          The feature point signature value.
 

Method Detail

getLocation

IPoint getLocation()
                   throws IOException,
                          AutomationException
The feature point location.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationByRef

void setLocationByRef(IPoint ppLocation)
                      throws IOException,
                             AutomationException
The feature point location.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSignature

Object getSignature()
                    throws IOException,
                           AutomationException
The feature point signature value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSignature

void setSignature(Object pSignature)
                  throws IOException,
                         AutomationException
The feature point signature value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pSignature - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.