com.esri.arcgisws
Class GetAreasAndLengths

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

public class GetAreasAndLengths
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="InPolygonArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolygon"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetAreasAndLengths()
          GetAreasAndLengths default constructor.
GetAreasAndLengths(SpatialReference spatialReference, Polygon[] inPolygonArray)
          Deprecated. 
 
Method Summary
 Polygon[] getInPolygonArray()
          Gets the value of the inPolygonArray property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setInPolygonArray(Polygon[] value)
          Sets the value of the inPolygonArray 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

GetAreasAndLengths

@Deprecated
public GetAreasAndLengths(SpatialReference spatialReference,
                                     Polygon[] inPolygonArray)
Deprecated. 

GetAreasAndLengths constructor.


GetAreasAndLengths

public GetAreasAndLengths()
GetAreasAndLengths 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

getInPolygonArray

public Polygon[] getInPolygonArray()
Gets the value of the inPolygonArray property.

Returns:
possible object is []

setInPolygonArray

public void setInPolygonArray(Polygon[] value)
Sets the value of the inPolygonArray property.

Parameters:
value - allowed object is []