public interface IRasterItemDescription
extends java.io.Serializable
Description: 'Provides access to the properties of a raster item description for adding a raster.' 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 |
IIDe7a23083_b9bb_41bf_9253_c148b0ab033e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getDataFileNames()
The data file names.
|
IStringArray |
getDataFileURLs()
The data file URLs.
|
IGeodataXform |
getGeodataXform()
The georefencing of the raster item.
|
int |
getGeodataXformApplyMethod()
The method used for applying the GeodataXform.
|
double |
getMaximumCellSizeFactor()
The maximum visible cell size factor.
|
double |
getMinimumCellSizeFactor()
The minimum visible cell size factor.
|
IPropertySet |
getProperties()
The raster item properties.
|
java.lang.String |
getType()
The raster item type, i.e.
|
boolean |
isBuildPyramids()
Indicates whether pyramids are built for the raster item.
|
boolean |
isBuildThumbnail()
Indicates whether thumbnails are built and saved for the raster item.
|
boolean |
isComputeStatistics()
Indicates whether histogram statistics are computed for the raster item.
|
void |
setBuildPyramids(boolean pvbBuildPyramids)
Indicates whether pyramids are built for the raster item.
|
void |
setBuildThumbnail(boolean pvbBuildThumbnail)
Indicates whether thumbnails are built and saved for the raster item.
|
void |
setComputeStatistics(boolean pvbComputeStatistics)
Indicates whether histogram statistics are computed for the raster item.
|
void |
setDataFileNamesByRef(IStringArray ppNames)
The data file names.
|
void |
setDataFileURLsByRef(IStringArray ppURLs)
The data file URLs.
|
void |
setGeodataXformApplyMethod(int pMethod)
The method used for applying the GeodataXform.
|
void |
setGeodataXformByRef(IGeodataXform ppXf)
The georefencing of the raster item.
|
void |
setMaximumCellSizeFactor(double pMaxCellSizeFactor)
The maximum visible cell size factor.
|
void |
setMinimumCellSizeFactor(double pMinCellSizeFactor)
The minimum visible cell size factor.
|
void |
setPropertiesByRef(IPropertySet ppProperties)
The raster item properties.
|
void |
setType(java.lang.String pType)
The raster item type, i.e.
|
static final int IIDe7a23083_b9bb_41bf_9253_c148b0ab033e
static final int xxDummy
static final java.lang.String IID
IStringArray getDataFileNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDataFileNamesByRef(IStringArray ppNames) throws java.io.IOException, AutomationException
ppNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getDataFileURLs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDataFileURLsByRef(IStringArray ppURLs) throws java.io.IOException, AutomationException
ppURLs
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(java.lang.String pType) throws java.io.IOException, AutomationException
pType
- The pType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumCellSizeFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumCellSizeFactor(double pMinCellSizeFactor) throws java.io.IOException, AutomationException
pMinCellSizeFactor
- The pMinCellSizeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumCellSizeFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumCellSizeFactor(double pMaxCellSizeFactor) throws java.io.IOException, AutomationException
pMaxCellSizeFactor
- The pMaxCellSizeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeodataXformByRef(IGeodataXform ppXf) throws java.io.IOException, AutomationException
ppXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGeodataXformApplyMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeodataXformApplyMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setComputeStatistics(boolean pvbComputeStatistics) throws java.io.IOException, AutomationException
pvbComputeStatistics
- The pvbComputeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComputeStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBuildPyramids(boolean pvbBuildPyramids) throws java.io.IOException, AutomationException
pvbBuildPyramids
- The pvbBuildPyramids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBuildPyramids() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBuildThumbnail(boolean pvbBuildThumbnail) throws java.io.IOException, AutomationException
pvbBuildThumbnail
- The pvbBuildThumbnail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBuildThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.