|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LayerResultOptions
public class LayerResultOptions
Java class for LayerResultOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayerResultOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IncludeGeometry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GeometryResultOptions" type="{http://www.esri.com/schemas/ArcGIS/10.3}GeometryResultOptions" minOccurs="0"/>
<element name="ReturnFieldNamesInResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FormatValuesInResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
LayerResultOptions()
LayerResultOptions default constructor. |
|
LayerResultOptions(java.lang.Boolean includeGeometry,
GeometryResultOptions geometryResultOptions,
java.lang.Boolean returnFieldNamesInResults,
java.lang.Boolean formatValuesInResults)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getFormatValuesInResults()
Gets the value of the formatValuesInResults property. |
GeometryResultOptions |
getGeometryResultOptions()
Gets the value of the geometryResultOptions property. |
java.lang.Boolean |
getIncludeGeometry()
Gets the value of the includeGeometry property. |
java.lang.Boolean |
getReturnFieldNamesInResults()
Gets the value of the returnFieldNamesInResults property. |
java.lang.Boolean |
isFormatValuesInResults()
|
java.lang.Boolean |
isIncludeGeometry()
|
java.lang.Boolean |
isReturnFieldNamesInResults()
|
void |
setFormatValuesInResults(java.lang.Boolean value)
Sets the value of the formatValuesInResults property. |
void |
setGeometryResultOptions(GeometryResultOptions value)
Sets the value of the geometryResultOptions property. |
void |
setIncludeGeometry(java.lang.Boolean value)
Sets the value of the includeGeometry property. |
void |
setReturnFieldNamesInResults(java.lang.Boolean value)
Sets the value of the returnFieldNamesInResults property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public LayerResultOptions(java.lang.Boolean includeGeometry,
GeometryResultOptions geometryResultOptions,
java.lang.Boolean returnFieldNamesInResults,
java.lang.Boolean formatValuesInResults)
public LayerResultOptions()
| Method Detail |
|---|
public java.lang.Boolean getIncludeGeometry()
Booleanpublic java.lang.Boolean isIncludeGeometry()
public void setIncludeGeometry(java.lang.Boolean value)
value - allowed object is
Booleanpublic GeometryResultOptions getGeometryResultOptions()
GeometryResultOptionspublic void setGeometryResultOptions(GeometryResultOptions value)
value - allowed object is
GeometryResultOptionspublic java.lang.Boolean getReturnFieldNamesInResults()
Booleanpublic java.lang.Boolean isReturnFieldNamesInResults()
public void setReturnFieldNamesInResults(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getFormatValuesInResults()
Booleanpublic java.lang.Boolean isFormatValuesInResults()
public void setFormatValuesInResults(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||