com.esri.arcgis.carto
Class IGraphicsLayerScaleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGraphicsLayerScaleProxy
All Implemented Interfaces:
IGraphicsLayerScale, Externalizable, Serializable

public class IGraphicsLayerScaleProxy
extends com.esri.arcgis.interop.Dispatch
implements IGraphicsLayerScale, Serializable

Provides access to members that control the Graphics Layer Scale.

Remarks

Use this interface to access the reference scale of a graphics layer. The reference scale's value of the map's graphics layers and annotation layers is shown in the properties of the dataframe under the Annotation Groups tab.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IGraphicsLayerScaleProxy()
           
  IGraphicsLayerScaleProxy(Object obj)
           
protected IGraphicsLayerScaleProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 double getReferenceScale()
          Reference scale of the layer as a representative fraction.
 int getUnits()
          Units the reference scale is in.
 void removeListener(String iidStr, Object theListener)
           
 void setReferenceScale(double pScaleRF)
          Reference scale of the layer as a representative fraction.
 void setUnits(int units)
          Units the reference scale is in.
 
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

noncastable

public boolean noncastable
Constructor Detail

IGraphicsLayerScaleProxy

public IGraphicsLayerScaleProxy()

IGraphicsLayerScaleProxy

public IGraphicsLayerScaleProxy(Object obj)
                         throws IOException
Throws:
IOException

IGraphicsLayerScaleProxy

protected IGraphicsLayerScaleProxy(Object obj,
                                   String iid)
                            throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getReferenceScale

public double getReferenceScale()
                         throws IOException,
                                AutomationException
Reference scale of the layer as a representative fraction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getReferenceScale in interface IGraphicsLayerScale
Returns:
The pScaleRF
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceScale

public void setReferenceScale(double pScaleRF)
                       throws IOException,
                              AutomationException
Reference scale of the layer as a representative fraction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setReferenceScale in interface IGraphicsLayerScale
Parameters:
pScaleRF - The pScaleRF (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnits

public int getUnits()
             throws IOException,
                    AutomationException
Units the reference scale is in.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getUnits in interface IGraphicsLayerScale
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnits

public void setUnits(int units)
              throws IOException,
                     AutomationException
Units the reference scale is in.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setUnits in interface IGraphicsLayerScale
Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.