com.esri.arcgisws
Class ComputeDistance

java.lang.Object
  extended bycom.esri.arcgisws.ComputeDistance
All Implemented Interfaces:
java.io.Serializable

public class ComputeDistance
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ComputeDistance()
           
ComputeDistance(java.lang.String mapName, Point fromPoint, Point toPoint, EsriUnits units)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Point getFromPoint()
          Gets the fromPoint value for this ComputeDistance.
 java.lang.String getMapName()
          Gets the mapName value for this ComputeDistance.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Point getToPoint()
          Gets the toPoint value for this ComputeDistance.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 EsriUnits getUnits()
          Gets the units value for this ComputeDistance.
 int hashCode()
           
 void setFromPoint(Point fromPoint)
          Sets the fromPoint value for this ComputeDistance.
 void setMapName(java.lang.String mapName)
          Sets the mapName value for this ComputeDistance.
 void setToPoint(Point toPoint)
          Sets the toPoint value for this ComputeDistance.
 void setUnits(EsriUnits units)
          Sets the units value for this ComputeDistance.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputeDistance

public ComputeDistance()

ComputeDistance

public ComputeDistance(java.lang.String mapName,
                       Point fromPoint,
                       Point toPoint,
                       EsriUnits units)
Method Detail

getMapName

public java.lang.String getMapName()
Gets the mapName value for this ComputeDistance.

Returns:
mapName

setMapName

public void setMapName(java.lang.String mapName)
Sets the mapName value for this ComputeDistance.

Parameters:
mapName -

getFromPoint

public Point getFromPoint()
Gets the fromPoint value for this ComputeDistance.

Returns:
fromPoint

setFromPoint

public void setFromPoint(Point fromPoint)
Sets the fromPoint value for this ComputeDistance.

Parameters:
fromPoint -

getToPoint

public Point getToPoint()
Gets the toPoint value for this ComputeDistance.

Returns:
toPoint

setToPoint

public void setToPoint(Point toPoint)
Sets the toPoint value for this ComputeDistance.

Parameters:
toPoint -

getUnits

public EsriUnits getUnits()
Gets the units value for this ComputeDistance.

Returns:
units

setUnits

public void setUnits(EsriUnits units)
Sets the units value for this ComputeDistance.

Parameters:
units -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer