public class IOverviewTileParametersProxy extends com.esri.arcgis.interop.Dispatch implements IOverviewTileParameters, java.io.Serializable
Description: 'Provides access to members that control overview tile parameters.' 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 |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID5a70d2d7_2810_4a5b_8791_5db54aec9bcf
Modifier | Constructor and Description |
---|---|
|
IOverviewTileParametersProxy()
For internal use only
|
|
IOverviewTileParametersProxy(java.lang.Object obj) |
protected |
IOverviewTileParametersProxy(java.lang.Object obj,
java.lang.String iid) |
|
IOverviewTileParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IOverviewTileParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IOverviewTileParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IOverviewTileParametersProxy()
public IOverviewTileParametersProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IOverviewTileParametersProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IOverviewTileParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setAoiGeometryByRef(IGeometry ppAoiGeometry) throws java.io.IOException, AutomationException
setAoiGeometryByRef
in interface IOverviewTileParameters
ppAoiGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getAoiGeometry() throws java.io.IOException, AutomationException
getAoiGeometry
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOriginByRef(IPoint ppOrigin) throws java.io.IOException, AutomationException
setOriginByRef
in interface IOverviewTileParameters
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.public IPoint getOrigin() throws java.io.IOException, AutomationException
getOrigin
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSize(double pCellsize) throws java.io.IOException, AutomationException
setCellSize
in interface IOverviewTileParameters
pCellsize
- The pCellsize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCellSize() throws java.io.IOException, AutomationException
getCellSize
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileCols(int pTileColPixels) throws java.io.IOException, AutomationException
setTileCols
in interface IOverviewTileParameters
pTileColPixels
- The pTileColPixels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileCols() throws java.io.IOException, AutomationException
getTileCols
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileRows(int pTileRowPixels) throws java.io.IOException, AutomationException
setTileRows
in interface IOverviewTileParameters
pTileRowPixels
- The pTileRowPixels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileRows() throws java.io.IOException, AutomationException
getTileRows
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLevels(int pLevels) throws java.io.IOException, AutomationException
setLevels
in interface IOverviewTileParameters
pLevels
- The pLevels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getLevels() throws java.io.IOException, AutomationException
getLevels
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOverviewFactor(int pOverviewFactor) throws java.io.IOException, AutomationException
setOverviewFactor
in interface IOverviewTileParameters
pOverviewFactor
- The pOverviewFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getOverviewFactor() throws java.io.IOException, AutomationException
getOverviewFactor
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview) throws java.io.IOException, AutomationException
setMaximumSizeOfTopmostOverview
in interface IOverviewTileParameters
pMaximumSizeOfTopmostOverview
- The pMaximumSizeOfTopmostOverview (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaximumSizeOfTopmostOverview() throws java.io.IOException, AutomationException
getMaximumSizeOfTopmostOverview
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName) throws java.io.IOException, AutomationException
setWorkspaceNameByRef
in interface IOverviewTileParameters
ppOverviewWorkspaceName
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IWorkspaceName getWorkspaceName() throws java.io.IOException, AutomationException
getWorkspaceName
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.