public interface IImageFeaturePoints
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3fd7cb64_f18f_4380_b128_135206147e75 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID3fd7cb64_f18f_4380_b128_135206147e75
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IImageFeaturePoint getElement(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void add(IImageFeaturePoint pFeaturePoint) throws java.io.IOException, AutomationException
pFeaturePoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert(int index, IImageFeaturePoint pFeaturePoint) throws java.io.IOException, AutomationException
index
- The index (in)pFeaturePoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getImageID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setImageID(int pImageID) throws java.io.IOException, AutomationException
pImageID
- The pImageID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt getCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSize(IPnt ppCellsize) throws java.io.IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void mapToPixel(IImageFeaturePoint pFeaturePoint, double[] column, double[] row) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void pixelToMap(double column, double row, IImageFeaturePoint pFeaturePoint) throws java.io.IOException, AutomationException
column
- The column (in)row
- The row (in)pFeaturePoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void project(ISpatialReference pSpatialReference) throws java.io.IOException, AutomationException
pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.