com.esri.arcgisws
Class TrimExtend

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

public class TrimExtend
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="TrimExtendTo" type="{http://www.esri.com/schemas/ArcGIS/10.0}Polyline"/>
         <element name="ExtendHow" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TrimExtend()
          TrimExtend default constructor.
TrimExtend(SpatialReference spatialReference, Polyline[] inPolylineArray, Polyline trimExtendTo, int extendHow)
          Deprecated. 
 
Method Summary
 int getExtendHow()
          Gets the value of the extendHow property.
 Polyline[] getInPolylineArray()
          Gets the value of the inPolylineArray property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 Polyline getTrimExtendTo()
          Gets the value of the trimExtendTo property.
 void setExtendHow(int value)
          Sets the value of the extendHow property.
 void setInPolylineArray(Polyline[] value)
          Sets the value of the inPolylineArray property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTrimExtendTo(Polyline value)
          Sets the value of the trimExtendTo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrimExtend

@Deprecated
public TrimExtend(SpatialReference spatialReference,
                             Polyline[] inPolylineArray,
                             Polyline trimExtendTo,
                             int extendHow)
Deprecated. 

TrimExtend constructor.


TrimExtend

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

getTrimExtendTo

public Polyline getTrimExtendTo()
Gets the value of the trimExtendTo property.

Returns:
possible object is Polyline

setTrimExtendTo

public void setTrimExtendTo(Polyline value)
Sets the value of the trimExtendTo property.

Parameters:
value - allowed object is Polyline

getExtendHow

public int getExtendHow()
Gets the value of the extendHow property.


setExtendHow

public void setExtendHow(int value)
Sets the value of the extendHow property.