|
|||||||||
| 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.Segment
public abstract class Segment
Java class for Segment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Segment">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Curve">
<sequence>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Segment()
Segment default constructor. |
|
Segment(Point fromPoint,
Point toPoint)
Deprecated. |
|
| Method Summary | |
|---|---|
Point |
getFromPoint()
Gets the value of the fromPoint property. |
Point |
getToPoint()
Gets the value of the toPoint property. |
void |
setFromPoint(Point value)
Sets the value of the fromPoint property. |
void |
setToPoint(Point value)
Sets the value of the toPoint property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Segment(Point fromPoint,
Point toPoint)
public Segment()
| Method Detail |
|---|
public Point getFromPoint()
Pointpublic void setFromPoint(Point value)
value - allowed object is
Pointpublic Point getToPoint()
Pointpublic void setToPoint(Point value)
value - allowed object is
Point
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||