com.esri.arcgisws
Class Curve
java.lang.Object
com.esri.arcgisws.Geometry
com.esri.arcgisws.Curve
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Path, Polycurve, Segment
public abstract class Curve
- extends Geometry
- implements Serializable
Java class for Curve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Curve">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry">
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Constructor Summary |
Curve()
Curve default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Curve
public Curve()
- Curve default constructor.