public class MosaicDatasetName extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetName, IMosaicDatasetName2, IMosaicDatasetName3, IName, IDatasetName
Description 'The mosaic dataset 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 =
IID, IIDb12a96b1_f62f_435d_9544_1b67502d1a83, xxDummy
IID0b6f5156_2e59_41c8_9817_48d6d27ffa07
IID8911e302_d22b_42cb_b994_d3774b276460
IID, IID89e75917_c287_11d1_aa77_00c04fa33a15, xxDummy
Constructor and Description |
---|
MosaicDatasetName()
Constructs a MosaicDatasetName using ArcGIS Engine.
|
MosaicDatasetName(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
MosaicDatasetName theMosaicDatasetName = (MosaicDatasetName) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.String |
getCategory()
The category of the dataset.
|
IStringArray |
getChildrenNames()
The mosaic dataset table names.
|
static java.lang.String |
getClsid()
getClsid.
|
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.
|
java.lang.String |
getName()
The name of the dataset.
|
java.lang.String |
getNameString()
The name string of the object.
|
IEnumDatasetName |
getSubsetNames()
Subset names contained within this dataset name.
|
int |
getType()
The type of the dataset.
|
IWorkspaceName |
getWorkspaceName()
The WorkspaceName of the DatasetName.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isReferenced()
Indicates if this is a referenced mosaic dataset.
|
java.lang.Object |
open()
Opens the object referred to by this name.
|
void |
release()
Release this COM object reference
|
void |
repairReferencedSideTables(IName pName)
Repair side tables of a broken referenced mosaic dataset.
|
void |
setCategory(java.lang.String category)
The category of the dataset.
|
void |
setChildrenNamesByRef(IStringArray ppNames)
The mosaic dataset table names.
|
void |
setName(java.lang.String name)
The name of the dataset.
|
void |
setNameString(java.lang.String nameString)
The name string of the object.
|
void |
setReferenced(boolean pReferenced)
Indicates if this is a referenced mosaic dataset.
|
void |
setWorkspaceNameByRef(IWorkspaceName workspaceName)
The WorkspaceName of the DatasetName.
|
public MosaicDatasetName() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic MosaicDatasetName(java.lang.Object obj) throws java.io.IOException
MosaicDatasetName theMosaicDatasetName = (MosaicDatasetName) obj;
obj
to MosaicDatasetName
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic 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 boolean isReferenced() throws java.io.IOException, AutomationException
isReferenced
in interface IMosaicDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setReferenced(boolean pReferenced) throws java.io.IOException, AutomationException
setReferenced
in interface IMosaicDatasetName
pReferenced
- The pReferenced (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getChildrenNames() throws java.io.IOException, AutomationException
getChildrenNames
in interface IMosaicDatasetName2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setChildrenNamesByRef(IStringArray ppNames) throws java.io.IOException, AutomationException
setChildrenNamesByRef
in interface IMosaicDatasetName2
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 void repairReferencedSideTables(IName pName) throws java.io.IOException, AutomationException
repairReferencedSideTables
in interface IMosaicDatasetName3
pName
- 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 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 IName
nameString
- 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 IName
java.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 IName
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 IDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IDatasetName
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getType() throws java.io.IOException, AutomationException
getType
in interface IDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCategory() throws java.io.IOException, AutomationException
getCategory
in interface IDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCategory(java.lang.String category) throws java.io.IOException, AutomationException
setCategory
in interface IDatasetName
category
- The category (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IWorkspaceName getWorkspaceName() throws java.io.IOException, AutomationException
getWorkspaceName
in interface IDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWorkspaceNameByRef(IWorkspaceName workspaceName) throws java.io.IOException, AutomationException
setWorkspaceNameByRef
in interface IDatasetName
workspaceName
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumDatasetName getSubsetNames() throws java.io.IOException, AutomationException
getSubsetNames
in interface IDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.