|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Cut
public class Cut
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>
| 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 |
|---|
@Deprecated
public Cut(SpatialReference spatialReference,
Geometry[] targets,
Polyline cutter)
public Cut()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Geometry[] getTargets()
[] public void setTargets(Geometry[] value)
value - allowed object is
[] public Polyline getCutter()
Polylinepublic void setCutter(Polyline value)
value - allowed object is
Polyline
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||