|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRealTimeFeedSimulator
Provides access to the members of a real-time feed simulator.
Method Summary | |
---|---|
IFeatureLayer |
getFeatureLayer()
The feature layer used to simulate the real-time feed. |
double |
getTimeFactor()
A factor used to adjust the data-driven time interval. |
String |
getTimeField()
The name of the field used for a data-driven time interval. |
double |
getTimeIncrement()
The time increment, in seconds, for the simulated feed. |
boolean |
isFixedTime()
Indicates if a fixed time interval is used. |
void |
setFeatureLayerByRef(IFeatureLayer ppSimulationData)
The feature layer used to simulate the real-time feed. |
void |
setFixedTime(boolean pFixed)
Indicates if a fixed time interval is used. |
void |
setTimeFactor(double pFactor)
A factor used to adjust the data-driven time interval. |
void |
setTimeField(String pFieldName)
The name of the field used for a data-driven time interval. |
void |
setTimeIncrement(double pIncrement)
The time increment, in seconds, for the simulated feed. |
Method Detail |
---|
IFeatureLayer getFeatureLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureLayerByRef(IFeatureLayer ppSimulationData) throws IOException, AutomationException
ppSimulationData
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFixedTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFixedTime(boolean pFixed) throws IOException, AutomationException
pFixed
- The pFixed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTimeIncrement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeIncrement(double pIncrement) throws IOException, AutomationException
pIncrement
- The pIncrement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTimeField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeField(String pFieldName) throws IOException, AutomationException
pFieldName
- The pFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTimeFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeFactor(double pFactor) throws IOException, AutomationException
pFactor
- The pFactor (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 |