com.esri.arcgis.datasourcesraster
Interface IImageFeaturePoints

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageFeaturePointsProxy, ImageFeaturePoints

public interface IImageFeaturePoints
extends java.io.Serializable

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

Description: 'Provides access to the properties of a list of image feature points.' 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 IID3fd7cb64_f18f_4380_b128_135206147e75
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IImageFeaturePoint pFeaturePoint)
          Adds a image feature point.
 IPnt getCellSize()
          The cell size at which feature points are extracted.
 int getCount()
          The image feature point count.
 IImageFeaturePoint getElement(int index)
          The image feature point at the specified position.
 IEnvelope getExtent()
          The extent within which feature points are extracted.
 int getImageID()
          The feature points' image ID.
 void insert(int index, IImageFeaturePoint pFeaturePoint)
          Adds a image feature point at the specified position.
 void mapToPixel(IImageFeaturePoint pFeaturePoint, double[] column, double[] row)
          Converts a feature point's location from map (x, y) to pixel (colum, row).
 void pixelToMap(double column, double row, IImageFeaturePoint pFeaturePoint)
          Converts a feature point's location from pixel (colum, row) to map (x, y).
 void project(ISpatialReference pSpatialReference)
          Projects image feature points to a given spatial reference.
 void remove(int index)
          Removes the image feature point at the specified position.
 void removeAll()
          Removes all image feature points.
 void setCellSize(IPnt ppCellsize)
          The cell size at which feature points are extracted.
 void setExtent(IEnvelope ppExtent)
          The extent within which feature points are extracted.
 void setImageID(int pImageID)
          The feature points' image ID.
 

Field Detail

IID3fd7cb64_f18f_4380_b128_135206147e75

static final int IID3fd7cb64_f18f_4380_b128_135206147e75
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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The image feature point count.

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

getElement

IImageFeaturePoint getElement(int index)
                              throws java.io.IOException,
                                     AutomationException
The image feature point at the specified position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes the image feature point at the specified position.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all image feature points.

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

add

void add(IImageFeaturePoint pFeaturePoint)
         throws java.io.IOException,
                AutomationException
Adds a image feature point.

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

insert

void insert(int index,
            IImageFeaturePoint pFeaturePoint)
            throws java.io.IOException,
                   AutomationException
Adds a image feature point at the specified position.

Parameters:
index - The index (in)
pFeaturePoint - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageID

int getImageID()
               throws java.io.IOException,
                      AutomationException
The feature points' image ID.

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

setImageID

void setImageID(int pImageID)
                throws java.io.IOException,
                       AutomationException
The feature points' image ID.

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

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent within which feature points are extracted.

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

setExtent

void setExtent(IEnvelope ppExtent)
               throws java.io.IOException,
                      AutomationException
The extent within which feature points are extracted.

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

getCellSize

IPnt getCellSize()
                 throws java.io.IOException,
                        AutomationException
The cell size at which feature points are extracted.

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

setCellSize

void setCellSize(IPnt ppCellsize)
                 throws java.io.IOException,
                        AutomationException
The cell size at which feature points are extracted.

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

mapToPixel

void mapToPixel(IImageFeaturePoint pFeaturePoint,
                double[] column,
                double[] row)
                throws java.io.IOException,
                       AutomationException
Converts a feature point's location from map (x, y) to pixel (colum, row).

Parameters:
pFeaturePoint - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
column - The column (out: use single element array)
row - The row (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pixelToMap

void pixelToMap(double column,
                double row,
                IImageFeaturePoint pFeaturePoint)
                throws java.io.IOException,
                       AutomationException
Converts a feature point's location from pixel (colum, row) to map (x, y).

Parameters:
column - The column (in)
row - The row (in)
pFeaturePoint - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

project

void project(ISpatialReference pSpatialReference)
             throws java.io.IOException,
                    AutomationException
Projects image feature points to a given spatial reference.

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