com.esri.arcgisws
Class Ring

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

public class Ring
extends Path
implements Serializable

Java class for Ring complex type.

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

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

See Also:
Serialized Form

Constructor Summary
Ring()
          Ring default constructor.
Ring(Point[] pointArray, Segment[] segmentArray)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.Path
getPointArray, getSegmentArray, setPointArray, setSegmentArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ring

@Deprecated
public Ring(Point[] pointArray,
                       Segment[] segmentArray)
Deprecated. 

Ring constructor.


Ring

public Ring()
Ring default constructor.