com.esri.arcgis.carto
Interface IImageServerInit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IImageServerInit2, IImageServerInit3
All Known Implementing Classes:
IImageServerInit2Proxy, IImageServerInit3Proxy, IImageServerInitProxy, ImageServer

public interface IImageServerInit
extends java.io.Serializable

COM Interface 'IImageServerInit'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDee09fed6_6e28_491a_b00b_5b8796f075e1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDee09fed6_6e28_491a_b00b_5b8796f075e1

static final int IIDee09fed6_6e28_491a_b00b_5b8796f075e1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

initialize

void initialize(java.lang.String fullName)
                throws java.io.IOException,
                       AutomationException
Initializes this image server from a fullname to a dataset.

Parameters:
fullName - The fullName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initializeFromDataset

void initializeFromDataset(IRasterDataset pDataset)
                           throws java.io.IOException,
                                  AutomationException
Initializes this image server from a Raster Dataset.

Parameters:
pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initializeFromServiceURL

void initializeFromServiceURL(java.lang.String serviceURL)
                              throws java.io.IOException,
                                     AutomationException
Initializes this image server from an AIS service URL (ImageService://:/).

Parameters:
serviceURL - The serviceURL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageDataSourceNameByRef

void setImageDataSourceNameByRef(IName ppName)
                                 throws java.io.IOException,
                                        AutomationException
The image server data source name.

Parameters:
ppName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageDataSourceName

IName getImageDataSourceName()
                             throws java.io.IOException,
                                    AutomationException
The image server data source name.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.