public class FGDCSynchronizationHelper extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ISynchronizationHelper
Description 'FGDC Synchronization Helper.' 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 =
IID, IID7002c8b5_1d00_11d3_a63b_0008c7d3ae50, xxDummy| Constructor and Description |
|---|
FGDCSynchronizationHelper()
Constructs a FGDCSynchronizationHelper using ArcGIS Engine.
|
FGDCSynchronizationHelper(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
FGDCSynchronizationHelper theFGDCSynchronizationHelper = (FGDCSynchronizationHelper) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
extractBriefEntityAttrProperties(IClass geoDataset,
int index,
IPropertySet propertySet)
Extracts brief entity attribute properties from a Feature Class.
|
void |
extractBriefRelationshipProperties(IRelationshipClass relationshipClass,
int index,
IPropertySet propertySet)
Extracts brief entity attribute properties from a Relationship Class.
|
void |
extractEntityAttrProperties(IClass geoDataset,
int index,
IPropertySet propertySet)
Extracts entity attribute properties from a Feature Class.
|
void |
extractFeatureClassProperties(IFeatureClass geoDataset,
int index,
IPropertySet propertySet)
Extracts properties from a Feature Class.
|
void |
extractRelationshipProperties(IRelationshipClass relationshipClass,
int index,
IPropertySet propertySet)
Extracts entity attribute properties from a Relationship Class.
|
void |
extractSpatialProperties(IGeoDataset geoDataset,
IPropertySet propertySet)
Extracts spatial properties from a GeoDataset.
|
void |
finishSynchronization(IPropertySet propertySet)
Call this after synchronizing.
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
populateDistributionProperties(java.lang.String fileName,
java.lang.String fileType,
IPropertySet propertySet)
Populates distribution properties given a filename.
|
void |
populateDistributionPropertiesForDatabase(IDataset dataset,
IPropertySet propertySet)
Populates distribution properties given a filename.
|
void |
populateStaticProperties(IPropertySet propertySet)
Fills in required properties.
|
void |
release()
Release this COM object reference
|
void |
startSynchronization(IPropertySet propertySet,
int action,
int interval,
boolean[] ok)
Call this before synchronizing.
|
public FGDCSynchronizationHelper()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic FGDCSynchronizationHelper(java.lang.Object obj)
throws java.io.IOException
FGDCSynchronizationHelper theFGDCSynchronizationHelper = (FGDCSynchronizationHelper) obj;obj to FGDCSynchronizationHelper.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void startSynchronization(IPropertySet propertySet, int action, int interval, boolean[] ok) throws java.io.IOException, AutomationException
startSynchronization in interface ISynchronizationHelperpropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)action - A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval - The interval (in)ok - The ok (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void finishSynchronization(IPropertySet propertySet) throws java.io.IOException, AutomationException
finishSynchronization in interface ISynchronizationHelperpropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void populateStaticProperties(IPropertySet propertySet) throws java.io.IOException, AutomationException
populateStaticProperties in interface ISynchronizationHelperpropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void extractSpatialProperties(IGeoDataset geoDataset, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractSpatialProperties in interface ISynchronizationHelpergeoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void extractFeatureClassProperties(IFeatureClass geoDataset, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractFeatureClassProperties in interface ISynchronizationHelpergeoDataset - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)index - The index (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void extractEntityAttrProperties(IClass geoDataset, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractEntityAttrProperties in interface ISynchronizationHelpergeoDataset - A reference to a com.esri.arcgis.geodatabase.IClass (in)index - The index (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void extractRelationshipProperties(IRelationshipClass relationshipClass, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractRelationshipProperties in interface ISynchronizationHelperrelationshipClass - A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)index - The index (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void populateDistributionProperties(java.lang.String fileName,
java.lang.String fileType,
IPropertySet propertySet)
throws java.io.IOException,
AutomationException
populateDistributionProperties in interface ISynchronizationHelperfileName - The fileName (in)fileType - The fileType (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void populateDistributionPropertiesForDatabase(IDataset dataset, IPropertySet propertySet) throws java.io.IOException, AutomationException
populateDistributionPropertiesForDatabase in interface ISynchronizationHelperdataset - A reference to a com.esri.arcgis.geodatabase.IDataset (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void extractBriefEntityAttrProperties(IClass geoDataset, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractBriefEntityAttrProperties in interface ISynchronizationHelpergeoDataset - A reference to a com.esri.arcgis.geodatabase.IClass (in)index - The index (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void extractBriefRelationshipProperties(IRelationshipClass relationshipClass, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractBriefRelationshipProperties in interface ISynchronizationHelperrelationshipClass - A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)index - The index (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.