|
|||||||||
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.IRepresentationRendererProxy
Description: 'Provides access to the properties and methods of a RepresentationRenderer.' 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 IRepresentationRendererProxy
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.carto.IRepresentationRenderer |
---|
IID, IIDc2e6e3ea_6057_4daf_9d54_a84b2a589307 |
Constructor Summary | |
---|---|
|
IRepresentationRendererProxy()
Deprecated. For internal use only |
|
IRepresentationRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
IRepresentationRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRepresentationRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRepresentationRendererProxy(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. |
IColor |
getInvalidRuleColor()
Deprecated. Color used for representations with an invalid rule ID. |
IColor |
getInvisibleColor()
Deprecated. Color used for invisible representations. |
IRepresentationClass |
getRepresentationClass()
Deprecated. Property RepresentationClass. |
boolean |
isDrawInvalidRule()
Deprecated. Indicates if representations with an invalid Rule ID will draw. |
boolean |
isDrawInvisible()
Deprecated. Indicates whether or not invisible representations will be drawn. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDrawInvalidRule(boolean draw)
Deprecated. Indicates if representations with an invalid Rule ID will draw. |
void |
setDrawInvisible(boolean draw)
Deprecated. Indicates whether or not invisible representations will be drawn. |
void |
setInvalidRuleColor(IColor color)
Deprecated. Color used for representations with an invalid rule ID. |
void |
setInvisibleColor(IColor color)
Deprecated. Color used for invisible representations. |
void |
setRepresentationClassByRef(IRepresentationClass repClass)
Deprecated. Property RepresentationClass. |
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 IRepresentationRendererProxy(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.IOException
public IRepresentationRendererProxy()
public IRepresentationRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRepresentationRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRepresentationRendererProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setRepresentationClassByRef(IRepresentationClass repClass) throws java.io.IOException, AutomationException
setRepresentationClassByRef
in interface IRepresentationRenderer
repClass
- A reference to a com.esri.arcgis.geodatabase.IRepresentationClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRepresentationClass getRepresentationClass() throws java.io.IOException, AutomationException
getRepresentationClass
in interface IRepresentationRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrawInvisible() throws java.io.IOException, AutomationException
isDrawInvisible
in interface IRepresentationRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawInvisible(boolean draw) throws java.io.IOException, AutomationException
setDrawInvisible
in interface IRepresentationRenderer
draw
- The draw (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getInvisibleColor() throws java.io.IOException, AutomationException
getInvisibleColor
in interface IRepresentationRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInvisibleColor(IColor color) throws java.io.IOException, AutomationException
setInvisibleColor
in interface IRepresentationRenderer
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrawInvalidRule() throws java.io.IOException, AutomationException
isDrawInvalidRule
in interface IRepresentationRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawInvalidRule(boolean draw) throws java.io.IOException, AutomationException
setDrawInvalidRule
in interface IRepresentationRenderer
draw
- The draw (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getInvalidRuleColor() throws java.io.IOException, AutomationException
getInvalidRuleColor
in interface IRepresentationRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInvalidRuleColor(IColor color) throws java.io.IOException, AutomationException
setInvalidRuleColor
in interface IRepresentationRenderer
color
- A reference to a com.esri.arcgis.display.IColor (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 |