com.esri.arcgisws
Class Cut

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

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

See Also:
Serialized Form

Constructor Summary
Cut()
          Cut default constructor.
Cut(SpatialReference spatialReference, Geometry[] targets, Polyline cutter)
          Deprecated. 
 
Method Summary
 Polyline getCutter()
          Gets the value of the cutter property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 Geometry[] getTargets()
          Gets the value of the targets property.
 void setCutter(Polyline value)
          Sets the value of the cutter property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTargets(Geometry[] value)
          Sets the value of the targets property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cut

@Deprecated
public Cut(SpatialReference spatialReference,
                      Geometry[] targets,
                      Polyline cutter)
Deprecated. 

Cut constructor.


Cut

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

getTargets

public Geometry[] getTargets()
Gets the value of the targets property.

Returns:
possible object is []

setTargets

public void setTargets(Geometry[] value)
Sets the value of the targets property.

Parameters:
value - allowed object is []

getCutter

public Polyline getCutter()
Gets the value of the cutter property.

Returns:
possible object is Polyline

setCutter

public void setCutter(Polyline value)
Sets the value of the cutter property.

Parameters:
value - allowed object is Polyline