|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterNativeType
public class RasterNativeType
Native type for raster datasets.
| Constructor Summary | |
|---|---|
RasterNativeType(Object obj)
Construct a RasterNativeType using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getDescription()
The description of the type. |
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. |
| 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 RasterNativeType(Object obj)
throws 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 Server
IOException - if there are interop problems
RasterNativeType theRasterNativeType = (RasterNativeType) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IUID getTypeID()
throws IOException,
AutomationException
getTypeID in interface INativeTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface INativeTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExcludeChildren()
throws IOException,
AutomationException
isExcludeChildren in interface INativeTypeSearchIOException - 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 | ||||||||