|
|||||||||
| 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.TriangleFan
public class TriangleFan
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>
| 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 |
|---|
@Deprecated public TriangleFan(Point[] pointArray)
public TriangleFan()
| Method Detail |
|---|
public Point[] getPointArray()
[] public void setPointArray(Point[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||