public interface ITileCacheInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf92f8c28_7efa_4da3_a126_5f2d2f117280 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDf92f8c28_7efa_4da3_a126_5f2d2f117280
static final int xxDummy
static final java.lang.String IID
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.