| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Geometry
com.esri.arcgisws.Curve
com.esri.arcgisws.Polycurve
com.esri.arcgisws.Polygon
com.esri.arcgisws.PolygonN
public class PolygonN
Java class for PolygonN complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="PolygonN">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Polygon">
       <sequence>
         <element name="HasID" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="HasZ" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="HasM" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="RingArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfRing"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| PolygonN()PolygonN default constructor. | |
| PolygonN(boolean hasID,
         boolean hasZ,
         boolean hasM,
         Envelope extent,
         Ring[] ringArray,
         SpatialReference spatialReference)Deprecated. | |
| Method Summary | |
|---|---|
|  Envelope | getExtent()Gets the value of the extent property. | 
|  Ring[] | getRingArray()Gets the value of the ringArray property. | 
|  SpatialReference | getSpatialReference()Gets the value of the spatialReference property. | 
|  boolean | isHasID()Gets the value of the hasID property. | 
|  boolean | isHasM()Gets the value of the hasM property. | 
|  boolean | isHasZ()Gets the value of the hasZ property. | 
|  void | setExtent(Envelope value)Sets the value of the extent property. | 
|  void | setHasID(boolean value)Sets the value of the hasID property. | 
|  void | setHasM(boolean value)Sets the value of the hasM property. | 
|  void | setHasZ(boolean value)Sets the value of the hasZ property. | 
|  void | setRingArray(Ring[] value)Sets the value of the ringArray property. | 
|  void | setSpatialReference(SpatialReference value)Sets the value of the spatialReference property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public PolygonN(boolean hasID,
                           boolean hasZ,
                           boolean hasM,
                           Envelope extent,
                           Ring[] ringArray,
                           SpatialReference spatialReference)
public PolygonN()
| Method Detail | 
|---|
public boolean isHasID()
public void setHasID(boolean value)
public boolean isHasZ()
public void setHasZ(boolean value)
public boolean isHasM()
public void setHasM(boolean value)
public Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
     Envelopepublic Ring[] getRingArray()
[] public void setRingArray(Ring[] value)
value - allowed object is
     [] public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
     SpatialReference| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||