|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.ILayerDrawingPropertiesProxy
public class ILayerDrawingPropertiesProxy
Provides access to members that control layer drawing properties.
In
the ArcGIS framework, this interface is used when determining
whether or not a layer needs to be redrawn. For example, if a user
changes the minimum or maximum scale range for the layer, changes
the renderer, or turns on or off labeling,
then DrawingPropsDirty is automatically set
to True. The map display is refreshed only if the
layer’s drawing properties are dirty after the layer
properties dialog box is dismissed.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ILayerDrawingPropertiesProxy()
|
|
ILayerDrawingPropertiesProxy(Object obj)
|
protected |
ILayerDrawingPropertiesProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
boolean |
isDrawingPropsDirty()
Indicates if the layer drawing properties are dirty. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setDrawingPropsDirty(boolean dirty)
Indicates if the layer drawing properties are dirty. |
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 boolean noncastable
Constructor Detail |
---|
public ILayerDrawingPropertiesProxy()
public ILayerDrawingPropertiesProxy(Object obj) throws IOException
IOException
protected ILayerDrawingPropertiesProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isDrawingPropsDirty() throws IOException, AutomationException
isDrawingPropsDirty
in interface ILayerDrawingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawingPropsDirty(boolean dirty) throws IOException, AutomationException
setDrawingPropsDirty
in interface ILayerDrawingProperties
dirty
- The dirty (in)
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 |