|
|||||||||
| 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.display.IDisplayTransformationScalesProxy
Description: 'Provides access to members that control Display Transformation scales.' 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 IDisplayTransformationScalesProxy
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.IDisplayTransformationScales |
|---|
IID, IIDa709b584_9fb9_4954_8096_02068c16a677 |
| Constructor Summary | |
|---|---|
|
IDisplayTransformationScalesProxy()
Deprecated. For internal use only |
|
IDisplayTransformationScalesProxy(java.lang.Object obj)
Deprecated. |
protected |
IDisplayTransformationScalesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDisplayTransformationScalesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDisplayTransformationScalesProxy(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 |
addUserScale(double scale)
Deprecated. Add a new user scale. |
double |
calculateScale(IEnvelope extent)
Deprecated. Calculate the scale of the specified extent. |
int |
getScaleSnapping()
Deprecated. Indicates if transform snaps the fitted bounds to a standard scale. |
double |
getUserScale(int idx)
Deprecated. Get the user scales. |
int |
getUserScaleCount()
Deprecated. Get the number of user scales. |
void |
loadDefaultUserScales()
Deprecated. Initialize user scales to defaults. |
double |
nextScale(double scale)
Deprecated. Find the nearest standard scale with a value that is higher than the specified scale. |
double |
previousScale(double scale)
Deprecated. Find the nearest standard scale with a value that is lower than the specified scale. |
void |
removeAllUserScales()
Deprecated. Remove all the user scales. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeUserScale(double scale)
Deprecated. Remove a user scale. |
void |
saveDefaultUserScales()
Deprecated. Set the current set of user scales to be the defaults. |
void |
setScaleSnapping(int setting)
Deprecated. Indicates if transform snaps the fitted bounds to a standard scale. |
double |
snapScale(double scale)
Deprecated. Snap the specified scale to a standard scale. |
void |
zoomTo(IEnvelope extent,
double scale)
Deprecated. Zoom to the specified scale. |
| 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 IDisplayTransformationScalesProxy(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 IDisplayTransformationScalesProxy()
public IDisplayTransformationScalesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDisplayTransformationScalesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDisplayTransformationScalesProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getScaleSnapping()
throws java.io.IOException,
AutomationException
getScaleSnapping in interface IDisplayTransformationScalesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScaleSnapping(int setting)
throws java.io.IOException,
AutomationException
setScaleSnapping in interface IDisplayTransformationScalessetting - A com.esri.arcgis.display.esriScaleSnapping constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUserScaleCount()
throws java.io.IOException,
AutomationException
getUserScaleCount in interface IDisplayTransformationScalesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getUserScale(int idx)
throws java.io.IOException,
AutomationException
getUserScale in interface IDisplayTransformationScalesidx - The idx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addUserScale(double scale)
throws java.io.IOException,
AutomationException
addUserScale in interface IDisplayTransformationScalesscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeUserScale(double scale)
throws java.io.IOException,
AutomationException
removeUserScale in interface IDisplayTransformationScalesscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAllUserScales()
throws java.io.IOException,
AutomationException
removeAllUserScales in interface IDisplayTransformationScalesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadDefaultUserScales()
throws java.io.IOException,
AutomationException
loadDefaultUserScales in interface IDisplayTransformationScalesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveDefaultUserScales()
throws java.io.IOException,
AutomationException
saveDefaultUserScales in interface IDisplayTransformationScalesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double calculateScale(IEnvelope extent)
throws java.io.IOException,
AutomationException
calculateScale in interface IDisplayTransformationScalesextent - 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 void zoomTo(IEnvelope extent,
double scale)
throws java.io.IOException,
AutomationException
zoomTo in interface IDisplayTransformationScalesextent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)scale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double snapScale(double scale)
throws java.io.IOException,
AutomationException
snapScale in interface IDisplayTransformationScalesscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double nextScale(double scale)
throws java.io.IOException,
AutomationException
nextScale in interface IDisplayTransformationScalesscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double previousScale(double scale)
throws java.io.IOException,
AutomationException
previousScale in interface IDisplayTransformationScalesscale - The scale (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 | ||||||||