|
|||||||||
| 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(java.lang.String wkt,
java.lang.String wktz,
boolean defaultXYResolution,
boolean defaultXYTolerance)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getWKT()
Gets the value of the wkt property. |
java.lang.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(java.lang.String value)
Sets the value of the wkt property. |
void |
setWKTZ(java.lang.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(java.lang.String wkt,
java.lang.String wktz,
boolean defaultXYResolution,
boolean defaultXYTolerance)
public FindSRByWKT()
| Method Detail |
|---|
public java.lang.String getWKT()
Stringpublic void setWKT(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWKTZ()
Stringpublic void setWKTZ(java.lang.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 | ||||||||