|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.RasterFunctionTemplateArguments
public class RasterFunctionTemplateArguments
A class for template function arguments.
Constructor Summary | |
---|---|
RasterFunctionTemplateArguments()
Constructs a RasterFunctionTemplateArguments using ArcGIS Engine. |
|
RasterFunctionTemplateArguments(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterFunctionTemplateArguments theRasterFunctionTemplateArguments = (RasterFunctionTemplateArguments) obj; |
Method Summary | |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
void |
getAllProperties(Object[] names,
Object[] values)
The name and value of all the properties in the property set. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
int |
getCount()
The number of properties contained in the property set. |
IStringArray |
getFileList()
The list of all files associated with the arguments. |
String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
IStringArray |
getNames()
The list of all argument names. |
void |
getProperties(Object names,
Object[] values)
The values of the specified properties. |
Object |
getProperty(String name)
The value of the specified property. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
Object |
getValue(String name)
Gets a named argument value. |
IVariantArray |
getValues()
The list of all arguments. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isEqual(IPropertySet propertySet)
True if the property set is the same as the input property set. |
boolean |
isEqualNoCase(IPropertySet propertySet)
True if the property set is the same as the input property set. |
void |
load(IStream pstm)
load |
void |
putValue(String name,
Object value)
Puts a named argument value. |
void |
readExternal(ObjectInput in)
|
void |
remove(String name)
Removes a named argument value. |
void |
removeAll()
Removes all argument values. |
void |
removeProperty(String name)
Removes a property from the set. |
void |
resolve(IRow pRow,
IPropertySet pPropertySet)
Resolves function variables using a row and set of properties. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setProperties(Object names,
Object values)
The values of the specified properties. |
void |
setProperty(String name,
Object value)
The value of the specified property. |
void |
update(IRow pRow,
IPropertySet pPropertySet,
IRasterFunctionArguments pTemplateArguments)
Updates function variables using a row and set of properties. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public RasterFunctionTemplateArguments() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RasterFunctionTemplateArguments(Object obj) throws IOException
RasterFunctionTemplateArguments theRasterFunctionTemplateArguments = (RasterFunctionTemplateArguments) obj;
obj
to RasterFunctionTemplateArguments
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public Object getValue(String name) throws IOException, AutomationException
getValue
in interface IRasterFunctionArguments
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putValue(String name, Object value) throws IOException, AutomationException
putValue
in interface IRasterFunctionArguments
name
- The name (in)value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(String name) throws IOException, AutomationException
remove
in interface IRasterFunctionArguments
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws IOException, AutomationException
removeAll
in interface IRasterFunctionArguments
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getNames() throws IOException, AutomationException
getNames
in interface IRasterFunctionArguments
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IVariantArray getValues() throws IOException, AutomationException
getValues
in interface IRasterFunctionArguments
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getFileList() throws IOException, AutomationException
getFileList
in interface IRasterFunctionArguments
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void resolve(IRow pRow, IPropertySet pPropertySet) throws IOException, AutomationException
resolve
in interface IRasterFunctionArguments
pRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update(IRow pRow, IPropertySet pPropertySet, IRasterFunctionArguments pTemplateArguments) throws IOException, AutomationException
update
in interface IRasterFunctionArguments
pRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)pTemplateArguments
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionArguments (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws IOException, AutomationException
The Count value will always be one when used with the esriGeodatabase.XmlPropertySet coclass. For more information, see the remarks for the XmlPropertySet coclass.
getCount
in interface IPropertySet
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.com.esri.arcgis.system.IXmlPropertySet
,
com.esri.arcgis.system.IXmlPropertySet2
public Object getProperty(String name) throws IOException, AutomationException
getProperty
in interface IPropertySet
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet.getProperties(java.lang.Object, Object[])
,
IPropertySet.getAllProperties(Object[], Object[])
public void getProperties(Object names, Object[] values) throws IOException, AutomationException
The GetProperties method returns values from a PropertySet CoClass.
getProperties
in interface IPropertySet
names
- A Variant (in)values
- A Variant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet.getAllProperties(Object[], Object[])
,
IPropertySet.getProperty(String)
public void getAllProperties(Object[] names, Object[] values) throws IOException, AutomationException
The GetAllProperties retrieves all names and values in the property set.
getAllProperties
in interface IPropertySet
names
- A Variant (out: use single element array)values
- A Variant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet.getProperties(java.lang.Object, Object[])
,
IPropertySet.getProperty(String)
public void setProperty(String name, Object value) throws IOException, AutomationException
The Name parameter uses XSL Patterns to specify metadata elements. Additional information on XSL can be found in the the IXmlPropertySet documentation.
setProperty
in interface IPropertySet
name
- The name (in)value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.com.esri.arcgis.system.IXmlPropertySet
,
com.esri.arcgis.system.IXmlPropertySet2
,
IPropertySet.setProperties(java.lang.Object, java.lang.Object)
public void setProperties(Object names, Object values) throws IOException, AutomationException
Using the Name parameter to locate the specified element, the SetProperties method populates the elements, or adds an new element if it already exists, and sets the value to the coorseponding Values parameter.
The Name parameter uses XSL Patterns to specify metadata elements. Additional information on XSL can be found in the the IXmlPropertySet documentation.
esriXmlSetPropertyAction constants are NOT available to handle situations where an element value already exists. Upon encountering elements that already have values, the new values will replace or add values to existing elements. For more control dealing with elements the IXmlPropertySet::SetPropertyX should be used.
In order to populated nodes further along in the Xml tree, nodes necessary to navigate must first be established. For instance in order to populate the "idinfo/ptcontact/cntinfo/cntperp/cntorg" node each subsequent nodes, "idinfo", "idinfo/ptcontact", "idinfo/ptcontact/cntinfo" and "idinfo/ptcontact/cntinfo/cntperp" must already be in place.
setProperties
in interface IPropertySet
names
- A Variant (in)values
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet.setProperty(String, java.lang.Object)
,
com.esri.arcgis.system.IXmlPropertySet
,
This method is not interop compliant and hence unsupported in Java. Use setProperty() instead.
public boolean isEqual(IPropertySet propertySet) throws IOException, AutomationException
This method indicates whether two property sets are equal.
Note that it will always return false if the property set is an esriGeodatabase.XmlPropertySet (for metadata). See the XmlPropertySet coclass' documentation for more information.
isEqual
in interface IPropertySet
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeProperty(String name) throws IOException, AutomationException
removeProperty
in interface IPropertySet
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.com.esri.arcgis.system.IXmlPropertySet
public boolean isEqualNoCase(IPropertySet propertySet) throws IOException, AutomationException
The IsEqualNoCase method compares the input PropertySet to the current PropertySet.
isEqualNoCase
in interface IPropertySet2
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMinNamespaceSupported() throws IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |