|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServerInit3
Provides access to members that control initialization of an image server.
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. |
String |
getPhysicalCacheDirectory()
The physical directory for cache files. |
IImageView |
getView()
The current image view. |
String |
getViewID()
The current image view ID. |
String |
getVirtualCacheDirectory()
The physical directory for cache files. |
void |
initializeDEM(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(String pCacheDir)
The physical directory for cache files. |
void |
setRasterFunctions(String rhs1)
A list of comma delimited server raster function names. |
void |
setRasterTypes(String rhs1)
A list of comma delimited server raster type names. |
void |
setUser(String rhs1)
The current user. |
void |
setViewByRef(IImageView ppView)
The current image view. |
void |
setViewID(String pVID)
The current image view ID. |
void |
setVirtualCacheDirectory(String pVirtualCacheDir)
The physical directory for cache files. |
Methods inherited from interface com.esri.arcgis.carto.IImageServerInit |
---|
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef |
Method Detail |
---|
void setColormapToRGB(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterFunctions(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterTypes(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUser(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPhysicalCacheDirectory(String pCacheDir) throws IOException, AutomationException
pCacheDir
- The pCacheDir (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPhysicalCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVirtualCacheDirectory(String pVirtualCacheDir) throws IOException, AutomationException
pVirtualCacheDir
- The pVirtualCacheDir (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVirtualCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDEMByRef(IRaster ppDEM) throws IOException, AutomationException
ppDEM
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRaster getDEM() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initializeDEM(String uRI) throws IOException, AutomationException
uRI
- The uRI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getViewID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setViewID(String pVID) throws IOException, AutomationException
pVID
- The pVID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageView getView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setViewByRef(IImageView ppView) throws IOException, AutomationException
ppView
- A reference to a com.esri.arcgis.carto.IImageView (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void defineView(IImageView pView) throws IOException, AutomationException
pView
- A reference to a com.esri.arcgis.carto.IImageView (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void project(ISpatialReference pSpatialReference) throws IOException, AutomationException
pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumImageCellsize() throws IOException, AutomationException
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 |