com.esri.arcgisws
Class GetLengths

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

public class GetLengths
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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

GetLengths

@Deprecated
public GetLengths(SpatialReference spatialReference,
                             Polyline[] inPolylineArray)
Deprecated. 

GetLengths constructor.


GetLengths

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