Description: 'Provides access to members that control an image registration.' 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 IImageRegistrationProxy extends com.esri.arcgis.interop.Dispatch implements IImageRegistration, 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, objRef
IID, IIDec48c884_ebeb_4d94_849e_f1533a0a32da
Modifier | Constructor and Description |
---|---|
|
IImageRegistrationProxy()
Deprecated.
For internal use only
|
|
IImageRegistrationProxy(java.lang.Object obj)
Deprecated.
|
protected |
IImageRegistrationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IImageRegistrationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IImageRegistrationProxy(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 |
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.
|
void |
adjust(IDataset pCatalog,
IQueryFilter pQueryFilter,
int type,
ITable pSolutionTable,
ITrackCancel pTrackCancel)
Deprecated.
Applies adjustments from a solution table.
|
void |
computeAdjustments(IDataset pCatalog,
IQueryFilter pQueryFilter,
ITable pSolutionTable,
int order,
ITrackCancel pTrackCancel)
Deprecated.
Computes simple polynomial adjustments.
|
void |
computeFeaturePoints(IDataset pCatalog,
IQueryFilter pQueryFilter,
ITable pMask,
IQueryFilter pMaskQueryFilter,
ITable pFeaturePointTable,
ITrackCancel pTrackCancel)
Deprecated.
Computes feature points for a collection of images.
|
void |
computeLinks(ITable pControlPointTable,
IQueryFilter pQueryFilter,
ITable pSolutionTable,
ITrackCancel pTrackCancel)
Deprecated.
Computes links from a list control points.
|
void |
computeTiePoints(ITable pFeaturePointTable,
IQueryFilter pQueryFilter,
ITable pTiePointTable,
ITrackCancel pTrackCancel)
Deprecated.
Computes matching/tie points from a collection of feature points.
|
ITable |
createControlPointTable(IWorkspace pWorkspace,
java.lang.String name,
ISpatialReference pSpatialReference,
java.lang.String configKeyword)
Deprecated.
Creates a control point table.
|
ITable |
createFeaturePointTable(IWorkspace pWorkspace,
java.lang.String name,
ISpatialReference pSpatialReference,
java.lang.String configKeyword)
Deprecated.
Creates a feature point table.
|
ITable |
createSolutionTable(IWorkspace pWorkspace,
java.lang.String name,
ISpatialReference pSpatialReference,
java.lang.String configKeyword)
Deprecated.
Creates a solution table.
|
IImageMatchPoints |
extractAllMatchPoints(IRaster pImage,
IArray pRefImages)
Deprecated.
Extracts all match points between a collection of reference images, and a raw image.
|
IImageFeaturePoints |
extractFeaturePoints(IRaster pImage)
Deprecated.
Extracts feature points from a given image.
|
IImageMatchPoints |
extractMatchPoints(IRaster pImage,
IRaster pRefImage)
Deprecated.
Extracts match points between a reference image, and a raw image.
|
IImageFeaturePoint |
findClosestFeaturePoint(IRaster pImage,
IPoint pPoint)
Deprecated.
Finds the closest feature point from an images around the given point.
|
int |
getBlockingType()
Deprecated.
The blocking/sampling type for large images.
|
java.lang.Object |
getParameter(java.lang.String name)
Deprecated.
Gets a named parameter.
|
IPropertySet |
getParameters()
Deprecated.
The image registration parameters.
|
int |
getRefinement()
Deprecated.
The match point refinement to be applied.
|
IName |
getServerObjectName()
Deprecated.
The ArcGIS server object to perform image registration.
|
int |
getThreadCount()
Deprecated.
The number of instances for image registration.
|
IImageMatchPoints |
matchFeaturePoints(IImageFeaturePoints pFeaturePoints,
IImageFeaturePoints pOthers)
Deprecated.
Matches two sets of feature points.
|
void |
refineMatchPoints(IRaster pImage,
IRaster pRefImage,
IImageMatchPoints[] pMatchPoints)
Deprecated.
Refines given match points between source and target images.
|
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 |
setBlockingType(int pBlockingType)
Deprecated.
The blocking/sampling type for large images.
|
void |
setParameter(java.lang.String name,
java.lang.Object value)
Deprecated.
Sets a named parameter.
|
void |
setParametersByRef(IPropertySet ppParameters)
Deprecated.
The image registration parameters.
|
void |
setRefinement(int pRefinement)
Deprecated.
The match point refinement to be applied.
|
void |
setServerObjectNameByRef(IName ppName)
Deprecated.
The ArcGIS server object to perform image registration.
|
void |
setThreadCount(int pThreadCount)
Deprecated.
The number of instances for image registration.
|
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, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IImageRegistrationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IImageRegistrationProxy()
public IImageRegistrationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IImageRegistrationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IImageRegistrationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getRefinement() throws java.io.IOException, AutomationException
getRefinement
in interface IImageRegistration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRefinement(int pRefinement) throws java.io.IOException, AutomationException
setRefinement
in interface IImageRegistration
pRefinement
- A com.esri.arcgis.datasourcesraster.esriMatchPointRefinementType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getParameters() throws java.io.IOException, AutomationException
getParameters
in interface IImageRegistration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setParametersByRef(IPropertySet ppParameters) throws java.io.IOException, AutomationException
setParametersByRef
in interface IImageRegistration
ppParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getParameter(java.lang.String name) throws java.io.IOException, AutomationException
getParameter
in interface IImageRegistration
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setParameter(java.lang.String name, java.lang.Object value) throws java.io.IOException, AutomationException
setParameter
in interface IImageRegistration
name
- The name (in)value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBlockingType() throws java.io.IOException, AutomationException
getBlockingType
in interface IImageRegistration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBlockingType(int pBlockingType) throws java.io.IOException, AutomationException
setBlockingType
in interface IImageRegistration
pBlockingType
- A com.esri.arcgis.datasourcesraster.esriImageBlockingType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getThreadCount() throws java.io.IOException, AutomationException
getThreadCount
in interface IImageRegistration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setThreadCount(int pThreadCount) throws java.io.IOException, AutomationException
setThreadCount
in interface IImageRegistration
pThreadCount
- The pThreadCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IName getServerObjectName() throws java.io.IOException, AutomationException
getServerObjectName
in interface IImageRegistration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setServerObjectNameByRef(IName ppName) throws java.io.IOException, AutomationException
setServerObjectNameByRef
in interface IImageRegistration
ppName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IImageFeaturePoints extractFeaturePoints(IRaster pImage) throws java.io.IOException, AutomationException
extractFeaturePoints
in interface IImageRegistration
pImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IImageMatchPoints matchFeaturePoints(IImageFeaturePoints pFeaturePoints, IImageFeaturePoints pOthers) throws java.io.IOException, AutomationException
matchFeaturePoints
in interface IImageRegistration
pFeaturePoints
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoints (in)pOthers
- A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IImageMatchPoints extractMatchPoints(IRaster pImage, IRaster pRefImage) throws java.io.IOException, AutomationException
extractMatchPoints
in interface IImageRegistration
pImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pRefImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IImageMatchPoints extractAllMatchPoints(IRaster pImage, IArray pRefImages) throws java.io.IOException, AutomationException
extractAllMatchPoints
in interface IImageRegistration
pImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pRefImages
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IImageFeaturePoint findClosestFeaturePoint(IRaster pImage, IPoint pPoint) throws java.io.IOException, AutomationException
findClosestFeaturePoint
in interface IImageRegistration
pImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void refineMatchPoints(IRaster pImage, IRaster pRefImage, IImageMatchPoints[] pMatchPoints) throws java.io.IOException, AutomationException
refineMatchPoints
in interface IImageRegistration
pImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pRefImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pMatchPoints
- A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoints (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable createFeaturePointTable(IWorkspace pWorkspace, java.lang.String name, ISpatialReference pSpatialReference, java.lang.String configKeyword) throws java.io.IOException, AutomationException
createFeaturePointTable
in interface IImageRegistration
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name
- The name (in)pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)configKeyword
- The configKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable createControlPointTable(IWorkspace pWorkspace, java.lang.String name, ISpatialReference pSpatialReference, java.lang.String configKeyword) throws java.io.IOException, AutomationException
createControlPointTable
in interface IImageRegistration
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name
- The name (in)pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)configKeyword
- The configKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable createSolutionTable(IWorkspace pWorkspace, java.lang.String name, ISpatialReference pSpatialReference, java.lang.String configKeyword) throws java.io.IOException, AutomationException
createSolutionTable
in interface IImageRegistration
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)name
- The name (in)pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)configKeyword
- The configKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeFeaturePoints(IDataset pCatalog, IQueryFilter pQueryFilter, ITable pMask, IQueryFilter pMaskQueryFilter, ITable pFeaturePointTable, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
computeFeaturePoints
in interface IImageRegistration
pCatalog
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pMask
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pMaskQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pFeaturePointTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeTiePoints(ITable pFeaturePointTable, IQueryFilter pQueryFilter, ITable pTiePointTable, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
computeTiePoints
in interface IImageRegistration
pFeaturePointTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pTiePointTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeLinks(ITable pControlPointTable, IQueryFilter pQueryFilter, ITable pSolutionTable, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
computeLinks
in interface IImageRegistration
pControlPointTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pSolutionTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeAdjustments(IDataset pCatalog, IQueryFilter pQueryFilter, ITable pSolutionTable, int order, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
computeAdjustments
in interface IImageRegistration
pCatalog
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pSolutionTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)order
- The order (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void adjust(IDataset pCatalog, IQueryFilter pQueryFilter, int type, ITable pSolutionTable, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
adjust
in interface IImageRegistration
pCatalog
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)type
- A com.esri.arcgis.datasourcesraster.esriImageAdjustmentType constant (in)pSolutionTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.