Description: 'Provides access to the properties of a raster item description for adding a raster.' 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 =
public class IRasterItemDescriptionProxy extends com.esri.arcgis.interop.Dispatch implements IRasterItemDescription, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDe7a23083_b9bb_41bf_9253_c148b0ab033e
Modifier | Constructor and Description |
---|---|
|
IRasterItemDescriptionProxy()
Deprecated.
For internal use only
|
|
IRasterItemDescriptionProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterItemDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterItemDescriptionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterItemDescriptionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IStringArray |
getDataFileNames()
Deprecated.
The data file names.
|
IStringArray |
getDataFileURLs()
Deprecated.
The data file URLs.
|
IGeodataXform |
getGeodataXform()
Deprecated.
The georefencing of the raster item.
|
int |
getGeodataXformApplyMethod()
Deprecated.
The method used for applying the GeodataXform.
|
double |
getMaximumCellSizeFactor()
Deprecated.
The maximum visible cell size factor.
|
double |
getMinimumCellSizeFactor()
Deprecated.
The minimum visible cell size factor.
|
IPropertySet |
getProperties()
Deprecated.
The raster item properties.
|
java.lang.String |
getType()
Deprecated.
The raster item type, i.e.
|
boolean |
isBuildPyramids()
Deprecated.
Indicates whether pyramids are built for the raster item.
|
boolean |
isBuildThumbnail()
Deprecated.
Indicates whether thumbnails are built and saved for the raster item.
|
boolean |
isComputeStatistics()
Deprecated.
Indicates whether histogram statistics are computed for the raster item.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setBuildPyramids(boolean pvbBuildPyramids)
Deprecated.
Indicates whether pyramids are built for the raster item.
|
void |
setBuildThumbnail(boolean pvbBuildThumbnail)
Deprecated.
Indicates whether thumbnails are built and saved for the raster item.
|
void |
setComputeStatistics(boolean pvbComputeStatistics)
Deprecated.
Indicates whether histogram statistics are computed for the raster item.
|
void |
setDataFileNamesByRef(IStringArray ppNames)
Deprecated.
The data file names.
|
void |
setDataFileURLsByRef(IStringArray ppURLs)
Deprecated.
The data file URLs.
|
void |
setGeodataXformApplyMethod(int pMethod)
Deprecated.
The method used for applying the GeodataXform.
|
void |
setGeodataXformByRef(IGeodataXform ppXf)
Deprecated.
The georefencing of the raster item.
|
void |
setMaximumCellSizeFactor(double pMaxCellSizeFactor)
Deprecated.
The maximum visible cell size factor.
|
void |
setMinimumCellSizeFactor(double pMinCellSizeFactor)
Deprecated.
The minimum visible cell size factor.
|
void |
setPropertiesByRef(IPropertySet ppProperties)
Deprecated.
The raster item properties.
|
void |
setType(java.lang.String pType)
Deprecated.
The raster item type, i.e.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IRasterItemDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRasterItemDescriptionProxy()
public IRasterItemDescriptionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterItemDescriptionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterItemDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IStringArray getDataFileNames() throws java.io.IOException, AutomationException
getDataFileNames
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDataFileNamesByRef(IStringArray ppNames) throws java.io.IOException, AutomationException
setDataFileNamesByRef
in interface IRasterItemDescription
ppNames
- 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 getDataFileURLs() throws java.io.IOException, AutomationException
getDataFileURLs
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDataFileURLsByRef(IStringArray ppURLs) throws java.io.IOException, AutomationException
setDataFileURLsByRef
in interface IRasterItemDescription
ppURLs
- 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 java.lang.String getType() throws java.io.IOException, AutomationException
getType
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setType(java.lang.String pType) throws java.io.IOException, AutomationException
setType
in interface IRasterItemDescription
pType
- The pType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getProperties() throws java.io.IOException, AutomationException
getProperties
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPropertiesByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
setPropertiesByRef
in interface IRasterItemDescription
ppProperties
- 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 double getMinimumCellSizeFactor() throws java.io.IOException, AutomationException
getMinimumCellSizeFactor
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinimumCellSizeFactor(double pMinCellSizeFactor) throws java.io.IOException, AutomationException
setMinimumCellSizeFactor
in interface IRasterItemDescription
pMinCellSizeFactor
- The pMinCellSizeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaximumCellSizeFactor() throws java.io.IOException, AutomationException
getMaximumCellSizeFactor
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximumCellSizeFactor(double pMaxCellSizeFactor) throws java.io.IOException, AutomationException
setMaximumCellSizeFactor
in interface IRasterItemDescription
pMaxCellSizeFactor
- The pMaxCellSizeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
getGeodataXform
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeodataXformByRef(IGeodataXform ppXf) throws java.io.IOException, AutomationException
setGeodataXformByRef
in interface IRasterItemDescription
ppXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getGeodataXformApplyMethod() throws java.io.IOException, AutomationException
getGeodataXformApplyMethod
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeodataXformApplyMethod(int pMethod) throws java.io.IOException, AutomationException
setGeodataXformApplyMethod
in interface IRasterItemDescription
pMethod
- A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setComputeStatistics(boolean pvbComputeStatistics) throws java.io.IOException, AutomationException
setComputeStatistics
in interface IRasterItemDescription
pvbComputeStatistics
- The pvbComputeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isComputeStatistics() throws java.io.IOException, AutomationException
isComputeStatistics
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBuildPyramids(boolean pvbBuildPyramids) throws java.io.IOException, AutomationException
setBuildPyramids
in interface IRasterItemDescription
pvbBuildPyramids
- The pvbBuildPyramids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isBuildPyramids() throws java.io.IOException, AutomationException
isBuildPyramids
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBuildThumbnail(boolean pvbBuildThumbnail) throws java.io.IOException, AutomationException
setBuildThumbnail
in interface IRasterItemDescription
pvbBuildThumbnail
- The pvbBuildThumbnail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isBuildThumbnail() throws java.io.IOException, AutomationException
isBuildThumbnail
in interface IRasterItemDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.