com.esri.arcgisws
Class GetAreasAndLengths2

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

public class GetAreasAndLengths2
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"/>
         <element name="LengthUnit" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinearUnit"/>
         <element name="AreaUnit" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinearUnit"/>
         <element name="AreaUnitEnum" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriAreaUnits"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetAreasAndLengths2()
          GetAreasAndLengths2 default constructor.
GetAreasAndLengths2(SpatialReference spatialReference, Polygon[] inPolygonArray, LinearUnit lengthUnit, LinearUnit areaUnit, EsriAreaUnits areaUnitEnum)
          Deprecated. 
 
Method Summary
 LinearUnit getAreaUnit()
          Gets the value of the areaUnit property.
 EsriAreaUnits getAreaUnitEnum()
          Gets the value of the areaUnitEnum property.
 Polygon[] getInPolygonArray()
          Gets the value of the inPolygonArray property.
 LinearUnit getLengthUnit()
          Gets the value of the lengthUnit property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setAreaUnit(LinearUnit value)
          Sets the value of the areaUnit property.
 void setAreaUnitEnum(EsriAreaUnits value)
          Sets the value of the areaUnitEnum property.
 void setInPolygonArray(Polygon[] value)
          Sets the value of the inPolygonArray property.
 void setLengthUnit(LinearUnit value)
          Sets the value of the lengthUnit 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

GetAreasAndLengths2

@Deprecated
public GetAreasAndLengths2(SpatialReference spatialReference,
                                      Polygon[] inPolygonArray,
                                      LinearUnit lengthUnit,
                                      LinearUnit areaUnit,
                                      EsriAreaUnits areaUnitEnum)
Deprecated. 

GetAreasAndLengths2 constructor.


GetAreasAndLengths2

public GetAreasAndLengths2()
GetAreasAndLengths2 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 []

getLengthUnit

public LinearUnit getLengthUnit()
Gets the value of the lengthUnit property.

Returns:
possible object is LinearUnit

setLengthUnit

public void setLengthUnit(LinearUnit value)
Sets the value of the lengthUnit property.

Parameters:
value - allowed object is LinearUnit

getAreaUnit

public LinearUnit getAreaUnit()
Gets the value of the areaUnit property.

Returns:
possible object is LinearUnit

setAreaUnit

public void setAreaUnit(LinearUnit value)
Sets the value of the areaUnit property.

Parameters:
value - allowed object is LinearUnit

getAreaUnitEnum

public EsriAreaUnits getAreaUnitEnum()
Gets the value of the areaUnitEnum property.

Returns:
possible object is EsriAreaUnits

setAreaUnitEnum

public void setAreaUnitEnum(EsriAreaUnits value)
Sets the value of the areaUnitEnum property.

Parameters:
value - allowed object is EsriAreaUnits