|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.QueryResultOptions
public class QueryResultOptions
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
| 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 |
|---|
@Deprecated
public QueryResultOptions(EsriQueryResultFormat format,
PropertySet formatProperties,
GeoTransformation geoTransformation)
public QueryResultOptions()
| Method Detail |
|---|
public EsriQueryResultFormat getFormat()
EsriQueryResultFormatpublic void setFormat(EsriQueryResultFormat value)
value - allowed object is
EsriQueryResultFormatpublic PropertySet getFormatProperties()
PropertySetpublic void setFormatProperties(PropertySet value)
value - allowed object is
PropertySetpublic GeoTransformation getGeoTransformation()
GeoTransformationpublic void setGeoTransformation(GeoTransformation value)
value - allowed object is
GeoTransformation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||