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