com.esri.arcgis.carto
Interface IRepresentationRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationRendererProxy, RepresentationRenderer

public interface IRepresentationRenderer
extends java.io.Serializable

COM Interface 'IRepresentationRenderer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc2e6e3ea_6057_4daf_9d54_a84b2a589307
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getInvalidRuleColor()
          Color used for representations with an invalid rule ID.
 IColor getInvisibleColor()
          Color used for invisible representations.
 IRepresentationClass getRepresentationClass()
          Property RepresentationClass.
 boolean isDrawInvalidRule()
          Indicates if representations with an invalid Rule ID will draw.
 boolean isDrawInvisible()
          Indicates whether or not invisible representations will be drawn.
 void setDrawInvalidRule(boolean draw)
          Indicates if representations with an invalid Rule ID will draw.
 void setDrawInvisible(boolean draw)
          Indicates whether or not invisible representations will be drawn.
 void setInvalidRuleColor(IColor color)
          Color used for representations with an invalid rule ID.
 void setInvisibleColor(IColor color)
          Color used for invisible representations.
 void setRepresentationClassByRef(IRepresentationClass repClass)
          Property RepresentationClass.
 

Field Detail

IIDc2e6e3ea_6057_4daf_9d54_a84b2a589307

static final int IIDc2e6e3ea_6057_4daf_9d54_a84b2a589307
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRepresentationClassByRef

void setRepresentationClassByRef(IRepresentationClass repClass)
                                 throws java.io.IOException,
                                        AutomationException
Property RepresentationClass.

Parameters:
repClass - A reference to a com.esri.arcgis.geodatabase.IRepresentationClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepresentationClass

IRepresentationClass getRepresentationClass()
                                            throws java.io.IOException,
                                                   AutomationException
Property RepresentationClass.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRepresentationClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDrawInvisible

boolean isDrawInvisible()
                        throws java.io.IOException,
                               AutomationException
Indicates whether or not invisible representations will be drawn.

Returns:
The draw
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDrawInvisible

void setDrawInvisible(boolean draw)
                      throws java.io.IOException,
                             AutomationException
Indicates whether or not invisible representations will be drawn.

Parameters:
draw - The draw (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInvisibleColor

IColor getInvisibleColor()
                         throws java.io.IOException,
                                AutomationException
Color used for invisible representations.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInvisibleColor

void setInvisibleColor(IColor color)
                       throws java.io.IOException,
                              AutomationException
Color used for invisible representations.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDrawInvalidRule

boolean isDrawInvalidRule()
                          throws java.io.IOException,
                                 AutomationException
Indicates if representations with an invalid Rule ID will draw.

Returns:
The draw
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDrawInvalidRule

void setDrawInvalidRule(boolean draw)
                        throws java.io.IOException,
                               AutomationException
Indicates if representations with an invalid Rule ID will draw.

Parameters:
draw - The draw (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInvalidRuleColor

IColor getInvalidRuleColor()
                           throws java.io.IOException,
                                  AutomationException
Color used for representations with an invalid rule ID.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInvalidRuleColor

void setInvalidRuleColor(IColor color)
                         throws java.io.IOException,
                                AutomationException
Color used for representations with an invalid rule ID.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.