public class DETerrainType extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IDETerrainType, IDEGeoDatasetType, IDEDatasetType, IDataElementType, IGxFilterInfo, IGPDataType, IClone
Description 'Terrain Data Element object Type.' 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, IID6af7c569_8eb6_491d_8623_4714a2f626b6, xxDummyIID, IID264d4c00_a628_11d5_931d_0080c71a3226, xxDummyIID, IID2ea85780_a626_11d5_931d_0080c71a3226, xxDummyIID, IID4926a958_7885_484c_811b_2c8b12b0c1a2, xxDummyIID, IID691be63c_024f_4958_8f9b_d8252342e915, xxDummyIID, IID172a93a9_afc1_432d_8f04_54b7309ba432, xxDummyIID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy| Constructor and Description |
|---|
DETerrainType()
Constructs a DETerrainType using ArcGIS Engine.
|
DETerrainType(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
DETerrainType theDETerrainType = (DETerrainType) obj; |
| Modifier and Type | Method and Description |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver.
|
IDataElement |
createOutputDataElement(java.lang.String catalogPath,
java.lang.String optionalWorkspace)
Creates a data element given a catalog path and an optional workspace.
|
IGPValue |
createValue(java.lang.String text)
Creates a geoprocessing value object from the given string.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone.
|
static java.lang.String |
getClsid()
getClsid.
|
IUID |
getControlCLSID()
The COM class id of the data type.
|
java.lang.String |
getDisplayName()
The descriptive, user-friendly name.
|
IName |
getFullName()
The associated Name object.
|
int |
getHelpContext()
The context identifier of the topic within the help file.
|
java.lang.String |
getHelpFile()
The name of the (CHM) file containing help information.
|
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 |
getMetadataFile()
The name of the (XML) file containing the default metadata for this data type.
|
java.lang.String |
getName()
The name of the data type.
|
IArray |
getOpenGxObjectFilters()
The filters used to open a dataset of this type.
|
IArray |
getSaveGxObjectFilters()
The filters used to save a dataset of this type.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties.
|
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object.
|
void |
release()
Release this COM object reference
|
IGPMessage |
validateDataType(IGPDataType type)
Validates if a given geoprocessing data type object is valid.
|
IGPMessage |
validateValue(IGPValue value,
IGPDomain domain)
Validates if a given geoprocessing value object is the correct data type.
|
public DETerrainType()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic DETerrainType(java.lang.Object obj)
throws java.io.IOException
DETerrainType theDETerrainType = (DETerrainType) obj;obj to DETerrainType.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.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 IDataElement createOutputDataElement(java.lang.String catalogPath, java.lang.String optionalWorkspace) throws java.io.IOException, AutomationException
createOutputDataElement in interface IDataElementTypecatalogPath - The catalogPath (in)optionalWorkspace - The optionalWorkspace (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getOpenGxObjectFilters() throws java.io.IOException, AutomationException
getOpenGxObjectFilters in interface IGxFilterInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getSaveGxObjectFilters() throws java.io.IOException, AutomationException
getSaveGxObjectFilters in interface IGxFilterInfojava.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 IGPDataTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IGPDataTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IUID getControlCLSID() throws java.io.IOException, AutomationException
getControlCLSID in interface IGPDataTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IName getFullName() throws java.io.IOException, AutomationException
getFullName in interface IGPDataTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getHelpFile()
throws java.io.IOException,
AutomationException
getHelpFile in interface IGPDataTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getHelpContext()
throws java.io.IOException,
AutomationException
getHelpContext in interface IGPDataTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getMetadataFile()
throws java.io.IOException,
AutomationException
getMetadataFile in interface IGPDataTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGPValue createValue(java.lang.String text) throws java.io.IOException, AutomationException
createValue in interface IGPDataTypetext - The text (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGPMessage validateDataType(IGPDataType type) throws java.io.IOException, AutomationException
validateDataType in interface IGPDataTypetype - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGPMessage validateValue(IGPValue value, IGPDomain domain) throws java.io.IOException, AutomationException
validateValue in interface IGPDataTypevalue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)domain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.