|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Reshape
public class Reshape
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>
| 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 |
|---|
@Deprecated
public Reshape(SpatialReference spatialReference,
Geometry target,
Polyline reshaper)
public Reshape()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Geometry getTarget()
Geometrypublic void setTarget(Geometry value)
value - allowed object is
Geometrypublic Polyline getReshaper()
Polylinepublic void setReshaper(Polyline value)
value - allowed object is
Polyline
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||