|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPTimeUnit
COM Interface 'IGPTimeUnit'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing time unit object.' 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 |
IID8214f11b_06bb_4523_aeaa_05b077c3bdea
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
convertValue(int units)
Converts the current value to the specified time unit type. |
int |
getUnits()
Gets the type of time unit. |
double |
getValue()
Gets the value, as a double, of the time unit. |
void |
setUnits(int pUnits)
Gets the type of time unit. |
void |
setValue(double pValue)
Gets the value, as a double, of the time unit. |
Field Detail |
---|
static final int IID8214f11b_06bb_4523_aeaa_05b077c3bdea
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(double pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnits(int pUnits) throws java.io.IOException, AutomationException
pUnits
- A com.esri.arcgis.system.esriTimeUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double convertValue(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriTimeUnits constant (in)
java.io.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 |