public interface IImageServerInit
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDee09fed6_6e28_491a_b00b_5b8796f075e1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IName |
getImageDataSourceName()
The image server data source name.
|
void |
initialize(java.lang.String fullName)
Initializes this image server from a fullname to a dataset.
|
void |
initializeFromDataset(IRasterDataset pDataset)
Initializes this image server from a Raster Dataset.
|
void |
initializeFromServiceURL(java.lang.String serviceURL)
Initializes this image server from an AIS service URL (ImageService://
|
void |
setImageDataSourceNameByRef(IName ppName)
The image server data source name.
|
static final int IIDee09fed6_6e28_491a_b00b_5b8796f075e1
static final int xxDummy
static final java.lang.String IID
void initialize(java.lang.String fullName) throws java.io.IOException, AutomationException
fullName
- The fullName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void initializeFromDataset(IRasterDataset pDataset) throws java.io.IOException, AutomationException
pDataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void initializeFromServiceURL(java.lang.String serviceURL) throws java.io.IOException, AutomationException
serviceURL
- The serviceURL (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setImageDataSourceNameByRef(IName ppName) throws java.io.IOException, AutomationException
ppName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getImageDataSourceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.