com.esri.arcgisws
Class FindSRByWKT

java.lang.Object
  extended by com.esri.arcgisws.FindSRByWKT
All Implemented Interfaces:
Serializable

public class FindSRByWKT
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

FindSRByWKT

@Deprecated
public FindSRByWKT(String wkt,
                              String wktz,
                              boolean defaultXYResolution,
                              boolean defaultXYTolerance)
Deprecated. 

FindSRByWKT constructor.


FindSRByWKT

public FindSRByWKT()
FindSRByWKT default constructor.

Method Detail

getWKT

public String getWKT()
Gets the value of the wkt property.

Returns:
possible object is String

setWKT

public void setWKT(String value)
Sets the value of the wkt property.

Parameters:
value - allowed object is String

getWKTZ

public String getWKTZ()
Gets the value of the wktz property.

Returns:
possible object is String

setWKTZ

public void setWKTZ(String value)
Sets the value of the wktz property.

Parameters:
value - allowed object is String

isDefaultXYResolution

public boolean isDefaultXYResolution()
Gets the value of the defaultXYResolution property.


setDefaultXYResolution

public void setDefaultXYResolution(boolean value)
Sets the value of the defaultXYResolution property.


isDefaultXYTolerance

public boolean isDefaultXYTolerance()
Gets the value of the defaultXYTolerance property.


setDefaultXYTolerance

public void setDefaultXYTolerance(boolean value)
Sets the value of the defaultXYTolerance property.