com.esri.arcgis.carto
Interface IImageServerInit3

All Superinterfaces:
IImageServerInit, IImageServerInit2, java.io.Serializable
All Known Implementing Classes:
IImageServerInit3Proxy, ImageServer

public interface IImageServerInit3
extends IImageServerInit2, java.io.Serializable

COM Interface 'IImageServerInit3'. 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 IID1db58a01_ad2f_446c_b274_4389a2638fb6
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 void defineView(IImageView pView)
          Defines/creates a new, or overwrites an existing, view.
 IRaster getDEM()
          The DEM for 3D mensuration.
 double getMaximumImageCellsize()
          The maximum source image cellsize.
 java.lang.String getPhysicalCacheDirectory()
          The physical directory for cache files.
 IImageView getView()
          The current image view.
 java.lang.String getViewID()
          The current image view ID.
 java.lang.String getVirtualCacheDirectory()
          The physical directory for cache files.
 void initializeDEM(java.lang.String uRI)
          Initialize DEM for 3D mensuration from a DEM file or service.
 void project(ISpatialReference pSpatialReference)
          Projects into a new spatial reference.
 void setColormapToRGB(boolean rhs1)
          Indicates if a colormap image is to be converted to RGB.
 void setDEMByRef(IRaster ppDEM)
          The DEM for 3D mensuration.
 void setPhysicalCacheDirectory(java.lang.String pCacheDir)
          The physical directory for cache files.
 void setRasterFunctions(java.lang.String rhs1)
          A list of comma delimited server raster function names.
 void setRasterTypes(java.lang.String rhs1)
          A list of comma delimited server raster type names.
 void setUser(java.lang.String rhs1)
          The current user.
 void setViewByRef(IImageView ppView)
          The current image view.
 void setViewID(java.lang.String pVID)
          The current image view ID.
 void setVirtualCacheDirectory(java.lang.String pVirtualCacheDir)
          The physical directory for cache files.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerInit2
getAllowedCompressions, getAllowedFields, getAllowedItemMetadata, getAllowedMosaicMethods, getDownloadDirectory, getDynamicImageWorkspace, getExcludedFields, getMaxImageHeight, getMaxImageWidth, getMaxRecordCount, getOutputDirectory, getVirtualDownloadDirectory, getVirtualOutputDirectory, setAllowedCompressions, setAllowedFields, setAllowedItemMetadata, setAllowedMosaicMethods, setDownloadDirectory, setDynamicImageWorkspace, setExcludedFields, setMaxImageHeight, setMaxImageWidth, setMaxRecordCount, setOutputDirectory, setVirtualDownloadDirectory, setVirtualOutputDirectory
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerInit
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef
 

Field Detail

IID1db58a01_ad2f_446c_b274_4389a2638fb6

static final int IID1db58a01_ad2f_446c_b274_4389a2638fb6
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

setColormapToRGB

void setColormapToRGB(boolean rhs1)
                      throws java.io.IOException,
                             AutomationException
Indicates if a colormap image is to be converted to RGB.

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

setRasterFunctions

void setRasterFunctions(java.lang.String rhs1)
                        throws java.io.IOException,
                               AutomationException
A list of comma delimited server raster function names.

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

setRasterTypes

void setRasterTypes(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
A list of comma delimited server raster type names.

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

setUser

void setUser(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
The current user.

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

setPhysicalCacheDirectory

void setPhysicalCacheDirectory(java.lang.String pCacheDir)
                               throws java.io.IOException,
                                      AutomationException
The physical directory for cache files.

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

getPhysicalCacheDirectory

java.lang.String getPhysicalCacheDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
The physical directory for cache files.

Returns:
The pCacheDir
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVirtualCacheDirectory

void setVirtualCacheDirectory(java.lang.String pVirtualCacheDir)
                              throws java.io.IOException,
                                     AutomationException
The physical directory for cache files.

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

getVirtualCacheDirectory

java.lang.String getVirtualCacheDirectory()
                                          throws java.io.IOException,
                                                 AutomationException
The physical directory for cache files.

Returns:
The pVirtualCacheDir
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDEMByRef

void setDEMByRef(IRaster ppDEM)
                 throws java.io.IOException,
                        AutomationException
The DEM for 3D mensuration.

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

getDEM

IRaster getDEM()
               throws java.io.IOException,
                      AutomationException
The DEM for 3D mensuration.

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

initializeDEM

void initializeDEM(java.lang.String uRI)
                   throws java.io.IOException,
                          AutomationException
Initialize DEM for 3D mensuration from a DEM file or service.

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

getViewID

java.lang.String getViewID()
                           throws java.io.IOException,
                                  AutomationException
The current image view ID.

Returns:
The pVID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewID

void setViewID(java.lang.String pVID)
               throws java.io.IOException,
                      AutomationException
The current image view ID.

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

getView

IImageView getView()
                   throws java.io.IOException,
                          AutomationException
The current image view.

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

setViewByRef

void setViewByRef(IImageView ppView)
                  throws java.io.IOException,
                         AutomationException
The current image view.

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

defineView

void defineView(IImageView pView)
                throws java.io.IOException,
                       AutomationException
Defines/creates a new, or overwrites an existing, view.

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

project

void project(ISpatialReference pSpatialReference)
             throws java.io.IOException,
                    AutomationException
Projects into a new spatial reference.

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

getMaximumImageCellsize

double getMaximumImageCellsize()
                               throws java.io.IOException,
                                      AutomationException
The maximum source image cellsize.

Returns:
The pMaximumCellsize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.