|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventRenderer2
Provides access to properties that support rendering specific event IDs or feature IDs, in coordination with the StepTool.
Method Summary | |
---|---|
String |
getEventIDFieldName()
Provides the field name that holds the Event ID; this should be consistent with that available from the temporal layer or the temporal feature class. |
IStringArray |
getEventIDsToRender()
Provides the set of Event IDs that will be rendered in coordination with the StepTool. |
IFIDSet |
getFIDsToRender()
Provides the set of FeatureIDs that will be rendered in coordination with the StepTool. |
String |
getTemporalFieldName()
Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class. |
void |
setEventIDFieldName(String pbstrEventIDField)
Provides the field name that holds the Event ID; this should be consistent with that available from the temporal layer or the temporal feature class. |
void |
setEventIDsToRenderByRef(IStringArray ppiEventIDs)
Provides the set of Event IDs that will be rendered in coordination with the StepTool. |
void |
setFIDsToRenderByRef(IFIDSet ppiFIDs)
Provides the set of FeatureIDs that will be rendered in coordination with the StepTool. |
void |
setTemporalFieldName(String pbstrTemporalField)
Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class. |
Method Detail |
---|
IFIDSet getFIDsToRender() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFIDsToRenderByRef(IFIDSet ppiFIDs) throws IOException, AutomationException
ppiFIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getEventIDsToRender() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventIDsToRenderByRef(IStringArray ppiEventIDs) throws IOException, AutomationException
ppiEventIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEventIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventIDFieldName(String pbstrEventIDField) throws IOException, AutomationException
pbstrEventIDField
- The pbstrEventIDField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTemporalFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTemporalFieldName(String pbstrTemporalField) throws IOException, AutomationException
pbstrTemporalField
- The pbstrTemporalField (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 |