|
|||||||||
| 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.geometry.ITransformationProxy
com.esri.arcgis.display.IDisplayTransformationProxy
Description: 'Provides access to members that control Display Transformation.' 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 IDisplayTransformationProxy
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.display.IDisplayTransformation |
|---|
IID, IIDe6bdb000_4d35_11d0_98be_00805f7ced21 |
| Fields inherited from interface com.esri.arcgis.geometry.ITransformation |
|---|
IID6f2cf924_7e00_11d0_82f4_0000f8034032 |
| Constructor Summary | |
|---|---|
|
IDisplayTransformationProxy()
Deprecated. For internal use only |
|
IDisplayTransformationProxy(java.lang.Object obj)
Deprecated. |
protected |
IDisplayTransformationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDisplayTransformationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDisplayTransformationProxy(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 |
fromMapPoint(IPoint mapPoint,
int[] x,
int[] y)
Deprecated. Calculates device coordinates corresponding to the map point. |
double |
fromPoints(double pointDistance)
Deprecated. Calculates a map distance corresponding to a point (1/72) distance. |
IEnvelope |
getBounds()
Deprecated. Full extent in world coordinates. |
IEnvelope |
getConstrainedBounds()
Deprecated. Intersection of Bounds and VisibleBounds. |
tagRECT |
getDeviceFrame()
Deprecated. Visible extent in device coordinates. |
IEnvelope |
getFittedBounds()
Deprecated. Device frame in world coordinates. |
double |
getReferenceScale()
Deprecated. Reference scale for computing scaled symbol sizes. |
double |
getResolution()
Deprecated. Resolution of the device in dots (pixels) per inch. |
double |
getRotation()
Deprecated. Rotation angle in degrees. |
double |
getScaleRatio()
Deprecated. Scale between FittedBounds and DeviceFrame. |
ISpatialReference |
getSpatialReference()
Deprecated. Current spatial reference. |
int |
getUnits()
Deprecated. Units used by world coordinates. |
IEnvelope |
getVisibleBounds()
Deprecated. Visible extent in world coordinates. |
boolean |
isSuppressEvents()
Deprecated. Indicates if transformation object suppresses events. |
boolean |
isZoomResolution()
Deprecated. Indicates if resolution is tied to visible bounds. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBounds(IEnvelope bounds)
Deprecated. Full extent in world coordinates. |
void |
setDeviceFrame(tagRECT bounds)
Deprecated. Visible extent in device coordinates. |
void |
setReferenceScale(double scale)
Deprecated. Reference scale for computing scaled symbol sizes. |
void |
setResolution(double pDpi)
Deprecated. Resolution of the device in dots (pixels) per inch. |
void |
setRotation(double degrees)
Deprecated. Rotation angle in degrees. |
void |
setScaleRatio(double scale)
Deprecated. Scale between FittedBounds and DeviceFrame. |
void |
setSpatialReferenceByRef(ISpatialReference spatialReference)
Deprecated. Current spatial reference. |
void |
setSuppressEvents(boolean suppressEvents)
Deprecated. Indicates if transformation object suppresses events. |
void |
setUnits(int unitsCode)
Deprecated. Units used by world coordinates. |
void |
setVisibleBounds(IEnvelope bounds)
Deprecated. Visible extent in world coordinates. |
void |
setZoomResolution(boolean flag)
Deprecated. Indicates if resolution is tied to visible bounds. |
IPoint |
toMapPoint(int x,
int y)
Deprecated. Calculates a point in map coordinates corresponding to the device point. |
double |
toPoints(double mapDistance)
Deprecated. Calculates a distance in points (1/72 inch) corresponding to the map distance. |
void |
transformCoords(_WKSPoint mapPoints,
tagPOINT devPoints,
int numPoints,
int options)
Deprecated. Transforms a set of points or measurements from device to world space or vice versa. |
void |
transformRect(IEnvelope mapRect,
tagRECT[] devRect,
int options)
Deprecated. Transforms a rectangle from device to world space or vice versa. |
| Methods inherited from class com.esri.arcgis.geometry.ITransformationProxy |
|---|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII |
| 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 |
| Methods inherited from interface com.esri.arcgis.geometry.ITransformation |
|---|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IDisplayTransformationProxy(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.IOExceptionpublic IDisplayTransformationProxy()
public IDisplayTransformationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDisplayTransformationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDisplayTransformationProxy(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 ITransformationProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class ITransformationProxyjava.io.IOException
public void setBounds(IEnvelope bounds)
throws java.io.IOException,
AutomationException
setBounds in interface IDisplayTransformationbounds - 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 IEnvelope getBounds()
throws java.io.IOException,
AutomationException
getBounds in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisibleBounds(IEnvelope bounds)
throws java.io.IOException,
AutomationException
setVisibleBounds in interface IDisplayTransformationbounds - 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 IEnvelope getVisibleBounds()
throws java.io.IOException,
AutomationException
getVisibleBounds in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getFittedBounds()
throws java.io.IOException,
AutomationException
getFittedBounds in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getConstrainedBounds()
throws java.io.IOException,
AutomationException
getConstrainedBounds in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeviceFrame(tagRECT bounds)
throws java.io.IOException,
AutomationException
setDeviceFrame in interface IDisplayTransformationbounds - A Structure: com.esri.arcgis.system.tagRECT (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public tagRECT getDeviceFrame()
throws java.io.IOException,
AutomationException
getDeviceFrame in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZoomResolution(boolean flag)
throws java.io.IOException,
AutomationException
setZoomResolution in interface IDisplayTransformationflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isZoomResolution()
throws java.io.IOException,
AutomationException
isZoomResolution in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResolution(double pDpi)
throws java.io.IOException,
AutomationException
setResolution in interface IDisplayTransformationpDpi - The pDpi (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getResolution()
throws java.io.IOException,
AutomationException
getResolution in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRotation(double degrees)
throws java.io.IOException,
AutomationException
setRotation in interface IDisplayTransformationdegrees - The degrees (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getRotation()
throws java.io.IOException,
AutomationException
getRotation in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUnits()
throws java.io.IOException,
AutomationException
getUnits in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUnits(int unitsCode)
throws java.io.IOException,
AutomationException
setUnits in interface IDisplayTransformationunitsCode - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getScaleRatio()
throws java.io.IOException,
AutomationException
getScaleRatio in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScaleRatio(double scale)
throws java.io.IOException,
AutomationException
setScaleRatio in interface IDisplayTransformationscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getReferenceScale()
throws java.io.IOException,
AutomationException
getReferenceScale in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceScale(double scale)
throws java.io.IOException,
AutomationException
setReferenceScale in interface IDisplayTransformationscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferenceByRef(ISpatialReference spatialReference)
throws java.io.IOException,
AutomationException
setSpatialReferenceByRef in interface IDisplayTransformationspatialReference - 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.
public ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
getSpatialReference in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSuppressEvents()
throws java.io.IOException,
AutomationException
isSuppressEvents in interface IDisplayTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSuppressEvents(boolean suppressEvents)
throws java.io.IOException,
AutomationException
setSuppressEvents in interface IDisplayTransformationsuppressEvents - The suppressEvents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void transformRect(IEnvelope mapRect,
tagRECT[] devRect,
int options)
throws java.io.IOException,
AutomationException
transformRect in interface IDisplayTransformationmapRect - A reference to a com.esri.arcgis.geometry.IEnvelope (in)devRect - A Structure: com.esri.arcgis.system.tagRECT (in/out: use single element array)options - The options (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void transformCoords(_WKSPoint mapPoints,
tagPOINT devPoints,
int numPoints,
int options)
throws java.io.IOException,
AutomationException
transformCoords in interface IDisplayTransformationmapPoints - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)devPoints - A Structure: com.esri.arcgis.display.tagPOINT (in)numPoints - The numPoints (in)options - The options (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint toMapPoint(int x,
int y)
throws java.io.IOException,
AutomationException
toMapPoint in interface IDisplayTransformationx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fromMapPoint(IPoint mapPoint,
int[] x,
int[] y)
throws java.io.IOException,
AutomationException
fromMapPoint in interface IDisplayTransformationmapPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)x - The x (out: use single element array)y - The y (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double toPoints(double mapDistance)
throws java.io.IOException,
AutomationException
toPoints in interface IDisplayTransformationmapDistance - The mapDistance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double fromPoints(double pointDistance)
throws java.io.IOException,
AutomationException
fromPoints in interface IDisplayTransformationpointDistance - The pointDistance (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 | ||||||||