com.esri.arcgisws
Class Path

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

public class Path
extends Curve
implements Serializable

Java class for Path complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Path">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Curve">
       <sequence>
         <element name="PointArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPoint" minOccurs="0"/>
         <element name="SegmentArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfSegment" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Path()
          Path default constructor.
Path(Point[] pointArray, Segment[] segmentArray)
          Deprecated. 
 
Method Summary
 Point[] getPointArray()
          Gets the value of the pointArray property.
 Segment[] getSegmentArray()
          Gets the value of the segmentArray property.
 void setPointArray(Point[] value)
          Sets the value of the pointArray property.
 void setSegmentArray(Segment[] value)
          Sets the value of the segmentArray property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

@Deprecated
public Path(Point[] pointArray,
                       Segment[] segmentArray)
Deprecated. 

Path constructor.


Path

public Path()
Path default constructor.

Method Detail

getPointArray

public Point[] getPointArray()
Gets the value of the pointArray property.

Returns:
possible object is []

setPointArray

public void setPointArray(Point[] value)
Sets the value of the pointArray property.

Parameters:
value - allowed object is []

getSegmentArray

public Segment[] getSegmentArray()
Gets the value of the segmentArray property.

Returns:
possible object is []

setSegmentArray

public void setSegmentArray(Segment[] value)
Sets the value of the segmentArray property.

Parameters:
value - allowed object is []