|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IGeoReferenceProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGeoReferenceProxy(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 IGeoReferenceProxy()
public IGeoReferenceProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeoReferenceProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGeoReferenceProxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isCanGeoRef() throws java.io.IOException, AutomationException
isCanGeoRef
in interface IGeoReference
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shift(double deltaX, double deltaY) throws java.io.IOException, AutomationException
shift
in interface IGeoReference
deltaX
- The deltaX (in)deltaY
- The deltaY (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reScale(double xScale, double yScale) throws java.io.IOException, AutomationException
reScale
in interface IGeoReference
xScale
- The xScale (in)yScale
- The yScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void flip() throws java.io.IOException, AutomationException
flip
in interface IGeoReference
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void mirror() throws java.io.IOException, AutomationException
mirror
in interface IGeoReference
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void rotate(IPoint ipPivotPoint, double angle) throws java.io.IOException, AutomationException
rotate
in interface IGeoReference
ipPivotPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)angle
- The angle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPointCollection pointsTransform(IPointCollection inPoints, boolean isForward) throws java.io.IOException, AutomationException
pointsTransform
in interface IGeoReference
inPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)isForward
- The isForward (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void twoPointsAdjust(IPointCollection fromPoints, IPointCollection toPoints) throws java.io.IOException, AutomationException
twoPointsAdjust
in interface IGeoReference
fromPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)toPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void warp(IPointCollection fromPoints, IPointCollection toPoints, int order) throws java.io.IOException, AutomationException
warp
in interface IGeoReference
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IGeoReference
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void register() throws java.io.IOException, AutomationException
register
in interface IGeoReference
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void rectify(java.lang.String fullpath, java.lang.String format) throws java.io.IOException, AutomationException
rectify
in interface IGeoReference
fullpath
- The fullpath (in)format
- The format (in)
java.io.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 |