|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TerrainPyramidLevelWindowSize
public class TerrainPyramidLevelWindowSize
Java class for TerrainPyramidLevelWindowSize complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerrainPyramidLevelWindowSize">
<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>
| Constructor Summary | |
|---|---|
TerrainPyramidLevelWindowSize()
TerrainPyramidLevelWindowSize default constructor. |
|
TerrainPyramidLevelWindowSize(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 |
|---|
@Deprecated
public TerrainPyramidLevelWindowSize(int pyramidLevelStatus,
int pointCount,
int maxScale,
double resolution)
public TerrainPyramidLevelWindowSize()
| Method Detail |
|---|
public int getPyramidLevelStatus()
public void setPyramidLevelStatus(int value)
public int getPointCount()
public void setPointCount(int value)
public int getMaxScale()
public void setMaxScale(int 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 | ||||||||