| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GetDistance
public class GetDistance
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
         <element name="G1" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
         <element name="G2" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
         <element name="DistanceUnit" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinearUnit"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| GetDistance()GetDistance default constructor. | |
| GetDistance(SpatialReference spatialReference,
            Geometry g1,
            Geometry g2,
            LinearUnit distanceUnit)Deprecated. | |
| Method Summary | |
|---|---|
|  LinearUnit | getDistanceUnit()Gets the value of the distanceUnit property. | 
|  Geometry | getG1()Gets the value of the g1 property. | 
|  Geometry | getG2()Gets the value of the g2 property. | 
|  SpatialReference | getSpatialReference()Gets the value of the spatialReference property. | 
|  void | setDistanceUnit(LinearUnit value)Sets the value of the distanceUnit property. | 
|  void | setG1(Geometry value)Sets the value of the g1 property. | 
|  void | setG2(Geometry value)Sets the value of the g2 property. | 
|  void | setSpatialReference(SpatialReference value)Sets the value of the spatialReference property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public GetDistance(SpatialReference spatialReference,
                              Geometry g1,
                              Geometry g2,
                              LinearUnit distanceUnit)
public GetDistance()
| Method Detail | 
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
     SpatialReferencepublic Geometry getG1()
Geometrypublic void setG1(Geometry value)
value - allowed object is
     Geometrypublic Geometry getG2()
Geometrypublic void setG2(Geometry value)
value - allowed object is
     Geometrypublic LinearUnit getDistanceUnit()
LinearUnitpublic void setDistanceUnit(LinearUnit value)
value - allowed object is
     LinearUnit| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||