| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPLinearUnit
Provides access to the properties/methods of a geoprocessing linear unit object.
| Method Summary | |
|---|---|
|  double | convertValue(int units)Converts the current value to the specified linear unit type. | 
|  int | getUnits()Gets the type of linear unit. | 
|  double | getValue()Gets the value, as a double, of the linear unit. | 
|  void | setUnits(int pUnits)Gets the type of linear unit. | 
|  void | setValue(double pValue)Gets the value, as a double, of the linear unit. | 
| Method Detail | 
|---|
double getValue()
                throws IOException,
                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(double pValue)
              throws IOException,
                     AutomationException
pValue - The pValue  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUnits()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUnits(int pUnits)
              throws IOException,
                     AutomationException
pUnits - A com.esri.arcgis.system.esriUnits constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double convertValue(int units)
                    throws IOException,
                           AutomationException
units - A com.esri.arcgis.system.esriUnits constant  (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 | ||||||||