|
|||||||||
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.carto.IImageServerInitProxy com.esri.arcgis.carto.IImageServerInit2Proxy com.esri.arcgis.carto.IImageServerInit3Proxy
Description: 'Provides access to members that control initialization of an image server.' 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 =
public class IImageServerInit3Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IImageServerInit3 |
---|
IID, IID1db58a01_ad2f_446c_b274_4389a2638fb6 |
Fields inherited from interface com.esri.arcgis.carto.IImageServerInit2 |
---|
IID57e791d8_5492_41c3_8f17_5f416b38111b |
Fields inherited from interface com.esri.arcgis.carto.IImageServerInit |
---|
IIDee09fed6_6e28_491a_b00b_5b8796f075e1 |
Constructor Summary | |
---|---|
|
IImageServerInit3Proxy()
Deprecated. For internal use only |
|
IImageServerInit3Proxy(java.lang.Object obj)
Deprecated. |
protected |
IImageServerInit3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IImageServerInit3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IImageServerInit3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
defineView(IImageView pView)
Deprecated. Defines/creates a new, or overwrites an existing, view. |
IRaster |
getDEM()
Deprecated. The DEM for 3D mensuration. |
double |
getMaximumImageCellsize()
Deprecated. The maximum source image cellsize. |
java.lang.String |
getPhysicalCacheDirectory()
Deprecated. The physical directory for cache files. |
IImageView |
getView()
Deprecated. The current image view. |
java.lang.String |
getViewID()
Deprecated. The current image view ID. |
java.lang.String |
getVirtualCacheDirectory()
Deprecated. The physical directory for cache files. |
void |
initializeDEM(java.lang.String uRI)
Deprecated. Initialize DEM for 3D mensuration from a DEM file or service. |
void |
project(ISpatialReference pSpatialReference)
Deprecated. Projects into a new spatial reference. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColormapToRGB(boolean rhs1)
Deprecated. Indicates if a colormap image is to be converted to RGB. |
void |
setDEMByRef(IRaster ppDEM)
Deprecated. The DEM for 3D mensuration. |
void |
setPhysicalCacheDirectory(java.lang.String pCacheDir)
Deprecated. The physical directory for cache files. |
void |
setRasterFunctions(java.lang.String rhs1)
Deprecated. A list of comma delimited server raster function names. |
void |
setRasterTypes(java.lang.String rhs1)
Deprecated. A list of comma delimited server raster type names. |
void |
setUser(java.lang.String rhs1)
Deprecated. The current user. |
void |
setViewByRef(IImageView ppView)
Deprecated. The current image view. |
void |
setViewID(java.lang.String pVID)
Deprecated. The current image view ID. |
void |
setVirtualCacheDirectory(java.lang.String pVirtualCacheDir)
Deprecated. The physical directory for cache files. |
Methods inherited from class com.esri.arcgis.carto.IImageServerInitProxy |
---|
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef |
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 |
Methods inherited from interface com.esri.arcgis.carto.IImageServerInit |
---|
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IImageServerInit3Proxy(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 IImageServerInit3Proxy()
public IImageServerInit3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IImageServerInit3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IImageServerInit3Proxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IImageServerInit2Proxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IImageServerInit2Proxy
java.io.IOException
public void setColormapToRGB(boolean rhs1) throws java.io.IOException, AutomationException
setColormapToRGB
in interface IImageServerInit3
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterFunctions(java.lang.String rhs1) throws java.io.IOException, AutomationException
setRasterFunctions
in interface IImageServerInit3
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterTypes(java.lang.String rhs1) throws java.io.IOException, AutomationException
setRasterTypes
in interface IImageServerInit3
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUser(java.lang.String rhs1) throws java.io.IOException, AutomationException
setUser
in interface IImageServerInit3
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPhysicalCacheDirectory(java.lang.String pCacheDir) throws java.io.IOException, AutomationException
setPhysicalCacheDirectory
in interface IImageServerInit3
pCacheDir
- The pCacheDir (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPhysicalCacheDirectory() throws java.io.IOException, AutomationException
getPhysicalCacheDirectory
in interface IImageServerInit3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVirtualCacheDirectory(java.lang.String pVirtualCacheDir) throws java.io.IOException, AutomationException
setVirtualCacheDirectory
in interface IImageServerInit3
pVirtualCacheDir
- The pVirtualCacheDir (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVirtualCacheDirectory() throws java.io.IOException, AutomationException
getVirtualCacheDirectory
in interface IImageServerInit3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDEMByRef(IRaster ppDEM) throws java.io.IOException, AutomationException
setDEMByRef
in interface IImageServerInit3
ppDEM
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRaster getDEM() throws java.io.IOException, AutomationException
getDEM
in interface IImageServerInit3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initializeDEM(java.lang.String uRI) throws java.io.IOException, AutomationException
initializeDEM
in interface IImageServerInit3
uRI
- The uRI (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getViewID() throws java.io.IOException, AutomationException
getViewID
in interface IImageServerInit3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setViewID(java.lang.String pVID) throws java.io.IOException, AutomationException
setViewID
in interface IImageServerInit3
pVID
- The pVID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageView getView() throws java.io.IOException, AutomationException
getView
in interface IImageServerInit3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setViewByRef(IImageView ppView) throws java.io.IOException, AutomationException
setViewByRef
in interface IImageServerInit3
ppView
- A reference to a com.esri.arcgis.carto.IImageView (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void defineView(IImageView pView) throws java.io.IOException, AutomationException
defineView
in interface IImageServerInit3
pView
- A reference to a com.esri.arcgis.carto.IImageView (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void project(ISpatialReference pSpatialReference) throws java.io.IOException, AutomationException
project
in interface IImageServerInit3
pSpatialReference
- 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.public double getMaximumImageCellsize() throws java.io.IOException, AutomationException
getMaximumImageCellsize
in interface IImageServerInit3
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 |