com.esri.arcgis.datasourcesraster
Interface IImageFeaturePoint

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageFeaturePointProxy, ImageFeaturePoint

public interface IImageFeaturePoint
extends java.io.Serializable

COM Interface 'IImageFeaturePoint'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control an image feature point.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID313b1ac4_d7eb_4994_bebe_bd1ae67f8947
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getLocation()
          The feature point location.
 java.lang.Object getSignature()
          The feature point signature value.
 void setLocationByRef(IPoint ppLocation)
          The feature point location.
 void setSignature(java.lang.Object pSignature)
          The feature point signature value.
 

Field Detail

IID313b1ac4_d7eb_4994_bebe_bd1ae67f8947

static final int IID313b1ac4_d7eb_4994_bebe_bd1ae67f8947
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLocation

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

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

setLocationByRef

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

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

getSignature

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

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

setSignature

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

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