com.esri.arcgisws
Class TerrainDataSource

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

public class TerrainDataSource
extends Object
implements Serializable

Java class for TerrainDataSource complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TerrainDataSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FeatureClassID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="FeatureClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="GroupID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SourceStatus" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SourceType" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SurfaceFeatureType" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="IsBase" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ApplyToOverview" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="AutoGeneralize" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ResolutionLowerBound" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ResolutionUpperBound" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="SourceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="HeightField" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TagValueField" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ReservedFields" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TerrainDataSource()
          TerrainDataSource default constructor.
TerrainDataSource(int featureClassID, String featureClassName, int groupID, int sourceStatus, int sourceType, int surfaceFeatureType, boolean isBase, boolean applyToOverview, boolean autoGeneralize, double resolutionLowerBound, double resolutionUpperBound, String sourceName, String heightField, String tagValueField, String[] reservedFields)
          Deprecated. 
 
Method Summary
 int getFeatureClassID()
          Gets the value of the featureClassID property.
 String getFeatureClassName()
          Gets the value of the featureClassName property.
 int getGroupID()
          Gets the value of the groupID property.
 String getHeightField()
          Gets the value of the heightField property.
 String[] getReservedFields()
          Gets the value of the reservedFields property.
 double getResolutionLowerBound()
          Gets the value of the resolutionLowerBound property.
 double getResolutionUpperBound()
          Gets the value of the resolutionUpperBound property.
 String getSourceName()
          Gets the value of the sourceName property.
 int getSourceStatus()
          Gets the value of the sourceStatus property.
 int getSourceType()
          Gets the value of the sourceType property.
 int getSurfaceFeatureType()
          Gets the value of the surfaceFeatureType property.
 String getTagValueField()
          Gets the value of the tagValueField property.
 boolean isApplyToOverview()
          Gets the value of the applyToOverview property.
 boolean isAutoGeneralize()
          Gets the value of the autoGeneralize property.
 boolean isIsBase()
          Gets the value of the isBase property.
 void setApplyToOverview(boolean value)
          Sets the value of the applyToOverview property.
 void setAutoGeneralize(boolean value)
          Sets the value of the autoGeneralize property.
 void setFeatureClassID(int value)
          Sets the value of the featureClassID property.
 void setFeatureClassName(String value)
          Sets the value of the featureClassName property.
 void setGroupID(int value)
          Sets the value of the groupID property.
 void setHeightField(String value)
          Sets the value of the heightField property.
 void setIsBase(boolean value)
          Sets the value of the isBase property.
 void setReservedFields(String[] value)
          Sets the value of the reservedFields property.
 void setResolutionLowerBound(double value)
          Sets the value of the resolutionLowerBound property.
 void setResolutionUpperBound(double value)
          Sets the value of the resolutionUpperBound property.
 void setSourceName(String value)
          Sets the value of the sourceName property.
 void setSourceStatus(int value)
          Sets the value of the sourceStatus property.
 void setSourceType(int value)
          Sets the value of the sourceType property.
 void setSurfaceFeatureType(int value)
          Sets the value of the surfaceFeatureType property.
 void setTagValueField(String value)
          Sets the value of the tagValueField property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerrainDataSource

@Deprecated
public TerrainDataSource(int featureClassID,
                                    String featureClassName,
                                    int groupID,
                                    int sourceStatus,
                                    int sourceType,
                                    int surfaceFeatureType,
                                    boolean isBase,
                                    boolean applyToOverview,
                                    boolean autoGeneralize,
                                    double resolutionLowerBound,
                                    double resolutionUpperBound,
                                    String sourceName,
                                    String heightField,
                                    String tagValueField,
                                    String[] reservedFields)
Deprecated. 

TerrainDataSource constructor.


TerrainDataSource

public TerrainDataSource()
TerrainDataSource default constructor.

Method Detail

getFeatureClassID

public int getFeatureClassID()
Gets the value of the featureClassID property.


setFeatureClassID

public void setFeatureClassID(int value)
Sets the value of the featureClassID property.


getFeatureClassName

public String getFeatureClassName()
Gets the value of the featureClassName property.

Returns:
possible object is String

setFeatureClassName

public void setFeatureClassName(String value)
Sets the value of the featureClassName property.

Parameters:
value - allowed object is String

getGroupID

public int getGroupID()
Gets the value of the groupID property.


setGroupID

public void setGroupID(int value)
Sets the value of the groupID property.


getSourceStatus

public int getSourceStatus()
Gets the value of the sourceStatus property.


setSourceStatus

public void setSourceStatus(int value)
Sets the value of the sourceStatus property.


getSourceType

public int getSourceType()
Gets the value of the sourceType property.


setSourceType

public void setSourceType(int value)
Sets the value of the sourceType property.


getSurfaceFeatureType

public int getSurfaceFeatureType()
Gets the value of the surfaceFeatureType property.


setSurfaceFeatureType

public void setSurfaceFeatureType(int value)
Sets the value of the surfaceFeatureType property.


isIsBase

public boolean isIsBase()
Gets the value of the isBase property.


setIsBase

public void setIsBase(boolean value)
Sets the value of the isBase property.


isApplyToOverview

public boolean isApplyToOverview()
Gets the value of the applyToOverview property.


setApplyToOverview

public void setApplyToOverview(boolean value)
Sets the value of the applyToOverview property.


isAutoGeneralize

public boolean isAutoGeneralize()
Gets the value of the autoGeneralize property.


setAutoGeneralize

public void setAutoGeneralize(boolean value)
Sets the value of the autoGeneralize property.


getResolutionLowerBound

public double getResolutionLowerBound()
Gets the value of the resolutionLowerBound property.


setResolutionLowerBound

public void setResolutionLowerBound(double value)
Sets the value of the resolutionLowerBound property.


getResolutionUpperBound

public double getResolutionUpperBound()
Gets the value of the resolutionUpperBound property.


setResolutionUpperBound

public void setResolutionUpperBound(double value)
Sets the value of the resolutionUpperBound property.


getSourceName

public String getSourceName()
Gets the value of the sourceName property.

Returns:
possible object is String

setSourceName

public void setSourceName(String value)
Sets the value of the sourceName property.

Parameters:
value - allowed object is String

getHeightField

public String getHeightField()
Gets the value of the heightField property.

Returns:
possible object is String

setHeightField

public void setHeightField(String value)
Sets the value of the heightField property.

Parameters:
value - allowed object is String

getTagValueField

public String getTagValueField()
Gets the value of the tagValueField property.

Returns:
possible object is String

setTagValueField

public void setTagValueField(String value)
Sets the value of the tagValueField property.

Parameters:
value - allowed object is String

getReservedFields

public String[] getReservedFields()
Gets the value of the reservedFields property.

Returns:
possible object is []

setReservedFields

public void setReservedFields(String[] value)
Sets the value of the reservedFields property.

Parameters:
value - allowed object is []