public class RasterNativeType extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, INativeType, INativeTypeSearch
Description 'Native type for raster datasets.' 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, IIDbdc57556_f689_4149_a526_b49dea3f443f, xxDummyIID, IID12b123e8_895d_4d2f_a7b0_c7c07cf195e0, xxDummy| Constructor and Description |
|---|
RasterNativeType(java.lang.Object obj)
Construct a RasterNativeType using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.String |
getDescription()
The description of the type.
|
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.
|
IUID |
getTypeID()
The unique ID of the type.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isExcludeChildren()
Indicates whether the children of this native type should be searched.
|
void |
release()
Release this COM object reference
|
public RasterNativeType(java.lang.Object obj)
throws java.io.IOException
obj to RasterNativeType. *
RasterNativeType o = (RasterNativeType)obj; // will not work
RasterNativeType o = new RasterNativeType(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
RasterNativeType theRasterNativeType = (RasterNativeType) obj;public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic IUID getTypeID() throws java.io.IOException, AutomationException
getTypeID in interface INativeTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface INativeTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isExcludeChildren()
throws java.io.IOException,
AutomationException
isExcludeChildren in interface INativeTypeSearchjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.