|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterItemDescription
Provides access to the properties of a raster item description for adding a raster.
Method Summary | |
---|---|
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. |
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(String pType)
The raster item type, i.e. |
Method Detail |
---|
IStringArray getDataFileNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataFileNamesByRef(IStringArray ppNames) throws IOException, AutomationException
ppNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDataFileURLs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataFileURLsByRef(IStringArray ppURLs) throws IOException, AutomationException
ppURLs
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(String pType) throws IOException, AutomationException
pType
- The pType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet ppProperties) throws IOException, AutomationException
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimumCellSizeFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumCellSizeFactor(double pMinCellSizeFactor) throws IOException, AutomationException
pMinCellSizeFactor
- The pMinCellSizeFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumCellSizeFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumCellSizeFactor(double pMaxCellSizeFactor) throws IOException, AutomationException
pMaxCellSizeFactor
- The pMaxCellSizeFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeodataXformByRef(IGeodataXform ppXf) throws IOException, AutomationException
ppXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeodataXformApplyMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeodataXformApplyMethod(int pMethod) throws IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setComputeStatistics(boolean pvbComputeStatistics) throws IOException, AutomationException
pvbComputeStatistics
- The pvbComputeStatistics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isComputeStatistics() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBuildPyramids(boolean pvbBuildPyramids) throws IOException, AutomationException
pvbBuildPyramids
- The pvbBuildPyramids (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBuildPyramids() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBuildThumbnail(boolean pvbBuildThumbnail) throws IOException, AutomationException
pvbBuildThumbnail
- The pvbBuildThumbnail (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBuildThumbnail() 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 |