com.esri.arcgisws
Class Polycurve

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

public abstract class Polycurve
extends Curve
implements Serializable

Java class for Polycurve complex type.

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

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

See Also:
Serialized Form

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

Constructor Detail

Polycurve

public Polycurve()
Polycurve default constructor.