com.esri.arcgisws
Class Reshape

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

public class Reshape
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="Target" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
         <element name="Reshaper" type="{http://www.esri.com/schemas/ArcGIS/10.0}Polyline"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Reshape()
          Reshape default constructor.
Reshape(SpatialReference spatialReference, Geometry target, Polyline reshaper)
          Deprecated. 
 
Method Summary
 Polyline getReshaper()
          Gets the value of the reshaper property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 Geometry getTarget()
          Gets the value of the target property.
 void setReshaper(Polyline value)
          Sets the value of the reshaper property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTarget(Geometry value)
          Sets the value of the target property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reshape

@Deprecated
public Reshape(SpatialReference spatialReference,
                          Geometry target,
                          Polyline reshaper)
Deprecated. 

Reshape constructor.


Reshape

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

getTarget

public Geometry getTarget()
Gets the value of the target property.

Returns:
possible object is Geometry

setTarget

public void setTarget(Geometry value)
Sets the value of the target property.

Parameters:
value - allowed object is Geometry

getReshaper

public Polyline getReshaper()
Gets the value of the reshaper property.

Returns:
possible object is Polyline

setReshaper

public void setReshaper(Polyline value)
Sets the value of the reshaper property.

Parameters:
value - allowed object is Polyline