| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPValue
com.esri.arcgisws.GPLinearUnit
public class GPLinearUnit
Java class for GPLinearUnit complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="GPLinearUnit">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriUnits"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
GPLinearUnit()
GPLinearUnit default constructor.  | 
|
GPLinearUnit(double value,
             EsriUnits units)
Deprecated.  | 
|
| Method Summary | |
|---|---|
 EsriUnits | 
getUnits()
Gets the value of the units property.  | 
 double | 
getValue()
Gets the value of the value property.  | 
 void | 
setUnits(EsriUnits value)
Sets the value of the units property.  | 
 void | 
setValue(double value)
Sets the value of the value property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public GPLinearUnit(double value,
                               EsriUnits units)
public GPLinearUnit()
| Method Detail | 
|---|
public double getValue()
public void setValue(double value)
public EsriUnits getUnits()
EsriUnitspublic void setUnits(EsriUnits value)
value - allowed object is
     EsriUnits
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||