|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.spatialanalyst.GPSAExtractValuesType
public class GPSAExtractValuesType
COM Class 'GPSAExtractValuesType'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description 'GeoProcessor Spatial Analyst GPSAExtractValues Type 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.spatialanalyst.IGPSAExtractValuesType |
---|
IID, IIDbf0b3a45_98d7_4012_9ac2_82b60adf4c31, xxDummy |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPValueTableType |
---|
IID, IID2fa954ba_3399_4c5f_9202_9ee91c54b764, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPDataType |
---|
IID, IID172a93a9_afc1_432d_8f04_54b7309ba432, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IClone |
---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
Constructor Summary | |
---|---|
GPSAExtractValuesType()
Constructs a GPSAExtractValuesType using ArcGIS Engine. |
|
GPSAExtractValuesType(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPSAExtractValuesType theGPSAExtractValuesType = (GPSAExtractValuesType) obj; |
Method Summary | |
---|---|
void |
addDataType(IGPDataType pDataType,
java.lang.String displayName,
int width,
IUID cLSID)
Adds the given data type to the value table data type. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
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. |
IUID |
getControlCLSID(int index)
The class identifier (CLSID) of the ActiveX control for the data type at the given index in the value table data type. |
int |
getCount()
The number of data types/columns of the value table data type. |
IGPDataType |
getDataType(int index)
The data type object of the given column index. |
java.lang.String |
getDisplayName()
The descriptive, user-friendly name. |
java.lang.String |
getDisplayName(int index)
The display name of the given column of the value table data type. |
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()
Deprecated. Internal use only. |
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. |
int |
getWidth(int index)
The width of the given column of the value table data 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 a GPSAExtractValuesType. |
void |
removeDataType(int index)
Removes the data type/column at the given index from the value table data type. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPSAExtractValuesType() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GPSAExtractValuesType(java.lang.Object obj) throws java.io.IOException
GPSAExtractValuesType theGPSAExtractValuesType = (GPSAExtractValuesType) obj;
obj
to GPSAExtractValuesType
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public 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 int getCount() throws java.io.IOException, AutomationException
getCount
in interface IGPValueTableType
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType(int index) throws java.io.IOException, AutomationException
getDataType
in interface IGPValueTableType
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth(int index) throws java.io.IOException, AutomationException
getWidth
in interface IGPValueTableType
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayName(int index) throws java.io.IOException, AutomationException
getDisplayName
in interface IGPValueTableType
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addDataType(IGPDataType pDataType, java.lang.String displayName, int width, IUID cLSID) throws java.io.IOException, AutomationException
addDataType
in interface IGPValueTableType
pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)displayName
- The displayName (in)width
- The width (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeDataType(int index) throws java.io.IOException, AutomationException
removeDataType
in interface IGPValueTableType
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getControlCLSID(int index) throws java.io.IOException, AutomationException
getControlCLSID
in interface IGPValueTableType
index
- The index (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 IGPDataType
java.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 IGPDataType
java.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 IGPDataType
java.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 IGPDataType
java.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 IGPDataType
java.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 IGPDataType
java.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 IGPDataType
java.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 IGPDataType
text
- 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 IGPDataType
type
- 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 IGPDataType
value
- 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 IClone
java.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 IClone
src
- 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 IClone
other
- 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 IClone
other
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |