|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.FGDCSynchronizationHelper
public class FGDCSynchronizationHelper
COM Class 'FGDCSynchronizationHelper'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.ISynchronizationHelper |
---|
IID, IID7002c8b5_1d00_11d3_a63b_0008c7d3ae50, xxDummy |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
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()
Deprecated. Internal use only. |
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 a FGDCSynchronizationHelper. |
void |
startSynchronization(IPropertySet propertySet,
int action,
int interval,
boolean[] ok)
Call this before synchronizing. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FGDCSynchronizationHelper() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void startSynchronization(IPropertySet propertySet, int action, int interval, boolean[] ok) throws java.io.IOException, AutomationException
startSynchronization
in interface ISynchronizationHelper
propertySet
- 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 ISynchronizationHelper
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 populateStaticProperties(IPropertySet propertySet) throws java.io.IOException, AutomationException
populateStaticProperties
in interface ISynchronizationHelper
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 extractSpatialProperties(IGeoDataset geoDataset, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractSpatialProperties
in interface ISynchronizationHelper
geoDataset
- 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 ISynchronizationHelper
geoDataset
- 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 ISynchronizationHelper
geoDataset
- 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 ISynchronizationHelper
relationshipClass
- 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 ISynchronizationHelper
fileName
- 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 ISynchronizationHelper
dataset
- 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 ISynchronizationHelper
geoDataset
- 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 ISynchronizationHelper
relationshipClass
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |