com.esri.arcgisws
Class GetLengths2

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

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

See Also:
Serialized Form

Constructor Summary
GetLengths2()
          GetLengths2 default constructor.
GetLengths2(SpatialReference spatialReference, Polyline[] inPolylineArray, LinearUnit lengthUnit)
          Deprecated. 
 
Method Summary
 Polyline[] getInPolylineArray()
          Gets the value of the inPolylineArray property.
 LinearUnit getLengthUnit()
          Gets the value of the lengthUnit property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setInPolylineArray(Polyline[] value)
          Sets the value of the inPolylineArray 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

GetLengths2

@Deprecated
public GetLengths2(SpatialReference spatialReference,
                              Polyline[] inPolylineArray,
                              LinearUnit lengthUnit)
Deprecated. 

GetLengths2 constructor.


GetLengths2

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

getInPolylineArray

public Polyline[] getInPolylineArray()
Gets the value of the inPolylineArray property.

Returns:
possible object is []

setInPolylineArray

public void setInPolylineArray(Polyline[] value)
Sets the value of the inPolylineArray 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