|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GDSExportOptions
public class GDSExportOptions
Java class for GDSExportOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GDSExportOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExportFormat" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGDSExportFormat"/>
<element name="Compressed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="BinaryGeometry" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GDSExportOptions()
GDSExportOptions default constructor. |
|
GDSExportOptions(EsriGDSExportFormat exportFormat,
boolean compressed,
boolean binaryGeometry)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriGDSExportFormat |
getExportFormat()
Gets the value of the exportFormat property. |
boolean |
isBinaryGeometry()
Gets the value of the binaryGeometry property. |
boolean |
isCompressed()
Gets the value of the compressed property. |
void |
setBinaryGeometry(boolean value)
Sets the value of the binaryGeometry property. |
void |
setCompressed(boolean value)
Sets the value of the compressed property. |
void |
setExportFormat(EsriGDSExportFormat value)
Sets the value of the exportFormat property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GDSExportOptions(EsriGDSExportFormat exportFormat,
boolean compressed,
boolean binaryGeometry)
public GDSExportOptions()
| Method Detail |
|---|
public EsriGDSExportFormat getExportFormat()
EsriGDSExportFormatpublic void setExportFormat(EsriGDSExportFormat value)
value - allowed object is
EsriGDSExportFormatpublic boolean isCompressed()
public void setCompressed(boolean value)
public boolean isBinaryGeometry()
public void setBinaryGeometry(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||