public interface ITimeExtent extends ITimeValue, java.io.Serializable
Description: 'Provides access to members that control the Time Extent.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDbd724b95_018f_4367_9883_9560d92293a7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4ce86e17_e819_4c72_bd98_e55ae59b0317
Modifier and Type | Method and Description |
---|---|
ITime |
getEndTime()
The time extent's end time.
|
ITime |
getStartTime()
The time extent's start time.
|
void |
intersect(ITimeValue otherTimeValue)
Adjust to intersect with the input time value.
|
boolean |
isEmpty()
Indicates whether the time extent is empty.
|
ITimeDuration |
queryTimeDuration()
Obtains the time extent's time duration.
|
void |
setEmpty(boolean empty)
Indicates whether the time extent is empty.
|
void |
setEndTime(ITime endTime)
The time extent's end time.
|
void |
setExtent(ITime startTime,
ITime endTime)
Writes start and end time, with copies of the input time values.
|
void |
setStartTime(ITime startTime)
The time extent's start time.
|
void |
union(ITimeValue otherTimeValue)
Adjust to ovelap the input time value.
|
getTimeReference, project, projectFromUTC, projectToUTC, setTimeReferenceByRef
static final int IIDbd724b95_018f_4367_9883_9560d92293a7
static final int xxDummy
static final java.lang.String IID
ITime getStartTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartTime(ITime startTime) throws java.io.IOException, AutomationException
startTime
- A reference to a com.esri.arcgis.system.ITime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITime getEndTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEndTime(ITime endTime) throws java.io.IOException, AutomationException
endTime
- A reference to a com.esri.arcgis.system.ITime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEmpty(boolean empty) throws java.io.IOException, AutomationException
empty
- The empty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtent(ITime startTime, ITime endTime) throws java.io.IOException, AutomationException
startTime
- A reference to a com.esri.arcgis.system.ITime (in)endTime
- A reference to a com.esri.arcgis.system.ITime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeDuration queryTimeDuration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void union(ITimeValue otherTimeValue) throws java.io.IOException, AutomationException
otherTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void intersect(ITimeValue otherTimeValue) throws java.io.IOException, AutomationException
otherTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.