|
|||||||||
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. |
boolean |
equals(Object o)
Compare this object with another |
int |
getCategory()
The catagory of builder item. |
static String |
getClsid()
getClsid. |
IFunctionRasterDataset |
getDataset()
The function raster dataset associated with builder item. |
IGeometry |
getFootprint()
The footprint geometry of the function raster dataset. |
IGeometry |
getSeamline()
The seamline geometry associated with this builder item. |
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. |
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 |
void |
setCategory(int pItemCategory)
The catagory of builder item. |
void |
setDatasetByRef(IFunctionRasterDataset ppDataset)
The function raster dataset associated with builder item. |
void |
setFootprintByRef(IGeometry ppFootprint)
The footprint geometry of the function raster dataset. |
void |
setSeamlineByRef(IGeometry ppSeamline)
The seamline geometry associated with this builder item. |
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 |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |