com.esri.arcgis.geodatabaseextensions
Class TerrainPyramidLevelZTolerance

java.lang.Object
  extended by com.esri.arcgis.geodatabaseextensions.TerrainPyramidLevelZTolerance
All Implemented Interfaces:
ITerrainPyramidLevel, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class TerrainPyramidLevelZTolerance
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ITerrainPyramidLevel

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

TerrainPyramidLevelZTolerance

public TerrainPyramidLevelZTolerance()
                              throws IOException,
                                     UnknownHostException
Constructs a TerrainPyramidLevelZTolerance using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

TerrainPyramidLevelZTolerance

public TerrainPyramidLevelZTolerance(Object obj)
                              throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TerrainPyramidLevelZTolerance theTerrainPyramidLevelZTolerance = (TerrainPyramidLevelZTolerance) obj;

Construct a TerrainPyramidLevelZTolerance using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TerrainPyramidLevelZTolerance.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getPyramidType

public int getPyramidType()
                   throws IOException,
                          AutomationException
The pyramid type of this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getPyramidType in interface ITerrainPyramidLevel
Returns:
A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResolution

public void setResolution(double pResolution)
                   throws IOException,
                          AutomationException
The resolution this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setResolution in interface ITerrainPyramidLevel
Parameters:
pResolution - The pResolution (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResolution

public double getResolution()
                     throws IOException,
                            AutomationException
The resolution this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getResolution in interface ITerrainPyramidLevel
Returns:
The pResolution
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxScale

public void setMaxScale(int pScale)
                 throws IOException,
                        AutomationException
The maximum scale this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setMaxScale in interface ITerrainPyramidLevel
Parameters:
pScale - The pScale (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxScale

public int getMaxScale()
                throws IOException,
                       AutomationException
The maximum scale this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getMaxScale in interface ITerrainPyramidLevel
Returns:
The pScale
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.