|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GetLengthsGeodesic
public class GetLengthsGeodesic
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="LengthUnit" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinearUnit"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetLengthsGeodesic()
GetLengthsGeodesic default constructor. |
|
GetLengthsGeodesic(SpatialReference spatialReference,
Polyline[] inPolylineArray,
LinearUnit lengthUnit)
Deprecated. |
|
| Method Summary | |
|---|---|
Polyline[] |
getInPolylineArray()
Gets the value of the inPolylineArray property. |
LinearUnit |
getLengthUnit()
Gets the value of the lengthUnit property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
void |
setInPolylineArray(Polyline[] value)
Sets the value of the inPolylineArray property. |
void |
setLengthUnit(LinearUnit value)
Sets the value of the lengthUnit property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GetLengthsGeodesic(SpatialReference spatialReference,
Polyline[] inPolylineArray,
LinearUnit lengthUnit)
public GetLengthsGeodesic()
| 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 LinearUnit getLengthUnit()
LinearUnitpublic void setLengthUnit(LinearUnit value)
value - allowed object is
LinearUnit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||