|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.TerrainPyramidLevelWindowSize
public class TerrainPyramidLevelWindowSize
This object is new at ArcGIS 9.3.
WindowSize based pyramid levels are used with terrain datasets constructed with WindowSize pyramids. Each pyramid level has Resolution and MaxScale properties that are set via ITerrainPyramidLevel. These two properties are common to both z-tolerance and window size based pyramid levels. The Resolution value, when associated with a WindowSize pyramid level, means the length of the side of each window or bin that's used for filtering points. The value should be given in the xy units of the terrain.
WindowSize specific properties are global to the entire pyramid and thus are not set for each pyramid level. These properties are set when the terrain is created using IDETerrainWindowSize methods implemented by DETerrain.
Constructor Summary | |
---|---|
TerrainPyramidLevelWindowSize()
Constructs a TerrainPyramidLevelWindowSize using ArcGIS Engine. |
|
TerrainPyramidLevelWindowSize(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TerrainPyramidLevelWindowSize theTerrainPyramidLevelWindowSize = (TerrainPyramidLevelWindowSize) 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 TerrainPyramidLevelWindowSize() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TerrainPyramidLevelWindowSize(Object obj) throws IOException
TerrainPyramidLevelWindowSize theTerrainPyramidLevelWindowSize = (TerrainPyramidLevelWindowSize) obj;
obj
to TerrainPyramidLevelWindowSize
.
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 |