com.esri.arcgisws
Class QueryResultOptions

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

public class QueryResultOptions
extends Object
implements Serializable

Query Result Options

Java class for QueryResultOptions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QueryResultOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Format" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriQueryResultFormat"/>
         <element name="FormatProperties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
         <element name="GeoTransformation" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeoTransformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Query Result Options

See Also:
Serialized Form

Constructor Summary
QueryResultOptions()
          QueryResultOptions default constructor.
QueryResultOptions(EsriQueryResultFormat format, PropertySet formatProperties, GeoTransformation geoTransformation)
          Deprecated. 
 
Method Summary
 EsriQueryResultFormat getFormat()
          The query result format.
 PropertySet getFormatProperties()
          Format properties specific to result format.
 GeoTransformation getGeoTransformation()
          Geographic Transformation.
 void setFormat(EsriQueryResultFormat value)
          The query result format.
 void setFormatProperties(PropertySet value)
          Format properties specific to result format.
 void setGeoTransformation(GeoTransformation value)
          Geographic Transformation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultOptions

@Deprecated
public QueryResultOptions(EsriQueryResultFormat format,
                                     PropertySet formatProperties,
                                     GeoTransformation geoTransformation)
Deprecated. 

QueryResultOptions constructor.


QueryResultOptions

public QueryResultOptions()
QueryResultOptions default constructor.

Method Detail

getFormat

public EsriQueryResultFormat getFormat()
The query result format. Gets the value of the format property.

Returns:
possible object is EsriQueryResultFormat

setFormat

public void setFormat(EsriQueryResultFormat value)
The query result format. Sets the value of the format property.

Parameters:
value - allowed object is EsriQueryResultFormat

getFormatProperties

public PropertySet getFormatProperties()
Format properties specific to result format. Gets the value of the formatProperties property.

Returns:
possible object is PropertySet

setFormatProperties

public void setFormatProperties(PropertySet value)
Format properties specific to result format. Sets the value of the formatProperties property.

Parameters:
value - allowed object is PropertySet

getGeoTransformation

public GeoTransformation getGeoTransformation()
Geographic Transformation. Gets the value of the geoTransformation property.

Returns:
possible object is GeoTransformation

setGeoTransformation

public void setGeoTransformation(GeoTransformation value)
Geographic Transformation. Sets the value of the geoTransformation property.

Parameters:
value - allowed object is GeoTransformation