com.esri.arcgisws
Class Polyline

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Curve
          extended by com.esri.arcgisws.Polycurve
              extended by com.esri.arcgisws.Polyline
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PolylineB, PolylineN

public abstract class Polyline
extends Polycurve
implements Serializable

Java class for Polyline complex type.

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

 <complexType name="Polyline">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Polycurve">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Polyline()
          Polyline default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polyline

public Polyline()
Polyline default constructor.