com.esri.arcgis.networkanalyst
Interface ITimeSlice

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITimeSliceProxy, TimeSlice

public interface ITimeSlice
extends java.io.Serializable

COM Interface 'ITimeSlice'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to time slice.' 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 IIDd0fa9997_e17f_427b_9d7d_aa31cc87ccc7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.util.Date getFromDate()
          Time slice left bound.
 java.util.Date getToDate()
          Time slice right bound.
 void setFromDate(java.util.Date pFrom)
          Time slice left bound.
 void setToDate(java.util.Date pTo)
          Time slice right bound.
 

Field Detail

IIDd0fa9997_e17f_427b_9d7d_aa31cc87ccc7

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

getFromDate

java.util.Date getFromDate()
                           throws java.io.IOException,
                                  AutomationException
Time slice left bound.

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

setFromDate

void setFromDate(java.util.Date pFrom)
                 throws java.io.IOException,
                        AutomationException
Time slice left bound.

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

getToDate

java.util.Date getToDate()
                         throws java.io.IOException,
                                AutomationException
Time slice right bound.

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

setToDate

void setToDate(java.util.Date pTo)
               throws java.io.IOException,
                      AutomationException
Time slice right bound.

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