com.esri.arcgisws
Class TerrainPyramidLevelZTol

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

public class TerrainPyramidLevelZTol
extends Object
implements Serializable

Java class for TerrainPyramidLevelZTol complex type.

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

 <complexType name="TerrainPyramidLevelZTol">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PyramidLevelStatus" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="PointCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MaxScale" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Resolution" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TerrainPyramidLevelZTol()
          TerrainPyramidLevelZTol default constructor.
TerrainPyramidLevelZTol(int pyramidLevelStatus, int pointCount, int maxScale, double resolution)
          Deprecated. 
 
Method Summary
 int getMaxScale()
          Gets the value of the maxScale property.
 int getPointCount()
          Gets the value of the pointCount property.
 int getPyramidLevelStatus()
          Gets the value of the pyramidLevelStatus property.
 double getResolution()
          Gets the value of the resolution property.
 void setMaxScale(int value)
          Sets the value of the maxScale property.
 void setPointCount(int value)
          Sets the value of the pointCount property.
 void setPyramidLevelStatus(int value)
          Sets the value of the pyramidLevelStatus property.
 void setResolution(double value)
          Sets the value of the resolution property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerrainPyramidLevelZTol

@Deprecated
public TerrainPyramidLevelZTol(int pyramidLevelStatus,
                                          int pointCount,
                                          int maxScale,
                                          double resolution)
Deprecated. 

TerrainPyramidLevelZTol constructor.


TerrainPyramidLevelZTol

public TerrainPyramidLevelZTol()
TerrainPyramidLevelZTol default constructor.

Method Detail

getPyramidLevelStatus

public int getPyramidLevelStatus()
Gets the value of the pyramidLevelStatus property.


setPyramidLevelStatus

public void setPyramidLevelStatus(int value)
Sets the value of the pyramidLevelStatus property.


getPointCount

public int getPointCount()
Gets the value of the pointCount property.


setPointCount

public void setPointCount(int value)
Sets the value of the pointCount property.


getMaxScale

public int getMaxScale()
Gets the value of the maxScale property.


setMaxScale

public void setMaxScale(int value)
Sets the value of the maxScale property.


getResolution

public double getResolution()
Gets the value of the resolution property.


setResolution

public void setResolution(double value)
Sets the value of the resolution property.