com.esri.arcgisws
Class Path

java.lang.Object
  extended bycom.esri.arcgisws.Geometry
      extended bycom.esri.arcgisws.Curve
          extended bycom.esri.arcgisws.Path
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Ring

public class Path
extends Curve
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Path()
           
Path(Point[] pointArray, Segment[] segmentArray)
           
 
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[] getPointArray()
          Gets the pointArray value for this Path.
 Segment[] getSegmentArray()
          Gets the segmentArray value for this Path.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPointArray(Point[] pointArray)
          Sets the pointArray value for this Path.
 void setSegmentArray(Segment[] segmentArray)
          Sets the segmentArray value for this Path.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path()

Path

public Path(Point[] pointArray,
            Segment[] segmentArray)
Method Detail

getPointArray

public Point[] getPointArray()
Gets the pointArray value for this Path.

Returns:
pointArray

setPointArray

public void setPointArray(Point[] pointArray)
Sets the pointArray value for this Path.

Parameters:
pointArray -

getSegmentArray

public Segment[] getSegmentArray()
Gets the segmentArray value for this Path.

Returns:
segmentArray

setSegmentArray

public void setSegmentArray(Segment[] segmentArray)
Sets the segmentArray value for this Path.

Parameters:
segmentArray -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Curve

hashCode

public int hashCode()
Overrides:
hashCode in class Curve

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