|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeLayerInfo2
Provides access to the available properties of a globe layer info object.
This interface is new at ArcGIS 9.3. It supersedes IGlobeLayerInfo.
Method Summary | |
---|---|
int |
getMaxLOD()
The maximum LOD of the Layer. |
int |
getMinLOD()
The minimum LOD of the Layer. |
int |
getRasterTileSize()
Rasterized vector tile size. |
int |
getTextureCompressionType()
The current texture compression type. |
int |
getTextureDisplayType()
The current texture display type. |
double |
getTextureDownsamplingFactor()
The texture down-sampling factor. |
Method Detail |
---|
int getMinLOD() throws IOException, AutomationException
The minimum Level of Detail of the layer. Indicates the minimum level for which data cache could be generated.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxLOD() throws IOException, AutomationException
The maximum Level of Detail of the layer. Indicates the maximum level for which data cache could be generated.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRasterTileSize() throws IOException, AutomationException
The tile size of a rasterized feature data.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTextureDownsamplingFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTextureCompressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTextureDisplayType() throws IOException, AutomationException
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 |