| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Union
public class Union
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
         <element name="InGeometryArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| Union()Union default constructor. | |
| Union(SpatialReference spatialReference,
      Geometry[] inGeometryArray)Deprecated. | |
| Method Summary | |
|---|---|
|  Geometry[] | getInGeometryArray()Gets the value of the inGeometryArray property. | 
|  SpatialReference | getSpatialReference()Gets the value of the spatialReference property. | 
|  void | setInGeometryArray(Geometry[] value)Sets the value of the inGeometryArray 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 Union(SpatialReference spatialReference,
                        Geometry[] inGeometryArray)
public Union()
| Method Detail | 
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
     SpatialReferencepublic Geometry[] getInGeometryArray()
[] public void setInGeometryArray(Geometry[] value)
value - allowed object is
     [] | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||