com.esri.arcgisws
Class GetAreasAndLengthsGeodesicResponse

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

public class GetAreasAndLengthsGeodesicResponse
extends java.lang.Object
implements java.io.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="AreasGeodesic" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble"/>
         <element name="LengthsGeodesic" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetAreasAndLengthsGeodesicResponse()
          GetAreasAndLengthsGeodesicResponse default constructor.
GetAreasAndLengthsGeodesicResponse(double[] areasGeodesic, double[] lengthsGeodesic)
          Deprecated. 
 
Method Summary
 double[] getAreasGeodesic()
          Gets the value of the areasGeodesic property.
 double[] getLengthsGeodesic()
          Gets the value of the lengthsGeodesic property.
 void setAreasGeodesic(double[] value)
          Sets the value of the areasGeodesic property.
 void setLengthsGeodesic(double[] value)
          Sets the value of the lengthsGeodesic property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAreasAndLengthsGeodesicResponse

@Deprecated
public GetAreasAndLengthsGeodesicResponse(double[] areasGeodesic,
                                                     double[] lengthsGeodesic)
Deprecated. 

GetAreasAndLengthsGeodesicResponse constructor.


GetAreasAndLengthsGeodesicResponse

public GetAreasAndLengthsGeodesicResponse()
GetAreasAndLengthsGeodesicResponse default constructor.

Method Detail

getAreasGeodesic

public double[] getAreasGeodesic()
Gets the value of the areasGeodesic property.

Returns:
possible object is []

setAreasGeodesic

public void setAreasGeodesic(double[] value)
Sets the value of the areasGeodesic property.

Parameters:
value - allowed object is []

getLengthsGeodesic

public double[] getLengthsGeodesic()
Gets the value of the lengthsGeodesic property.

Returns:
possible object is []

setLengthsGeodesic

public void setLengthsGeodesic(double[] value)
Sets the value of the lengthsGeodesic property.

Parameters:
value - allowed object is []