|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuilderItem2
Provides access to members that control a builder item.
Method Summary | |
---|---|
IPropertySet |
getColorCorrectionProperties()
Variables supporting color correction operation. |
IName |
getDatasetName()
The raster dataset name associated with builder item. |
IPropertySet |
getSeamlineProperties()
Variables supporting seamline operation. |
Object |
getThumbnail()
The thumbnail associated with the builder item. |
boolean |
isHasThumbnail()
Indicates whether the builder item has a valid thumbnail. |
void |
setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet)
Variables supporting color correction operation. |
void |
setDatasetNameByRef(IName ppDatasetName)
The raster dataset name associated with builder item. |
void |
setSeamlinePropertiesByRef(IPropertySet ppPropertySet)
Variables supporting seamline operation. |
void |
setThumbnail(Object pvtThumbnailBlob)
The thumbnail associated with the builder item. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuilderItem |
---|
addVariable, getCategory, getDataset, getFootprint, getSeamline, getStereoID, getStereoPairs, getURI, getVariables, setCategory, setDatasetByRef, setFootprintByRef, setSeamlineByRef, setStereoID, setStereoPairsByRef, setURIByRef, setVariablesByRef |
Method Detail |
---|
void setDatasetNameByRef(IName ppDatasetName) throws IOException, AutomationException
ppDatasetName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSeamlinePropertiesByRef(IPropertySet ppPropertySet) throws IOException, AutomationException
ppPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getSeamlineProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet) throws IOException, AutomationException
ppPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getColorCorrectionProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasThumbnail() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setThumbnail(Object pvtThumbnailBlob) throws IOException, AutomationException
pvtThumbnailBlob
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getThumbnail() 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 |