|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IImageServerInitProxy
com.esri.arcgis.carto.IImageServerInit2Proxy
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 IImageServerInit2Proxy
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.IImageServerInit2 |
|---|
IID, IID57e791d8_5492_41c3_8f17_5f416b38111b |
| Fields inherited from interface com.esri.arcgis.carto.IImageServerInit |
|---|
IIDee09fed6_6e28_491a_b00b_5b8796f075e1 |
| Constructor Summary | |
|---|---|
|
IImageServerInit2Proxy()
Deprecated. For internal use only |
|
IImageServerInit2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IImageServerInit2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IImageServerInit2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IImageServerInit2Proxy(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. |
java.lang.String |
getAllowedCompressions()
Deprecated. The list of allowed compressions, None, LZ77, and JPEG. |
java.lang.String |
getAllowedFields()
Deprecated. The list of allowed field names. |
java.lang.String |
getAllowedItemMetadata()
Deprecated. The allowed metadata, None, Basic, and Full. |
java.lang.String |
getAllowedMosaicMethods()
Deprecated. The list of allowed mosaic methods. |
java.lang.String |
getDownloadDirectory()
Deprecated. The physical directory for downloadable files. |
java.lang.String |
getDynamicImageWorkspace()
Deprecated. The workspace used for adding rasters. |
java.lang.String |
getExcludedFields()
Deprecated. The list of excluded field names. |
int |
getMaxImageHeight()
Deprecated. The maximum height in pixels of an image request. |
int |
getMaxImageWidth()
Deprecated. The maximum width in pixels of an image request. |
int |
getMaxRecordCount()
Deprecated. The maximum number of records returned for query results (GetCatalog). |
java.lang.String |
getOutputDirectory()
Deprecated. The physical directory for output files. |
java.lang.String |
getVirtualDownloadDirectory()
Deprecated. The virtual directory for downloading files. |
java.lang.String |
getVirtualOutputDirectory()
Deprecated. The virtual directory for output files. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAllowedCompressions(java.lang.String pAllowedCompressions)
Deprecated. The list of allowed compressions, None, LZ77, and JPEG. |
void |
setAllowedFields(java.lang.String pAllowedFields)
Deprecated. The list of allowed field names. |
void |
setAllowedItemMetadata(java.lang.String pAllowedItemMetadata)
Deprecated. The allowed metadata, None, Basic, and Full. |
void |
setAllowedMosaicMethods(java.lang.String pAllowedMosaicMethods)
Deprecated. The list of allowed mosaic methods. |
void |
setDownloadDirectory(java.lang.String pPath)
Deprecated. The physical directory for downloadable files. |
void |
setDynamicImageWorkspace(java.lang.String pPath)
Deprecated. The workspace used for adding rasters. |
void |
setExcludedFields(java.lang.String pExcludedFields)
Deprecated. The list of excluded field names. |
void |
setMaxImageHeight(int height)
Deprecated. The maximum height in pixels of an image request. |
void |
setMaxImageWidth(int width)
Deprecated. The maximum width in pixels of an image request. |
void |
setMaxRecordCount(int count)
Deprecated. The maximum number of records returned for query results (GetCatalog). |
void |
setOutputDirectory(java.lang.String pPath)
Deprecated. The physical directory for output files. |
void |
setVirtualDownloadDirectory(java.lang.String pPath)
Deprecated. The virtual directory for downloading files. |
void |
setVirtualOutputDirectory(java.lang.String pPath)
Deprecated. The virtual directory for output 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 IImageServerInit2Proxy(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.IOExceptionpublic IImageServerInit2Proxy()
public IImageServerInit2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IImageServerInit2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IImageServerInit2Proxy(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 IImageServerInitProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IImageServerInitProxyjava.io.IOException
public void setOutputDirectory(java.lang.String pPath)
throws java.io.IOException,
AutomationException
setOutputDirectory in interface IImageServerInit2pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOutputDirectory()
throws java.io.IOException,
AutomationException
getOutputDirectory in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVirtualOutputDirectory(java.lang.String pPath)
throws java.io.IOException,
AutomationException
setVirtualOutputDirectory in interface IImageServerInit2pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getVirtualOutputDirectory()
throws java.io.IOException,
AutomationException
getVirtualOutputDirectory in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDownloadDirectory(java.lang.String pPath)
throws java.io.IOException,
AutomationException
setDownloadDirectory in interface IImageServerInit2pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDownloadDirectory()
throws java.io.IOException,
AutomationException
getDownloadDirectory in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVirtualDownloadDirectory(java.lang.String pPath)
throws java.io.IOException,
AutomationException
setVirtualDownloadDirectory in interface IImageServerInit2pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getVirtualDownloadDirectory()
throws java.io.IOException,
AutomationException
getVirtualDownloadDirectory in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDynamicImageWorkspace(java.lang.String pPath)
throws java.io.IOException,
AutomationException
setDynamicImageWorkspace in interface IImageServerInit2pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDynamicImageWorkspace()
throws java.io.IOException,
AutomationException
getDynamicImageWorkspace in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExcludedFields(java.lang.String pExcludedFields)
throws java.io.IOException,
AutomationException
setExcludedFields in interface IImageServerInit2pExcludedFields - The pExcludedFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExcludedFields()
throws java.io.IOException,
AutomationException
getExcludedFields in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxRecordCount()
throws java.io.IOException,
AutomationException
getMaxRecordCount in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxRecordCount(int count)
throws java.io.IOException,
AutomationException
setMaxRecordCount in interface IImageServerInit2count - The count (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxImageWidth()
throws java.io.IOException,
AutomationException
getMaxImageWidth in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxImageWidth(int width)
throws java.io.IOException,
AutomationException
setMaxImageWidth in interface IImageServerInit2width - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxImageHeight()
throws java.io.IOException,
AutomationException
getMaxImageHeight in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxImageHeight(int height)
throws java.io.IOException,
AutomationException
setMaxImageHeight in interface IImageServerInit2height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowedFields(java.lang.String pAllowedFields)
throws java.io.IOException,
AutomationException
setAllowedFields in interface IImageServerInit2pAllowedFields - The pAllowedFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAllowedFields()
throws java.io.IOException,
AutomationException
getAllowedFields in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowedCompressions(java.lang.String pAllowedCompressions)
throws java.io.IOException,
AutomationException
setAllowedCompressions in interface IImageServerInit2pAllowedCompressions - The pAllowedCompressions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAllowedCompressions()
throws java.io.IOException,
AutomationException
getAllowedCompressions in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowedMosaicMethods(java.lang.String pAllowedMosaicMethods)
throws java.io.IOException,
AutomationException
setAllowedMosaicMethods in interface IImageServerInit2pAllowedMosaicMethods - The pAllowedMosaicMethods (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAllowedMosaicMethods()
throws java.io.IOException,
AutomationException
getAllowedMosaicMethods in interface IImageServerInit2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowedItemMetadata(java.lang.String pAllowedItemMetadata)
throws java.io.IOException,
AutomationException
setAllowedItemMetadata in interface IImageServerInit2pAllowedItemMetadata - The pAllowedItemMetadata (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAllowedItemMetadata()
throws java.io.IOException,
AutomationException
getAllowedItemMetadata in interface IImageServerInit2java.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 | ||||||||