|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.TerrainPyramidLevelZTolerance
public class TerrainPyramidLevelZTolerance
Constructor Summary | |
---|---|
TerrainPyramidLevelZTolerance()
Constructs a TerrainPyramidLevelZTolerance using ArcGIS Engine. |
|
TerrainPyramidLevelZTolerance(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TerrainPyramidLevelZTolerance theTerrainPyramidLevelZTolerance = (TerrainPyramidLevelZTolerance) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getMaxScale()
The maximum scale this pyramid level associated with. |
int |
getPyramidType()
The pyramid type of this pyramid level associated with. |
double |
getResolution()
The resolution this pyramid level associated with. |
int |
hashCode()
the hashcode for this object |
void |
setMaxScale(int pScale)
The maximum scale this pyramid level associated with. |
void |
setResolution(double pResolution)
The resolution this pyramid level associated with. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public TerrainPyramidLevelZTolerance() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TerrainPyramidLevelZTolerance(Object obj) throws IOException
TerrainPyramidLevelZTolerance theTerrainPyramidLevelZTolerance = (TerrainPyramidLevelZTolerance) obj;
obj
to TerrainPyramidLevelZTolerance
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getPyramidType() throws IOException, AutomationException
getPyramidType
in interface ITerrainPyramidLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResolution(double pResolution) throws IOException, AutomationException
setResolution
in interface ITerrainPyramidLevel
pResolution
- The pResolution (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getResolution() throws IOException, AutomationException
getResolution
in interface ITerrainPyramidLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxScale(int pScale) throws IOException, AutomationException
setMaxScale
in interface ITerrainPyramidLevel
pScale
- The pScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxScale() throws IOException, AutomationException
getMaxScale
in interface ITerrainPyramidLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |