com.esri.arcgis.geodatabaseextensions
Interface ICadastralTransformationData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralTransformationData, ICadastralTransformationDataProxy

public interface ICadastralTransformationData
extends java.io.Serializable

COM Interface 'ICadastralTransformationData'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that manage the data used by the cadastral transformation.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe1f5787f_b5e4_4e6c_b84f_86d621792bb8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addData(IName name, int adjustmentLevel)
          Add a featureClassID, adjustmentLevel pair.
 void clear()
          Clear all the data.
 void getData(int index, IName[] name, int[] adjustmentLevel)
          Retrieve a featureClassName, adjustmentLevel pair.
 int getTransDataCount()
          Retrieve the number of entries.
 

Field Detail

IIDe1f5787f_b5e4_4e6c_b84f_86d621792bb8

static final int IIDe1f5787f_b5e4_4e6c_b84f_86d621792bb8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addData

void addData(IName name,
             int adjustmentLevel)
             throws java.io.IOException,
                    AutomationException
Add a featureClassID, adjustmentLevel pair.

Parameters:
name - A reference to a com.esri.arcgis.system.IName (in)
adjustmentLevel - The adjustmentLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getData

void getData(int index,
             IName[] name,
             int[] adjustmentLevel)
             throws java.io.IOException,
                    AutomationException
Retrieve a featureClassName, adjustmentLevel pair.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransDataCount

int getTransDataCount()
                      throws java.io.IOException,
                             AutomationException
Retrieve the number of entries.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Clear all the data.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.