|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IOverviewTileParametersProxy
public class IOverviewTileParametersProxy
Provides access to members that control overview tile parameters.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IOverviewTileParametersProxy()
|
|
IOverviewTileParametersProxy(Object obj)
|
protected |
IOverviewTileParametersProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IGeometry |
getAoiGeometry()
The polygon within which overview tiles are created. |
double |
getCellSize()
The cell size of the first level of overview tiles in the units of the coordinate system of the catalog. |
int |
getLevels()
The number of levels of overview tiles created. |
int |
getMaximumSizeOfTopmostOverview()
The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. |
IPoint |
getOrigin()
The origin of the grid containing overview tiles. |
int |
getOverviewFactor()
The factor by which two neighboring overview levels differ. |
int |
getTileCols()
The recommended number of pixel columns in each overview tiles. |
int |
getTileRows()
The recommended number of pixel rows in each overview tiles. |
IWorkspaceName |
getWorkspaceName()
The workspace name where overview raster datasets are generated and stored. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAoiGeometryByRef(IGeometry ppAoiGeometry)
The polygon within which overview tiles are created. |
void |
setCellSize(double pCellsize)
The cell size of the first level of overview tiles in the units of the coordinate system of the catalog. |
void |
setLevels(int pLevels)
The number of levels of overview tiles created. |
void |
setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview)
The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. |
void |
setOriginByRef(IPoint ppOrigin)
The origin of the grid containing overview tiles. |
void |
setOverviewFactor(int pOverviewFactor)
The factor by which two neighboring overview levels differ. |
void |
setTileCols(int pTileColPixels)
The recommended number of pixel columns in each overview tiles. |
void |
setTileRows(int pTileRowPixels)
The recommended number of pixel rows in each overview tiles. |
void |
setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName)
The workspace name where overview raster datasets are generated and stored. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IOverviewTileParametersProxy()
public IOverviewTileParametersProxy(Object obj) throws IOException
IOException
protected IOverviewTileParametersProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setAoiGeometryByRef(IGeometry ppAoiGeometry) throws IOException, AutomationException
setAoiGeometryByRef
in interface IOverviewTileParameters
ppAoiGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getAoiGeometry() throws IOException, AutomationException
getAoiGeometry
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOriginByRef(IPoint ppOrigin) throws IOException, AutomationException
setOriginByRef
in interface IOverviewTileParameters
ppOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getOrigin() throws IOException, AutomationException
getOrigin
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellSize(double pCellsize) throws IOException, AutomationException
setCellSize
in interface IOverviewTileParameters
pCellsize
- The pCellsize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCellSize() throws IOException, AutomationException
getCellSize
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileCols(int pTileColPixels) throws IOException, AutomationException
setTileCols
in interface IOverviewTileParameters
pTileColPixels
- The pTileColPixels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileCols() throws IOException, AutomationException
getTileCols
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileRows(int pTileRowPixels) throws IOException, AutomationException
setTileRows
in interface IOverviewTileParameters
pTileRowPixels
- The pTileRowPixels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileRows() throws IOException, AutomationException
getTileRows
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLevels(int pLevels) throws IOException, AutomationException
setLevels
in interface IOverviewTileParameters
pLevels
- The pLevels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLevels() throws IOException, AutomationException
getLevels
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverviewFactor(int pOverviewFactor) throws IOException, AutomationException
setOverviewFactor
in interface IOverviewTileParameters
pOverviewFactor
- The pOverviewFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOverviewFactor() throws IOException, AutomationException
getOverviewFactor
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview) throws IOException, AutomationException
setMaximumSizeOfTopmostOverview
in interface IOverviewTileParameters
pMaximumSizeOfTopmostOverview
- The pMaximumSizeOfTopmostOverview (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumSizeOfTopmostOverview() throws IOException, AutomationException
getMaximumSizeOfTopmostOverview
in interface IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName) throws IOException, AutomationException
setWorkspaceNameByRef
in interface IOverviewTileParameters
ppOverviewWorkspaceName
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWorkspaceName getWorkspaceName() throws IOException, AutomationException
getWorkspaceName
in interface IOverviewTileParameters
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 |