|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FindSRByWKT
public class FindSRByWKT
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="WKT" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="WKT_Z" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DefaultXYResolution" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DefaultXYTolerance" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindSRByWKT()
FindSRByWKT default constructor. |
|
FindSRByWKT(String wkt,
String wktz,
boolean defaultXYResolution,
boolean defaultXYTolerance)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getWKT()
Gets the value of the wkt property. |
String |
getWKTZ()
Gets the value of the wktz property. |
boolean |
isDefaultXYResolution()
Gets the value of the defaultXYResolution property. |
boolean |
isDefaultXYTolerance()
Gets the value of the defaultXYTolerance property. |
void |
setDefaultXYResolution(boolean value)
Sets the value of the defaultXYResolution property. |
void |
setDefaultXYTolerance(boolean value)
Sets the value of the defaultXYTolerance property. |
void |
setWKT(String value)
Sets the value of the wkt property. |
void |
setWKTZ(String value)
Sets the value of the wktz property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public FindSRByWKT(String wkt,
String wktz,
boolean defaultXYResolution,
boolean defaultXYTolerance)
public FindSRByWKT()
| Method Detail |
|---|
public String getWKT()
Stringpublic void setWKT(String value)
value - allowed object is
Stringpublic String getWKTZ()
Stringpublic void setWKTZ(String value)
value - allowed object is
Stringpublic boolean isDefaultXYResolution()
public void setDefaultXYResolution(boolean value)
public boolean isDefaultXYTolerance()
public void setDefaultXYTolerance(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||