|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.BuilderItem
public class BuilderItem
An item built by a raster builder.
Constructor Summary | |
---|---|
BuilderItem()
Constructs a BuilderItem using ArcGIS Engine. |
|
BuilderItem(Object obj)
Construct a BuilderItem using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addVariable(String variableName,
Object vtVariableValue,
boolean bPrefixWithTag)
Adds a variable to this item's collection given the variable name, value, and a flag that indicates whether the item URI's tag is prefixed with the variable name and separated by a period. |
Object |
convertToSupportedObject(int docVersion)
Convert the object to another object that is supported. |
boolean |
equals(Object o)
Compare this object with another |
int |
getCategory()
The catagory of builder item. |
static String |
getClsid()
getClsid. |
IPropertySet |
getColorCorrectionProperties()
Variables supporting color correction operation. |
IFunctionRasterDataset |
getDataset()
The function raster dataset associated with builder item. |
IName |
getDatasetName()
The raster dataset name associated with builder item. |
IGeometry |
getFootprint()
The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset. |
IGeometry |
getSeamline()
The seamline geometry associated with this builder item. |
IPropertySet |
getSeamlineProperties()
Variables supporting seamline operation. |
String |
getStereoID()
The stereo ID associated with this builder item. |
IStringArray |
getStereoPairs()
The stereo IDs of all items that can be paired with this builder item. |
Object |
getThumbnail()
The thumbnail associated with the builder item. |
IItemURI |
getURI()
The URI object associated with the builder item. |
IPropertySet |
getVariables()
The collection of variables associated with this item. |
int |
hashCode()
the hashcode for this object |
boolean |
isHasThumbnail()
Indicates whether the builder item has a valid thumbnail. |
boolean |
isSupportedAtVersion(int docVersion)
Is this object valid at the given document version. |
void |
setCategory(int pItemCategory)
The catagory of builder item. |
void |
setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet)
Variables supporting color correction operation. |
void |
setDatasetByRef(IFunctionRasterDataset ppDataset)
The function raster dataset associated with builder item. |
void |
setDatasetNameByRef(IName ppDatasetName)
The raster dataset name associated with builder item. |
void |
setFootprintByRef(IGeometry ppFootprint)
The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset. |
void |
setSeamlineByRef(IGeometry ppSeamline)
The seamline geometry associated with this builder item. |
void |
setSeamlinePropertiesByRef(IPropertySet ppPropertySet)
Variables supporting seamline operation. |
void |
setStereoID(String pStereoID)
The stereo ID associated with this builder item. |
void |
setStereoPairsByRef(IStringArray ppStereoPairs)
The stereo IDs of all items that can be paired with this builder item. |
void |
setThumbnail(Object pvtThumbnailBlob)
The thumbnail associated with the builder item. |
void |
setURIByRef(IItemURI ppItemURI)
The URI object associated with the builder item. |
void |
setVariablesByRef(IPropertySet ppVariables)
The collection of variables associated with this item. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public BuilderItem() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic BuilderItem(Object obj) throws IOException
obj
to BuilderItem
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
BuilderItem theBuilderItem = (BuilderItem) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setURIByRef(IItemURI ppItemURI) throws IOException, AutomationException
Unique Resource Identifier of the Builder Item.
setURIByRef
in interface IBuilderItem
ppItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemURI getURI() throws IOException, AutomationException
Unique Resource Identifier of the Builder Item.
getURI
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetByRef(IFunctionRasterDataset ppDataset) throws IOException, AutomationException
setDatasetByRef
in interface IBuilderItem
ppDataset
- A reference to a com.esri.arcgis.datasourcesraster.IFunctionRasterDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFunctionRasterDataset getDataset() throws IOException, AutomationException
getDataset
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getFootprint() throws IOException, AutomationException
getFootprint
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFootprintByRef(IGeometry ppFootprint) throws IOException, AutomationException
setFootprintByRef
in interface IBuilderItem
ppFootprint
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getSeamline() throws IOException, AutomationException
getSeamline
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSeamlineByRef(IGeometry ppSeamline) throws IOException, AutomationException
setSeamlineByRef
in interface IBuilderItem
ppSeamline
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStereoID(String pStereoID) throws IOException, AutomationException
setStereoID
in interface IBuilderItem
pStereoID
- The pStereoID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getStereoID() throws IOException, AutomationException
getStereoID
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStereoPairsByRef(IStringArray ppStereoPairs) throws IOException, AutomationException
setStereoPairsByRef
in interface IBuilderItem
ppStereoPairs
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getStereoPairs() throws IOException, AutomationException
getStereoPairs
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVariablesByRef(IPropertySet ppVariables) throws IOException, AutomationException
setVariablesByRef
in interface IBuilderItem
ppVariables
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getVariables() throws IOException, AutomationException
getVariables
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addVariable(String variableName, Object vtVariableValue, boolean bPrefixWithTag) throws IOException, AutomationException
addVariable
in interface IBuilderItem
variableName
- The variableName (in)vtVariableValue
- A Variant (in)bPrefixWithTag
- The bPrefixWithTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCategory(int pItemCategory) throws IOException, AutomationException
setCategory
in interface IBuilderItem
pItemCategory
- A com.esri.arcgis.datasourcesraster.esriRasterCatalogItemCategory constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCategory() throws IOException, AutomationException
getCategory
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetNameByRef(IName ppDatasetName) throws IOException, AutomationException
setDatasetNameByRef
in interface IBuilderItem2
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.public IName getDatasetName() throws IOException, AutomationException
getDatasetName
in interface IBuilderItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSeamlinePropertiesByRef(IPropertySet ppPropertySet) throws IOException, AutomationException
setSeamlinePropertiesByRef
in interface IBuilderItem2
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.public IPropertySet getSeamlineProperties() throws IOException, AutomationException
getSeamlineProperties
in interface IBuilderItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet) throws IOException, AutomationException
setColorCorrectionPropertiesByRef
in interface IBuilderItem2
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.public IPropertySet getColorCorrectionProperties() throws IOException, AutomationException
getColorCorrectionProperties
in interface IBuilderItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasThumbnail() throws IOException, AutomationException
isHasThumbnail
in interface IBuilderItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThumbnail(Object pvtThumbnailBlob) throws IOException, AutomationException
setThumbnail
in interface IBuilderItem2
pvtThumbnailBlob
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getThumbnail() throws IOException, AutomationException
getThumbnail
in interface IBuilderItem2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportedAtVersion(int docVersion) throws IOException, AutomationException
Use IsSupportedAtVersion to identify if a particular object should be saved to the ObjectStream. This result is based on the esriArcGISVersion enumeration. In some instances, if the object is not supported at a particular ArcGIS version, the object may support conversion to another similar object; use IDocumentVersionSupportGEN::ConvertToSupportedObject to accomplish this.
isSupportedAtVersion
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object convertToSupportedObject(int docVersion) throws IOException, AutomationException
This method should be used when IDocumentVersionSupportGEN::IsSupportedAtVersion returns FALSE. Calling ConvertToSupportedObject will return an IUnknown pointer to a relevant object supported at the particular ArcGIS version. Not all objects will return a supported object; in these cases a null pointer will be returned.
convertToSupportedObject
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
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 |