|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TrimExtend
public class TrimExtend
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>
| 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 |
|---|
@Deprecated
public TrimExtend(SpatialReference spatialReference,
Polyline[] inPolylineArray,
Polyline trimExtendTo,
int extendHow)
public TrimExtend()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Polyline[] getInPolylineArray()
[] public void setInPolylineArray(Polyline[] value)
value - allowed object is
[] public Polyline getTrimExtendTo()
Polylinepublic void setTrimExtendTo(Polyline value)
value - allowed object is
Polylinepublic int getExtendHow()
public void setExtendHow(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||