|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServerInit3
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.IImageServerInit |
|---|
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef |
| Field Detail |
|---|
static final int IID1db58a01_ad2f_446c_b274_4389a2638fb6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setColormapToRGB(boolean rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterFunctions(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterTypes(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUser(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPhysicalCacheDirectory(java.lang.String pCacheDir)
throws java.io.IOException,
AutomationException
pCacheDir - The pCacheDir (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPhysicalCacheDirectory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVirtualCacheDirectory(java.lang.String pVirtualCacheDir)
throws java.io.IOException,
AutomationException
pVirtualCacheDir - The pVirtualCacheDir (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getVirtualCacheDirectory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDEMByRef(IRaster ppDEM)
throws java.io.IOException,
AutomationException
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.
IRaster getDEM()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initializeDEM(java.lang.String uRI)
throws java.io.IOException,
AutomationException
uRI - The uRI (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getViewID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setViewID(java.lang.String pVID)
throws java.io.IOException,
AutomationException
pVID - The pVID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IImageView getView()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setViewByRef(IImageView ppView)
throws java.io.IOException,
AutomationException
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.
void defineView(IImageView pView)
throws java.io.IOException,
AutomationException
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.
void project(ISpatialReference pSpatialReference)
throws java.io.IOException,
AutomationException
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.
double getMaximumImageCellsize()
throws java.io.IOException,
AutomationException
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 | ||||||||