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 =
public class IImageFeaturePointsProxy extends com.esri.arcgis.interop.Dispatch implements IImageFeaturePoints, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID3fd7cb64_f18f_4380_b128_135206147e75| Modifier | Constructor and Description |
|---|---|
|
IImageFeaturePointsProxy()
Deprecated.
For internal use only
|
|
IImageFeaturePointsProxy(java.lang.Object obj)
Deprecated.
|
protected |
IImageFeaturePointsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IImageFeaturePointsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IImageFeaturePointsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(IImageFeaturePoint pFeaturePoint)
Deprecated.
Adds a image feature point.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IPnt |
getCellSize()
Deprecated.
The cell size at which feature points are extracted.
|
int |
getCount()
Deprecated.
The image feature point count.
|
IImageFeaturePoint |
getElement(int index)
Deprecated.
The image feature point at the specified position.
|
IEnvelope |
getExtent()
Deprecated.
The extent within which feature points are extracted.
|
int |
getImageID()
Deprecated.
The feature points' image ID.
|
void |
insert(int index,
IImageFeaturePoint pFeaturePoint)
Deprecated.
Adds a image feature point at the specified position.
|
void |
mapToPixel(IImageFeaturePoint pFeaturePoint,
double[] column,
double[] row)
Deprecated.
Converts a feature point's location from map (x, y) to pixel (colum, row).
|
void |
pixelToMap(double column,
double row,
IImageFeaturePoint pFeaturePoint)
Deprecated.
Converts a feature point's location from pixel (colum, row) to map (x, y).
|
void |
project(ISpatialReference pSpatialReference)
Deprecated.
Projects image feature points to a given spatial reference.
|
void |
remove(int index)
Deprecated.
Removes the image feature point at the specified position.
|
void |
removeAll()
Deprecated.
Removes all image feature points.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setCellSize(IPnt ppCellsize)
Deprecated.
The cell size at which feature points are extracted.
|
void |
setExtent(IEnvelope ppExtent)
Deprecated.
The extent within which feature points are extracted.
|
void |
setImageID(int pImageID)
Deprecated.
The feature points' image ID.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IImageFeaturePointsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IImageFeaturePointsProxy()
public IImageFeaturePointsProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IImageFeaturePointsProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IImageFeaturePointsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IImageFeaturePointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IImageFeaturePoint getElement(int index) throws java.io.IOException, AutomationException
getElement in interface IImageFeaturePointsindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void remove(int index)
throws java.io.IOException,
AutomationException
remove in interface IImageFeaturePointsindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IImageFeaturePointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void add(IImageFeaturePoint pFeaturePoint) throws java.io.IOException, AutomationException
add in interface IImageFeaturePointspFeaturePoint - 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.public void insert(int index,
IImageFeaturePoint pFeaturePoint)
throws java.io.IOException,
AutomationException
insert in interface IImageFeaturePointsindex - 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.public int getImageID()
throws java.io.IOException,
AutomationException
getImageID in interface IImageFeaturePointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setImageID(int pImageID)
throws java.io.IOException,
AutomationException
setImageID in interface IImageFeaturePointspImageID - The pImageID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent in interface IImageFeaturePointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setExtent in interface IImageFeaturePointsppExtent - 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.public IPnt getCellSize() throws java.io.IOException, AutomationException
getCellSize in interface IImageFeaturePointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCellSize(IPnt ppCellsize) throws java.io.IOException, AutomationException
setCellSize in interface IImageFeaturePointsppCellsize - 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.public void mapToPixel(IImageFeaturePoint pFeaturePoint, double[] column, double[] row) throws java.io.IOException, AutomationException
mapToPixel in interface IImageFeaturePointspFeaturePoint - 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.public void pixelToMap(double column,
double row,
IImageFeaturePoint pFeaturePoint)
throws java.io.IOException,
AutomationException
pixelToMap in interface IImageFeaturePointscolumn - 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.public void project(ISpatialReference pSpatialReference) throws java.io.IOException, AutomationException
project in interface IImageFeaturePointspSpatialReference - 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.