public class FunctionRasterDatasetName extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IName, IDatasetName, IFunctionRasterDatasetName, IPersist, IPersistStream, IXMLSerialize, IXMLVersionSupport, IRasterKeyProperties, java.io.Externalizable
Description 'A class for a function raster dataset name.' 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, IID89e75917_c287_11d1_aa77_00c04fa33a15, xxDummy
IID, IID5769d656_8973_4d0c_81cb_acf0ac035ac2, xxDummy
IID, IID00000109_0000_0000_c000_000000000046, xxDummy
IID0000010c_0000_0000_c000_000000000046
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy
IID, IID72ca65b9_13de_48b7_8443_717b69b72a99, xxDummy
IID, IID01002227_f833_40aa_a0c9_429ea383c51f, xxDummy
Constructor and Description |
---|
FunctionRasterDatasetName()
Constructs a FunctionRasterDatasetName using ArcGIS Engine.
|
FunctionRasterDatasetName(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
FunctionRasterDatasetName theFunctionRasterDatasetName = (FunctionRasterDatasetName) obj; |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
getAllBandProperties(int bandIndex,
IStringArray[] ppNames,
IVariantArray[] ppValues)
Queries all available band-specific key properties.
|
void |
getAllProperties(IStringArray[] ppNames,
IVariantArray[] ppValues)
Queries all available key properties.
|
java.lang.Object |
getArguments()
The raster function argument(s).
|
java.lang.Object |
getBandProperty(java.lang.String sName,
int bandIndex)
Returns the requested key property by name for a given band.
|
java.lang.String |
getBrowseName()
The browse name.
|
java.lang.String |
getCategory()
The category of the dataset.
|
void |
getClassID(GUID[] pClassID)
getClassID
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getFullName()
The full path name.
|
IRasterFunction |
getFunction()
The raster function.
|
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 |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace).
|
java.lang.String |
getName()
The name of the dataset.
|
java.lang.String |
getNameString()
The name string of the object.
|
IPropertySet |
getProperties()
The function raster dataset proprties.
|
java.lang.Object |
getProperty(java.lang.String sName)
Returns the requested key property by name.
|
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax
|
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
|
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 |
removeBandProperty(java.lang.String sName,
int bandIndex)
Removes all occurrences of the specified key property for a given band.
|
void |
removeProperty(java.lang.String sName)
Removes all occurrences of the specified key property.
|
void |
save(IStream pstm,
int fClearDirty)
save
|
void |
serialize(IXMLSerializeData data)
Serializes an object to XML.
|
void |
setArgumentsByRef(java.lang.Object ppArguments)
The raster function argument(s).
|
void |
setBandProperty(java.lang.String sName,
int bandIndex,
java.lang.Object vtValue)
Updates the value of the specified key property by name for a given band.
|
void |
setBrowseName(java.lang.String pName)
The browse name.
|
void |
setCategory(java.lang.String category)
The category of the dataset.
|
void |
setFullName(java.lang.String pName)
The full path name.
|
void |
setFunctionByRef(IRasterFunction ppFunction)
The raster function.
|
void |
setName(java.lang.String name)
The name of the dataset.
|
void |
setNameString(java.lang.String nameString)
The name string of the object.
|
void |
setPropertiesByRef(IPropertySet ppProperties)
The function raster dataset proprties.
|
void |
setProperty(java.lang.String sName,
java.lang.Object vtValue)
Updates the value of the specified key property by name.
|
void |
setWorkspaceNameByRef(IWorkspaceName workspaceName)
The WorkspaceName of the DatasetName.
|
void |
writeExternal(java.io.ObjectOutput out) |
public static final long serialVersionUID
public FunctionRasterDatasetName() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic FunctionRasterDatasetName(java.lang.Object obj) throws java.io.IOException
FunctionRasterDatasetName theFunctionRasterDatasetName = (FunctionRasterDatasetName) obj;
obj
to FunctionRasterDatasetName
.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 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.public void setFullName(java.lang.String pName) throws java.io.IOException, AutomationException
setFullName
in interface IFunctionRasterDatasetName
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFullName() throws java.io.IOException, AutomationException
getFullName
in interface IFunctionRasterDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterFunction getFunction() throws java.io.IOException, AutomationException
getFunction
in interface IFunctionRasterDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFunctionByRef(IRasterFunction ppFunction) throws java.io.IOException, AutomationException
setFunctionByRef
in interface IFunctionRasterDatasetName
ppFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getArguments() throws java.io.IOException, AutomationException
getArguments
in interface IFunctionRasterDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setArgumentsByRef(java.lang.Object ppArguments) throws java.io.IOException, AutomationException
setArgumentsByRef
in interface IFunctionRasterDatasetName
ppArguments
- A reference to another Object (IUnknown) (in)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 IFunctionRasterDatasetName
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 IPropertySet getProperties() throws java.io.IOException, AutomationException
getProperties
in interface IFunctionRasterDatasetName
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBrowseName(java.lang.String pName) throws java.io.IOException, AutomationException
setBrowseName
in interface IFunctionRasterDatasetName
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getBrowseName() throws java.io.IOException, AutomationException
getBrowseName
in interface IFunctionRasterDatasetName
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 IPersist
pClassID
- 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 isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.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 IPersistStream
pstm
- 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 IPersistStream
pstm
- 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 IPersistStream
pcbSize
- 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 serialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMinNamespaceSupported() throws java.io.IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getProperty(java.lang.String sName) throws java.io.IOException, AutomationException
getProperty
in interface IRasterKeyProperties
sName
- The sName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProperty(java.lang.String sName, java.lang.Object vtValue) throws java.io.IOException, AutomationException
setProperty
in interface IRasterKeyProperties
sName
- The sName (in)vtValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeProperty(java.lang.String sName) throws java.io.IOException, AutomationException
removeProperty
in interface IRasterKeyProperties
sName
- The sName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getAllProperties(IStringArray[] ppNames, IVariantArray[] ppValues) throws java.io.IOException, AutomationException
getAllProperties
in interface IRasterKeyProperties
ppNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppValues
- A reference to a com.esri.arcgis.system.IVariantArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getBandProperty(java.lang.String sName, int bandIndex) throws java.io.IOException, AutomationException
getBandProperty
in interface IRasterKeyProperties
sName
- The sName (in)bandIndex
- The bandIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBandProperty(java.lang.String sName, int bandIndex, java.lang.Object vtValue) throws java.io.IOException, AutomationException
setBandProperty
in interface IRasterKeyProperties
sName
- The sName (in)bandIndex
- The bandIndex (in)vtValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeBandProperty(java.lang.String sName, int bandIndex) throws java.io.IOException, AutomationException
removeBandProperty
in interface IRasterKeyProperties
sName
- The sName (in)bandIndex
- The bandIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getAllBandProperties(int bandIndex, IStringArray[] ppNames, IVariantArray[] ppValues) throws java.io.IOException, AutomationException
getAllBandProperties
in interface IRasterKeyProperties
bandIndex
- The bandIndex (in)ppNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppValues
- A reference to a com.esri.arcgis.system.IVariantArray (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.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException