com.esri.arcgisws
Class ComputeDistance

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

public class ComputeDistance
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="MapName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FromPoint" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
         <element name="ToPoint" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriUnits"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ComputeDistance()
          ComputeDistance default constructor.
ComputeDistance(String mapName, Point fromPoint, Point toPoint, EsriUnits units)
          Deprecated. 
 
Method Summary
 Point getFromPoint()
          Gets the value of the fromPoint property.
 String getMapName()
          Gets the value of the mapName property.
 Point getToPoint()
          Gets the value of the toPoint property.
 EsriUnits getUnits()
          Gets the value of the units property.
 void setFromPoint(Point value)
          Sets the value of the fromPoint property.
 void setMapName(String value)
          Sets the value of the mapName property.
 void setToPoint(Point value)
          Sets the value of the toPoint property.
 void setUnits(EsriUnits value)
          Sets the value of the units property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputeDistance

@Deprecated
public ComputeDistance(String mapName,
                                  Point fromPoint,
                                  Point toPoint,
                                  EsriUnits units)
Deprecated. 

ComputeDistance constructor.


ComputeDistance

public ComputeDistance()
ComputeDistance default constructor.

Method Detail

getMapName

public String getMapName()
Gets the value of the mapName property.

Returns:
possible object is String

setMapName

public void setMapName(String value)
Sets the value of the mapName property.

Parameters:
value - allowed object is String

getFromPoint

public Point getFromPoint()
Gets the value of the fromPoint property.

Returns:
possible object is Point

setFromPoint

public void setFromPoint(Point value)
Sets the value of the fromPoint property.

Parameters:
value - allowed object is Point

getToPoint

public Point getToPoint()
Gets the value of the toPoint property.

Returns:
possible object is Point

setToPoint

public void setToPoint(Point value)
Sets the value of the toPoint property.

Parameters:
value - allowed object is Point

getUnits

public EsriUnits getUnits()
Gets the value of the units property.

Returns:
possible object is EsriUnits

setUnits

public void setUnits(EsriUnits value)
Sets the value of the units property.

Parameters:
value - allowed object is EsriUnits