com.esri.arcgisws
Class TriangleFan

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.TriangleFan
All Implemented Interfaces:
Serializable

public class TriangleFan
extends Geometry
implements Serializable

Java class for TriangleFan complex type.

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

 <complexType name="TriangleFan">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry">
       <sequence>
         <element name="PointArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPoint" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TriangleFan()
          TriangleFan default constructor.
TriangleFan(Point[] pointArray)
          Deprecated. 
 
Method Summary
 Point[] getPointArray()
          Gets the value of the pointArray property.
 void setPointArray(Point[] value)
          Sets the value of the pointArray property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriangleFan

@Deprecated
public TriangleFan(Point[] pointArray)
Deprecated. 

TriangleFan constructor.


TriangleFan

public TriangleFan()
TriangleFan default constructor.

Method Detail

getPointArray

public Point[] getPointArray()
Gets the value of the pointArray property.

Returns:
possible object is []

setPointArray

public void setPointArray(Point[] value)
Sets the value of the pointArray property.

Parameters:
value - allowed object is []