|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.CadastralTransformationData
public class CadastralTransformationData
CadastralTransformationData CoClass holding the information passed to the CadastralTransformation object.
Constructor Summary | |
---|---|
CadastralTransformationData()
Constructs a CadastralTransformationData using ArcGIS Engine. |
|
CadastralTransformationData(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CadastralTransformationData theCadastralTransformationData = (CadastralTransformationData) obj; |
Method Summary | |
---|---|
void |
addData(IName name,
int adjustmentLevel)
Add a featureClassID, adjustmentLevel pair. |
void |
clear()
Clear all the data. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
void |
getData(int index,
IName[] name,
int[] adjustmentLevel)
Retrieve a featureClassName, adjustmentLevel pair. |
int |
getTransDataCount()
Retrieve the number of entries. |
int |
hashCode()
the hashcode for this object |
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 CadastralTransformationData() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CadastralTransformationData(Object obj) throws IOException
CadastralTransformationData theCadastralTransformationData = (CadastralTransformationData) obj;
obj
to CadastralTransformationData
.
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 void addData(IName name, int adjustmentLevel) throws IOException, AutomationException
Add a feature class name and its corresponding target adjustment level to this CadastralTransformationData object.
The target adjustment level must be greater than zero. If the feature class specified has already been added to the CadastralTransformationData object, the new target adjustment level replaces the old value.
addData
in interface ICadastralTransformationData
name
- A reference to a com.esri.arcgis.system.IName (in)adjustmentLevel
- The adjustmentLevel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getData(int index, IName[] name, int[] adjustmentLevel) throws IOException, AutomationException
Retrieve a feature class name, target adjustment level data-pair from this object using an index.
The index value must be within the range 0 <= index < count, where count is the number of data pairs stored on this object and can be obtained using the TransDataCount method.
getData
in interface ICadastralTransformationData
index
- The index (in)name
- A reference to a com.esri.arcgis.system.IName (in/out: use single element array)adjustmentLevel
- The adjustmentLevel (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTransDataCount() throws IOException, AutomationException
The number of feature class name & adjustment level pairs stored on this object.
getTransDataCount
in interface ICadastralTransformationData
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws IOException, AutomationException
Clear all data stored on this object.
clear
in interface ICadastralTransformationData
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 |