com.esri.arcgis.display
Class IDisplayTransformationScalesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IDisplayTransformationScalesProxy
All Implemented Interfaces:
IDisplayTransformationScales, java.io.Externalizable, java.io.Serializable

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

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
extends com.esri.arcgis.interop.Dispatch
implements IDisplayTransformationScales, 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.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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDisplayTransformationScalesProxy

public IDisplayTransformationScalesProxy(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

IDisplayTransformationScalesProxy

public IDisplayTransformationScalesProxy()
Deprecated. 
For internal use only


IDisplayTransformationScalesProxy

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

IDisplayTransformationScalesProxy

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

IDisplayTransformationScalesProxy

protected IDisplayTransformationScalesProxy(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

getScaleSnapping

public int getScaleSnapping()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if transform snaps the fitted bounds to a standard scale.

Specified by:
getScaleSnapping in interface IDisplayTransformationScales
Returns:
A com.esri.arcgis.display.esriScaleSnapping constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScaleSnapping

public void setScaleSnapping(int setting)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if transform snaps the fitted bounds to a standard scale.

Specified by:
setScaleSnapping in interface IDisplayTransformationScales
Parameters:
setting - A com.esri.arcgis.display.esriScaleSnapping constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserScaleCount

public int getUserScaleCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Get the number of user scales.

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

getUserScale

public double getUserScale(int idx)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get the user scales.

Specified by:
getUserScale in interface IDisplayTransformationScales
Parameters:
idx - The idx (in)
Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addUserScale

public void addUserScale(double scale)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Add a new user scale.

Specified by:
addUserScale in interface IDisplayTransformationScales
Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeUserScale

public void removeUserScale(double scale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Remove a user scale.

Specified by:
removeUserScale in interface IDisplayTransformationScales
Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAllUserScales

public void removeAllUserScales()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Remove all the user scales.

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

loadDefaultUserScales

public void loadDefaultUserScales()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Initialize user scales to defaults.

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

saveDefaultUserScales

public void saveDefaultUserScales()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Set the current set of user scales to be the defaults.

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

calculateScale

public double calculateScale(IEnvelope extent)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Calculate the scale of the specified extent.

Specified by:
calculateScale in interface IDisplayTransformationScales
Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zoomTo

public void zoomTo(IEnvelope extent,
                   double scale)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Zoom to the specified scale. Center on extent.

Specified by:
zoomTo in interface IDisplayTransformationScales
Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

snapScale

public double snapScale(double scale)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Snap the specified scale to a standard scale.

Specified by:
snapScale in interface IDisplayTransformationScales
Parameters:
scale - The scale (in)
Returns:
The snappedScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

nextScale

public double nextScale(double scale)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Find the nearest standard scale with a value that is higher than the specified scale.

Specified by:
nextScale in interface IDisplayTransformationScales
Parameters:
scale - The scale (in)
Returns:
The nextScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

previousScale

public double previousScale(double scale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Find the nearest standard scale with a value that is lower than the specified scale.

Specified by:
previousScale in interface IDisplayTransformationScales
Parameters:
scale - The scale (in)
Returns:
The previousScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.