|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralTransformationData
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 |
---|
static final int IIDe1f5787f_b5e4_4e6c_b84f_86d621792bb8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addData(IName name, int adjustmentLevel) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.system.IName (in)adjustmentLevel
- The adjustmentLevel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getData(int index, IName[] name, int[] adjustmentLevel) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransDataCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
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 |