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