com.esri.arcgisws
Class GetDistanceGeodesic

java.lang.Object
  extended by com.esri.arcgisws.GetDistanceGeodesic
All Implemented Interfaces:
Serializable

public class GetDistanceGeodesic
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

Constructor Summary
GetDistanceGeodesic()
          GetDistanceGeodesic default constructor.
GetDistanceGeodesic(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

GetDistanceGeodesic

@Deprecated
public GetDistanceGeodesic(SpatialReference spatialReference,
                                      Geometry g1,
                                      Geometry g2,
                                      LinearUnit distanceUnit)
Deprecated. 

GetDistanceGeodesic constructor.


GetDistanceGeodesic

public GetDistanceGeodesic()
GetDistanceGeodesic default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getG1

public Geometry getG1()
Gets the value of the g1 property.

Returns:
possible object is Geometry

setG1

public void setG1(Geometry value)
Sets the value of the g1 property.

Parameters:
value - allowed object is Geometry

getG2

public Geometry getG2()
Gets the value of the g2 property.

Returns:
possible object is Geometry

setG2

public void setG2(Geometry value)
Sets the value of the g2 property.

Parameters:
value - allowed object is Geometry

getDistanceUnit

public LinearUnit getDistanceUnit()
Gets the value of the distanceUnit property.

Returns:
possible object is LinearUnit

setDistanceUnit

public void setDistanceUnit(LinearUnit value)
Sets the value of the distanceUnit property.

Parameters:
value - allowed object is LinearUnit