|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeDimensionDefinition
Provides access to properties that define time based on multi-dimensional data.
Layer types that support multidimensional data can choose to define their definition of time based on the dimension. Implementing this interface will allow the users to set one of the dimensions as time dimension.
Method Summary | |
---|---|
String |
getTimeDimensionFormat()
Returns the format of the dimension that represents time. |
String |
getTimeDimensionName()
Returns the name of the dimension that represents time. |
ITimeReference |
getTimeReference()
Time reference for the data. |
boolean |
isMultiDimensional()
Indicates whether the data is multi-dimensional. |
void |
setTimeDimensionFormat(String format)
Returns the format of the dimension that represents time. |
void |
setTimeDimensionName(String fieldName)
Returns the name of the dimension that represents time. |
void |
setTimeReferenceByRef(ITimeReference nativeTimeReference)
Time reference for the data. |
Method Detail |
---|
boolean isMultiDimensional() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTimeDimensionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeDimensionName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTimeDimensionFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeDimensionFormat(String format) throws IOException, AutomationException
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeReference getTimeReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeReferenceByRef(ITimeReference nativeTimeReference) throws IOException, AutomationException
nativeTimeReference
- A reference to a com.esri.arcgis.system.ITimeReference (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 |