|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LODInfo
public class LODInfo
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>
| 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 |
|---|
@Deprecated
public LODInfo(int levelID,
double scale,
double resolution)
public LODInfo()
| Method Detail |
|---|
public int getLevelID()
public void setLevelID(int value)
public double getScale()
public void setScale(double value)
public double getResolution()
public void setResolution(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||