|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geodatabasedistributed.GdbSchemaCreator
Geodatabase Schema Creator Object.
IGdbSchemaCreator,
Serialized Form| Constructor Summary | |
GdbSchemaCreator()
Constructs a GdbSchemaCreator using ArcGIS Engine. |
|
GdbSchemaCreator(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
createSchema(IWorkspace pWorkspace,
IEnumNameMapping pENM)
Creates the schema for the data elements in the name mapping enumeration. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
generateNameMapping(IWorkspace pWorkspace,
IArray pDataElements,
IArray pDomains,
IEnumNameMapping[] ppENM,
boolean[] pHasConflict)
Generates a name mapping enumeration for the arrays of data elements and domains. |
IGdbSchemaCreator |
getAsIGdbSchemaCreator()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
Supported Platforms |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GdbSchemaCreator()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GdbSchemaCreator(java.lang.Object obj)
throws java.io.IOException
obj to GdbSchemaCreator. GdbSchemaCreator theGdbSchemaCreator = (GdbSchemaCreator) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IGdbSchemaCreator getAsIGdbSchemaCreator()
public ISupportErrorInfo getAsISupportErrorInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public void generateNameMapping(IWorkspace pWorkspace,
IArray pDataElements,
IArray pDomains,
IEnumNameMapping[] ppENM,
boolean[] pHasConflict)
throws java.io.IOException,
AutomationException
IGdbSchemaCreatorThe GenerateNameMapping method generates a name mapping enumeration for the arrays of data elements and domain.
generateNameMapping in interface IGdbSchemaCreatorpWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)pDataElements - A reference to a com.esri.arcgis.system.IArray (in)pDomains - A reference to a com.esri.arcgis.system.IArray (in)ppENM - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (out: use single element array)pHasConflict - The pHasConflict (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.IGdbSchemaCreator
public void createSchema(IWorkspace pWorkspace,
IEnumNameMapping pENM)
throws java.io.IOException,
AutomationException
IGdbSchemaCreatorThe CreateSchema method creates the schema for the data elements in the name mapping enumeration.
In order to create schema, you need to pass in IWorkspace and IEnumNameMapping.
createSchema in interface IGdbSchemaCreatorpWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)pENM - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IGdbSchemaCreator
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||