|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Geometry
com.esri.arcgisws.Curve
com.esri.arcgisws.Path
public class Path
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>
| 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 |
|---|
@Deprecated
public Path(Point[] pointArray,
Segment[] segmentArray)
public Path()
| Method Detail |
|---|
public Point[] getPointArray()
[] public void setPointArray(Point[] value)
value - allowed object is
[] public Segment[] getSegmentArray()
[] public void setSegmentArray(Segment[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||