com.esri.arcgisws
Class Difference

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

public class Difference
extends Object
implements Serializable

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="InGeometryArray1" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
         <element name="InGeometry2" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Difference()
          Difference default constructor.
Difference(SpatialReference spatialReference, Geometry[] inGeometryArray1, Geometry inGeometry2)
          Deprecated. 
 
Method Summary
 Geometry getInGeometry2()
          Gets the value of the inGeometry2 property.
 Geometry[] getInGeometryArray1()
          Gets the value of the inGeometryArray1 property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setInGeometry2(Geometry value)
          Sets the value of the inGeometry2 property.
 void setInGeometryArray1(Geometry[] value)
          Sets the value of the inGeometryArray1 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

Difference

@Deprecated
public Difference(SpatialReference spatialReference,
                             Geometry[] inGeometryArray1,
                             Geometry inGeometry2)
Deprecated. 

Difference constructor.


Difference

public Difference()
Difference default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getInGeometryArray1

public Geometry[] getInGeometryArray1()
Gets the value of the inGeometryArray1 property.

Returns:
possible object is []

setInGeometryArray1

public void setInGeometryArray1(Geometry[] value)
Sets the value of the inGeometryArray1 property.

Parameters:
value - allowed object is []

getInGeometry2

public Geometry getInGeometry2()
Gets the value of the inGeometry2 property.

Returns:
possible object is Geometry

setInGeometry2

public void setInGeometry2(Geometry value)
Sets the value of the inGeometry2 property.

Parameters:
value - allowed object is Geometry