com.esri.arcgisws
Class GDSExportOptions

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

public class GDSExportOptions
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

GDSExportOptions

@Deprecated
public GDSExportOptions(EsriGDSExportFormat exportFormat,
                                   boolean compressed,
                                   boolean binaryGeometry)
Deprecated. 

GDSExportOptions constructor.


GDSExportOptions

public GDSExportOptions()
GDSExportOptions default constructor.

Method Detail

getExportFormat

public EsriGDSExportFormat getExportFormat()
Gets the value of the exportFormat property.

Returns:
possible object is EsriGDSExportFormat

setExportFormat

public void setExportFormat(EsriGDSExportFormat value)
Sets the value of the exportFormat property.

Parameters:
value - allowed object is EsriGDSExportFormat

isCompressed

public boolean isCompressed()
Gets the value of the compressed property.


setCompressed

public void setCompressed(boolean value)
Sets the value of the compressed property.


isBinaryGeometry

public boolean isBinaryGeometry()
Gets the value of the binaryGeometry property.


setBinaryGeometry

public void setBinaryGeometry(boolean value)
Sets the value of the binaryGeometry property.