|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConflictDisplay
Provides access to the Conflict display environment.
The IConflictDisplay interface provides the ability to define the display symbology for the three representations of the conflicting feature, the start editing version, the pre-reconcile version and conflict version. Setting the visible version enables or disables the display for each of the three versions.
The esriVersion enumeration works with all of the properties managed by IConflictDisplay. Use this enumeration to specify a particular version.
ICharacterMarkerSymbol
,
IPictureMarkerSymbol
,
IMarkerSymbol
,
ILineSymbol
,
IEditAttributeProperties
,
IArrowMarkerSymbol
,
IMultiLayerMarkerSymbol
,
ICartographicMarkerSymbol
Method Summary | |
---|---|
IFillSymbol |
getFillSymbol(int vers)
Display symbol used to draw polygon features. |
ILineSymbol |
getLineSymbol(int vers)
Display symbol used to draw line features. |
IMarkerSymbol |
getMarkerSymbol(int vers)
Display symbol used to draw point features. |
boolean |
isVersionVisible(int vers)
Indicates whether the specified version is visible in the conflicts window. |
void |
setFillSymbolByRef(int vers,
IFillSymbol symbol)
Display symbol used to draw polygon features. |
void |
setLineSymbolByRef(int vers,
ILineSymbol symbol)
Display symbol used to draw line features. |
void |
setMarkerSymbolByRef(int vers,
IMarkerSymbol symbol)
Display symbol used to draw point features. |
void |
setVersionVisible(int vers,
boolean visible)
Indicates whether the specified version is visible in the conflicts window. |
Method Detail |
---|
boolean isVersionVisible(int vers) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersionVisible(int vers, boolean visible) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getMarkerSymbol(int vers) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerSymbolByRef(int vers, IMarkerSymbol symbol) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineSymbol getLineSymbol(int vers) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineSymbolByRef(int vers, ILineSymbol symbol) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFillSymbol getFillSymbol(int vers) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFillSymbolByRef(int vers, IFillSymbol symbol) throws IOException, AutomationException
vers
- A com.esri.arcgis.editor.esriVersion constant (in)symbol
- A reference to a com.esri.arcgis.display.IFillSymbol (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 |