public class RasterTypeName extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IName, IRasterTypeName, IPersistStream, java.io.Externalizable
Description 'The raster type name object.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
IID, IID3de899f9_7c59_4d03_9afa_5f526398a6b5, xxDummyIID, IID00000109_0000_0000_c000_000000000046, xxDummyIID0000010c_0000_0000_c000_000000000046| Constructor and Description |
|---|
RasterTypeName()
Constructs a RasterTypeName using ArcGIS Engine.
|
RasterTypeName(java.lang.Object obj)
Construct a RasterTypeName 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
|
void |
getClassID(GUID[] pClassID)
getClassID
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getInstanceID()
The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.
|
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.
|
IMosaicDatasetName |
getMosaicDatasetName()
The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.
|
java.lang.String |
getName()
The string representation of the raster type object.
|
java.lang.String |
getNameString()
The name string of the object.
|
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax
|
int |
hashCode()
the hashcode for this object
|
void |
isDirty()
isDirty
|
void |
load(IStream pstm)
load
|
java.lang.Object |
open()
Opens the object referred to by this name.
|
void |
readExternal(java.io.ObjectInput in) |
void |
release()
Release this COM object reference
|
void |
save(IStream pstm,
int fClearDirty)
save
|
void |
setInstanceID(int pInstanceID)
The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.
|
void |
setMosaicDatasetNameByRef(IMosaicDatasetName ppMosaicDatasetName)
The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.
|
void |
setName(java.lang.String pName)
The string representation of the raster type object.
|
void |
setNameString(java.lang.String nameString)
The name string of the object.
|
void |
writeExternal(java.io.ObjectOutput out) |
public static final long serialVersionUID
public RasterTypeName()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic RasterTypeName(java.lang.Object obj)
throws java.io.IOException
obj to RasterTypeName.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
RasterTypeName theRasterTypeName = (RasterTypeName) obj;public static java.lang.String getClsid()
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 void setNameString(java.lang.String nameString)
throws java.io.IOException,
AutomationException
The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.
setNameString in interface INamenameString - The nameString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getNameString()
throws java.io.IOException,
AutomationException
The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.
getNameString in interface INamejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object open()
throws java.io.IOException,
AutomationException
The Open method lets you instantiate the actual object given the name object.
Note: Opening a feature class that participates in a topology or geometric network will also open all other feature classes participating in the topology or geometric network in memory.
IName pName = pFeatureClassName;
pFeatureClass = new IFeatureClassProxy(pName.open());
open in interface INamejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setName(java.lang.String pName)
throws java.io.IOException,
AutomationException
setName in interface IRasterTypeNamepName - The pName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IRasterTypeNamejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMosaicDatasetNameByRef(IMosaicDatasetName ppMosaicDatasetName) throws java.io.IOException, AutomationException
setMosaicDatasetNameByRef in interface IRasterTypeNameppMosaicDatasetName - A reference to a com.esri.arcgis.geodatabase.IMosaicDatasetName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMosaicDatasetName getMosaicDatasetName() throws java.io.IOException, AutomationException
getMosaicDatasetName in interface IRasterTypeNamejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setInstanceID(int pInstanceID)
throws java.io.IOException,
AutomationException
setInstanceID in interface IRasterTypeNamepInstanceID - The pInstanceID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getInstanceID()
throws java.io.IOException,
AutomationException
getInstanceID in interface IRasterTypeNamejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundException