|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITileCacheInfo
COM Interface 'ITileCacheInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that provide the tile cache info.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf92f8c28_7efa_4da3_a126_5f2d2f117280
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
computeResolutions()
Computes resolutions from scales and current DPI. |
void |
computeScales()
Computes scales from resolutions and current DPI. |
int |
getDpi()
The tiling DPI. |
ILODInfos |
getLODInfos()
The tile cache Levels Of Details. |
IPoint |
getOrigin()
The tiling origin. |
ISpatialReference |
getSpatialReference()
The tiling spatial reference. |
int |
getTileCols()
The number of columns per tile. |
int |
getTileRows()
The number of rows per tile. |
void |
setDpi(int pDpi)
The tiling DPI. |
void |
setLODInfosByRef(ILODInfos ppLODInfos)
The tile cache Levels Of Details. |
void |
setOrigin(IPoint ppOrigin)
The tiling origin. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
The tiling spatial reference. |
void |
setTileCols(int pNumTileCols)
The number of columns per tile. |
void |
setTileRows(int pNumTileRows)
The number of rows per tile. |
| Field Detail |
|---|
static final int IIDf92f8c28_7efa_4da3_a126_5f2d2f117280
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
throws java.io.IOException,
AutomationException
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getOrigin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrigin(IPoint ppOrigin)
throws java.io.IOException,
AutomationException
ppOrigin - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileCols()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileCols(int pNumTileCols)
throws java.io.IOException,
AutomationException
pNumTileCols - The pNumTileCols (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileRows()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileRows(int pNumTileRows)
throws java.io.IOException,
AutomationException
pNumTileRows - The pNumTileRows (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDpi()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDpi(int pDpi)
throws java.io.IOException,
AutomationException
pDpi - The pDpi (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILODInfos getLODInfos()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLODInfosByRef(ILODInfos ppLODInfos)
throws java.io.IOException,
AutomationException
ppLODInfos - A reference to a com.esri.arcgis.carto.ILODInfos (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void computeResolutions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void computeScales()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||