com.esri.arcgisws
Class LODInfo

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

public class LODInfo
extends Object
implements Serializable

Java class for LODInfo complex type.

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

 <complexType name="LODInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LevelID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Scale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Resolution" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LODInfo()
          LODInfo default constructor.
LODInfo(int levelID, double scale, double resolution)
          Deprecated. 
 
Method Summary
 int getLevelID()
          Gets the value of the levelID property.
 double getResolution()
          Gets the value of the resolution property.
 double getScale()
          Gets the value of the scale property.
 void setLevelID(int value)
          Sets the value of the levelID property.
 void setResolution(double value)
          Sets the value of the resolution property.
 void setScale(double value)
          Sets the value of the scale property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LODInfo

@Deprecated
public LODInfo(int levelID,
                          double scale,
                          double resolution)
Deprecated. 

LODInfo constructor.


LODInfo

public LODInfo()
LODInfo default constructor.

Method Detail

getLevelID

public int getLevelID()
Gets the value of the levelID property.


setLevelID

public void setLevelID(int value)
Sets the value of the levelID property.


getScale

public double getScale()
Gets the value of the scale property.


setScale

public void setScale(double value)
Sets the value of the scale 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.