com.esri.arcgisws
Class Line

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Curve
          extended by com.esri.arcgisws.Segment
              extended by com.esri.arcgisws.Line
All Implemented Interfaces:
Serializable

public class Line
extends Segment
implements Serializable

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>
 

See Also:
Serialized Form

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

Line

@Deprecated
public Line(Point fromPoint,
                       Point toPoint)
Deprecated. 

Line constructor.


Line

public Line()
Line default constructor.