com.esri.arcgis.display
Interface IRepresentationGraphics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationGraphicsProxy, RepresentationGraphics, RepresentationMarker

public interface IRepresentationGraphics
extends java.io.Serializable

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

Description: 'Provides access to the content of a RepresentationGraphics object.' 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 IIDb3eb5501_8998_498f_9b38_05caeb8d8599
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IGeometry geometry, IRepresentationRule repRule)
          Adds a new component in a representation graphic.
 void changeGeometry(int iD, IGeometry geometry)
          Changes a geometry in a representation graphic.
 void next(IGeometry[] geometry, IRepresentationRule[] repRule)
          Retrieves the next component in a representation graphic.
 void nextGeometry(int[] iD, IGeometry[] geometry)
          Accesses the next geometry in a representation graphic.
 void remove(IGeometry geometry, IRepresentationRule repRule)
          Removes a component in a representation graphic.
 void removeAll()
          Removes all components in a representation graphic.
 void reset()
          Resets the enumeration of components in a representation graphic.
 void resetGeometry()
          Resets the geometry enumeration in a representation graphic.
 

Field Detail

IIDb3eb5501_8998_498f_9b38_05caeb8d8599

static final int IIDb3eb5501_8998_498f_9b38_05caeb8d8599
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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration of components in a representation graphic.

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

next

void next(IGeometry[] geometry,
          IRepresentationRule[] repRule)
          throws java.io.IOException,
                 AutomationException
Retrieves the next component in a representation graphic.

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
repRule - A reference to a com.esri.arcgis.display.IRepresentationRule (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(IGeometry geometry,
         IRepresentationRule repRule)
         throws java.io.IOException,
                AutomationException
Adds a new component in a representation graphic.

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

remove

void remove(IGeometry geometry,
            IRepresentationRule repRule)
            throws java.io.IOException,
                   AutomationException
Removes a component in a representation graphic.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all components in a representation graphic.

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

resetGeometry

void resetGeometry()
                   throws java.io.IOException,
                          AutomationException
Resets the geometry enumeration in a representation graphic.

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

nextGeometry

void nextGeometry(int[] iD,
                  IGeometry[] geometry)
                  throws java.io.IOException,
                         AutomationException
Accesses the next geometry in a representation graphic.

Parameters:
iD - The iD (out: use single element array)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

changeGeometry

void changeGeometry(int iD,
                    IGeometry geometry)
                    throws java.io.IOException,
                           AutomationException
Changes a geometry in a representation graphic.

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