|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPResultOptions
public class GPResultOptions
Java class for GPResultOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GPResultOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DensifyFeatures" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGDSTransportType" minOccurs="0"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
<element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FormatProperties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GPResultOptions()
GPResultOptions default constructor. |
|
GPResultOptions(Boolean densifyFeatures,
EsriGDSTransportType transportType,
SpatialReference spatialReference,
String format,
PropertySet formatProperties)
Deprecated. |
|
| Method Summary | |
|---|---|
Boolean |
getDensifyFeatures()
Gets the value of the densifyFeatures property. |
String |
getFormat()
Gets the value of the format property. |
PropertySet |
getFormatProperties()
Gets the value of the formatProperties property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
EsriGDSTransportType |
getTransportType()
Gets the value of the transportType property. |
Boolean |
isDensifyFeatures()
|
void |
setDensifyFeatures(Boolean value)
Sets the value of the densifyFeatures property. |
void |
setFormat(String value)
Sets the value of the format property. |
void |
setFormatProperties(PropertySet value)
Sets the value of the formatProperties property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
void |
setTransportType(EsriGDSTransportType value)
Sets the value of the transportType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GPResultOptions(Boolean densifyFeatures,
EsriGDSTransportType transportType,
SpatialReference spatialReference,
String format,
PropertySet formatProperties)
public GPResultOptions()
| Method Detail |
|---|
public Boolean getDensifyFeatures()
Booleanpublic Boolean isDensifyFeatures()
public void setDensifyFeatures(Boolean value)
value - allowed object is
Booleanpublic EsriGDSTransportType getTransportType()
EsriGDSTransportTypepublic void setTransportType(EsriGDSTransportType value)
value - allowed object is
EsriGDSTransportTypepublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic PropertySet getFormatProperties()
PropertySetpublic void setFormatProperties(PropertySet value)
value - allowed object is
PropertySet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||