|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageFeaturePoints
Provides access to the properties of a list of image feature points.
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 |
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. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageFeaturePoint getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IImageFeaturePoint pFeaturePoint) throws IOException, AutomationException
pFeaturePoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IImageFeaturePoint pFeaturePoint) throws IOException, AutomationException
index
- The index (in)pFeaturePoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageID(int pImageID) throws IOException, AutomationException
pImageID
- The pImageID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope ppExtent) throws IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPnt getCellSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellSize(IPnt ppCellsize) throws IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void mapToPixel(IImageFeaturePoint pFeaturePoint, double[] column, double[] row) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void pixelToMap(double column, double row, IImageFeaturePoint pFeaturePoint) throws IOException, AutomationException
column
- The column (in)row
- The row (in)pFeaturePoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |