|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSATimeConfiguration
Provides access to the time configuration object used for solar radiation.
Method Summary | |
---|---|
int |
getType()
Time configuration type of time configuration parameters. |
void |
setDefault()
Sets default time configuration parameters. |
void |
setMultiDays(int year,
int startDay,
int endDay)
Sets Multi-Days in time configuration parameters. |
void |
setSpecialDays()
Sets Special-Days in time configuration parameters. |
void |
setWholeYear(int year)
Sets Whole-Year in time configuration parameters. |
void |
setWithinDay(int day,
double startTime,
double endTime)
Sets Within-Day in time configuration parameters. |
Method Detail |
---|
void setDefault() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWithinDay(int day, double startTime, double endTime) throws IOException, AutomationException
day
- The day (in)startTime
- The startTime (in)endTime
- The endTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpecialDays() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultiDays(int year, int startDay, int endDay) throws IOException, AutomationException
year
- The year (in)startDay
- The startDay (in)endDay
- The endDay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWholeYear(int year) throws IOException, AutomationException
year
- The year (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
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 |