public class BuilderItem extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IBuilderItem, IBuilderItem2, IBuilderItem3, IDocumentVersionSupportGEN
Description 'An item built by a raster builder.' 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 =
IID, IIDe0e41c47_72ec_4e66_8d6c_c6a90f6d1c21, xxDummy
IID607661ec_f105_4641_be8b_4f1cb0d6f48c
IID49944736_3dd8_4e4e_b346_46868e0cf13f
Constructor and Description |
---|
BuilderItem()
Constructs a BuilderItem using ArcGIS Engine.
|
BuilderItem(java.lang.Object obj)
Construct a BuilderItem using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
void |
addVariable(java.lang.String variableName,
java.lang.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.
|
java.lang.Object |
convertToSupportedObject(int docVersion)
Convert the object to another object that is supported.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IPropertySet |
getAuxiliaryFieldValues()
The field values corresponding to the AuxiliaryFields of the parent raster builder described by a property set that maps field names to fields values.
|
int |
getCategory()
The catagory of builder item.
|
static java.lang.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.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IGeometry |
getSeamline()
The seamline geometry associated with this builder item.
|
IPropertySet |
getSeamlineProperties()
Variables supporting seamline operation.
|
java.lang.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.
|
java.lang.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 |
release()
Release this COM object reference
|
void |
setAuxiliaryFieldValuesByRef(IPropertySet ppAuxiliaryFieldValues)
The field values corresponding to the AuxiliaryFields of the parent raster builder described by a property set that maps field names to fields values.
|
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(java.lang.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(java.lang.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.
|
public BuilderItem() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic BuilderItem(java.lang.Object obj) throws java.io.IOException
obj
to BuilderItem
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
BuilderItem theBuilderItem = (BuilderItem) obj;
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setURIByRef(IItemURI ppItemURI) throws java.io.IOException, AutomationException
setURIByRef
in interface IBuilderItem
ppItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IItemURI getURI() throws java.io.IOException, AutomationException
getURI
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDatasetByRef(IFunctionRasterDataset ppDataset) throws java.io.IOException, AutomationException
setDatasetByRef
in interface IBuilderItem
ppDataset
- A reference to a com.esri.arcgis.datasourcesraster.IFunctionRasterDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFunctionRasterDataset getDataset() throws java.io.IOException, AutomationException
getDataset
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getFootprint() throws java.io.IOException, AutomationException
getFootprint
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFootprintByRef(IGeometry ppFootprint) throws java.io.IOException, AutomationException
setFootprintByRef
in interface IBuilderItem
ppFootprint
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getSeamline() throws java.io.IOException, AutomationException
getSeamline
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSeamlineByRef(IGeometry ppSeamline) throws java.io.IOException, AutomationException
setSeamlineByRef
in interface IBuilderItem
ppSeamline
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStereoID(java.lang.String pStereoID) throws java.io.IOException, AutomationException
setStereoID
in interface IBuilderItem
pStereoID
- The pStereoID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStereoID() throws java.io.IOException, AutomationException
getStereoID
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStereoPairsByRef(IStringArray ppStereoPairs) throws java.io.IOException, AutomationException
setStereoPairsByRef
in interface IBuilderItem
ppStereoPairs
- 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.public IStringArray getStereoPairs() throws java.io.IOException, AutomationException
getStereoPairs
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setVariablesByRef(IPropertySet ppVariables) throws java.io.IOException, AutomationException
setVariablesByRef
in interface IBuilderItem
ppVariables
- 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.public IPropertySet getVariables() throws java.io.IOException, AutomationException
getVariables
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addVariable(java.lang.String variableName, java.lang.Object vtVariableValue, boolean bPrefixWithTag) throws java.io.IOException, AutomationException
addVariable
in interface IBuilderItem
variableName
- The variableName (in)vtVariableValue
- A Variant (in)bPrefixWithTag
- The bPrefixWithTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCategory(int pItemCategory) throws java.io.IOException, AutomationException
setCategory
in interface IBuilderItem
pItemCategory
- A com.esri.arcgis.datasourcesraster.esriRasterCatalogItemCategory constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCategory() throws java.io.IOException, AutomationException
getCategory
in interface IBuilderItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDatasetNameByRef(IName ppDatasetName) throws java.io.IOException, AutomationException
setDatasetNameByRef
in interface IBuilderItem2
ppDatasetName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IName getDatasetName() throws java.io.IOException, AutomationException
getDatasetName
in interface IBuilderItem2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSeamlinePropertiesByRef(IPropertySet ppPropertySet) throws java.io.IOException, AutomationException
setSeamlinePropertiesByRef
in interface IBuilderItem2
ppPropertySet
- 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.public IPropertySet getSeamlineProperties() throws java.io.IOException, AutomationException
getSeamlineProperties
in interface IBuilderItem2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet) throws java.io.IOException, AutomationException
setColorCorrectionPropertiesByRef
in interface IBuilderItem2
ppPropertySet
- 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.public IPropertySet getColorCorrectionProperties() throws java.io.IOException, AutomationException
getColorCorrectionProperties
in interface IBuilderItem2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHasThumbnail() throws java.io.IOException, AutomationException
isHasThumbnail
in interface IBuilderItem2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setThumbnail(java.lang.Object pvtThumbnailBlob) throws java.io.IOException, AutomationException
setThumbnail
in interface IBuilderItem2
pvtThumbnailBlob
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getThumbnail() throws java.io.IOException, AutomationException
getThumbnail
in interface IBuilderItem2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAuxiliaryFieldValuesByRef(IPropertySet ppAuxiliaryFieldValues) throws java.io.IOException, AutomationException
setAuxiliaryFieldValuesByRef
in interface IBuilderItem3
ppAuxiliaryFieldValues
- 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.public IPropertySet getAuxiliaryFieldValues() throws java.io.IOException, AutomationException
getAuxiliaryFieldValues
in interface IBuilderItem3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSupportedAtVersion(int docVersion) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object convertToSupportedObject(int docVersion) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.