com.esri.arcgis.carto
Class IGeoReferenceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGeoReferenceProxy
All Implemented Interfaces:
IGeoReference, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGeoReference'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the georeferencing operations.' 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 IGeoReferenceProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeoReference, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IGeoReference
IID, IIDe70e1cc1_e5c6_11d3_b9c5_00c0f0567a4a
 
Constructor Summary
  IGeoReferenceProxy()
          Deprecated. For internal use only
  IGeoReferenceProxy(java.lang.Object obj)
          Deprecated.  
protected IGeoReferenceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeoReferenceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeoReferenceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void flip()
          Deprecated. Flip operation of layer.
 boolean isCanGeoRef()
          Deprecated. Indicates if layer can be georeferenced.
 void mirror()
          Deprecated. Mirror operation of layer.
 IPointCollection pointsTransform(IPointCollection inPoints, boolean isForward)
          Deprecated. Transform operation of Raster.
 void rectify(java.lang.String fullpath, java.lang.String format)
          Deprecated. Save transformed result to a new dataset.
 void register()
          Deprecated. Save transformation parameters and tie-points.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reScale(double xScale, double yScale)
          Deprecated. ReScale operation of layer.
 void reset()
          Deprecated. Reset operation of layer.
 void rotate(IPoint ipPivotPoint, double angle)
          Deprecated. Rotate operation of layer.
 void shift(double deltaX, double deltaY)
          Deprecated. Shift operation of layer.
 void twoPointsAdjust(IPointCollection fromPoints, IPointCollection toPoints)
          Deprecated. Two points adjust operation of layer.
 void warp(IPointCollection fromPoints, IPointCollection toPoints, int order)
          Deprecated. Warp operation of layer.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeoReferenceProxy

public IGeoReferenceProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGeoReferenceProxy

public IGeoReferenceProxy()
Deprecated. 
For internal use only


IGeoReferenceProxy

public IGeoReferenceProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeoReferenceProxy

protected IGeoReferenceProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeoReferenceProxy

protected IGeoReferenceProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isCanGeoRef

public boolean isCanGeoRef()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if layer can be georeferenced.

Specified by:
isCanGeoRef in interface IGeoReference
Returns:
The canGeoRef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shift

public void shift(double deltaX,
                  double deltaY)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Shift operation of layer.

Specified by:
shift in interface IGeoReference
Parameters:
deltaX - The deltaX (in)
deltaY - The deltaY (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reScale

public void reScale(double xScale,
                    double yScale)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
ReScale operation of layer.

Specified by:
reScale in interface IGeoReference
Parameters:
xScale - The xScale (in)
yScale - The yScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flip

public void flip()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Flip operation of layer.

Specified by:
flip in interface IGeoReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mirror

public void mirror()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Mirror operation of layer.

Specified by:
mirror in interface IGeoReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rotate

public void rotate(IPoint ipPivotPoint,
                   double angle)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Rotate operation of layer.

Specified by:
rotate in interface IGeoReference
Parameters:
ipPivotPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
angle - The angle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pointsTransform

public IPointCollection pointsTransform(IPointCollection inPoints,
                                        boolean isForward)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Transform operation of Raster.

Specified by:
pointsTransform in interface IGeoReference
Parameters:
inPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
isForward - The isForward (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPointCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

twoPointsAdjust

public void twoPointsAdjust(IPointCollection fromPoints,
                            IPointCollection toPoints)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Two points adjust operation of layer.

Specified by:
twoPointsAdjust in interface IGeoReference
Parameters:
fromPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
toPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

warp

public void warp(IPointCollection fromPoints,
                 IPointCollection toPoints,
                 int order)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Warp operation of layer.

Specified by:
warp in interface IGeoReference
Parameters:
fromPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
toPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
order - The order (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Reset operation of layer.

Specified by:
reset in interface IGeoReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

register

public void register()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Save transformation parameters and tie-points.

Specified by:
register in interface IGeoReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rectify

public void rectify(java.lang.String fullpath,
                    java.lang.String format)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Save transformed result to a new dataset.

Specified by:
rectify in interface IGeoReference
Parameters:
fullpath - The fullpath (in)
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.