|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.AutoComplete
public class AutoComplete
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="InPolygons" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolygon"/>
<element name="InCompletionLines" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolyline"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AutoComplete()
AutoComplete default constructor. |
|
AutoComplete(SpatialReference spatialReference,
Polygon[] inPolygons,
Polyline[] inCompletionLines)
Deprecated. |
|
| Method Summary | |
|---|---|
Polyline[] |
getInCompletionLines()
Gets the value of the inCompletionLines property. |
Polygon[] |
getInPolygons()
Gets the value of the inPolygons property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
void |
setInCompletionLines(Polyline[] value)
Sets the value of the inCompletionLines property. |
void |
setInPolygons(Polygon[] value)
Sets the value of the inPolygons 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 AutoComplete(SpatialReference spatialReference,
Polygon[] inPolygons,
Polyline[] inCompletionLines)
public AutoComplete()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Polygon[] getInPolygons()
[] public void setInPolygons(Polygon[] value)
value - allowed object is
[] public Polyline[] getInCompletionLines()
[] public void setInCompletionLines(Polyline[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||