|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.WorkspaceDefinition
public class WorkspaceDefinition
COM Class 'WorkspaceDefinition'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'The Workspace Definition Object.' 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.IWorkspaceDefinition2 |
---|
IID, IIDfb6b7e43_30f9_4c2f_9920_d145ce9f92db, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceDefinition |
---|
IID4f1d89ce_c93a_4733_9926_7022a7576d2a |
Fields inherited from interface com.esri.arcgis.system.IXMLSerialize |
---|
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IMetadata |
---|
IID, IID5de04a82_24e4_11d3_a641_0008c7d3ae50, xxDummy |
Constructor Summary | |
---|---|
WorkspaceDefinition()
Constructs a WorkspaceDefinition using ArcGIS Engine. |
|
WorkspaceDefinition(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WorkspaceDefinition theWorkspaceDefinition = (WorkspaceDefinition) obj; |
Method Summary | |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IArray |
getChildren()
The list of sub-elements. |
static java.lang.String |
getClsid()
getClsid. |
IArray |
getDomains()
The list of Domains. |
IGPReplica |
getGPReplica()
The replica. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IPropertySet |
getMetadata()
The PropertySet containing metadata. |
java.lang.String |
getVersion()
The workspace version. |
int |
getWorkspaceType()
The workspace type. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a WorkspaceDefinition. |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setChildrenByRef(IArray dataElements)
The list of sub-elements. |
void |
setDomainsByRef(IArray domains)
The list of Domains. |
void |
setGPReplicaByRef(IGPReplica replica)
The replica. |
void |
setMetadata(IPropertySet propertySet)
The PropertySet containing metadata. |
void |
setVersion(java.lang.String workspaceVersion)
The workspace version. |
void |
setWorkspaceType(int workspaceType)
The workspace type. |
void |
synchronize(int action,
int interval)
Updates metadata with the current properties; may create metadata if it doesn't already exist. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceDefinition() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic WorkspaceDefinition(java.lang.Object obj) throws java.io.IOException
WorkspaceDefinition theWorkspaceDefinition = (WorkspaceDefinition) obj;
obj
to WorkspaceDefinition
.
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 int getWorkspaceType() throws java.io.IOException, AutomationException
getWorkspaceType
in interface IWorkspaceDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWorkspaceType(int workspaceType) throws java.io.IOException, AutomationException
setWorkspaceType
in interface IWorkspaceDefinition
workspaceType
- A com.esri.arcgis.geodatabase.esriWorkspaceType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IWorkspaceDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVersion(java.lang.String workspaceVersion) throws java.io.IOException, AutomationException
setVersion
in interface IWorkspaceDefinition
workspaceVersion
- The workspaceVersion (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getDomains() throws java.io.IOException, AutomationException
getDomains
in interface IWorkspaceDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDomainsByRef(IArray domains) throws java.io.IOException, AutomationException
setDomainsByRef
in interface IWorkspaceDefinition
domains
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getChildren() throws java.io.IOException, AutomationException
getChildren
in interface IWorkspaceDefinition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setChildrenByRef(IArray dataElements) throws java.io.IOException, AutomationException
setChildrenByRef
in interface IWorkspaceDefinition
dataElements
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGPReplicaByRef(IGPReplica replica) throws java.io.IOException, AutomationException
setGPReplicaByRef
in interface IWorkspaceDefinition2
replica
- A reference to a com.esri.arcgis.geodatabase.IGPReplica (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPReplica getGPReplica() throws java.io.IOException, AutomationException
getGPReplica
in interface IWorkspaceDefinition2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getMetadata() throws java.io.IOException, AutomationException
getMetadata
in interface IMetadata
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMetadata(IPropertySet propertySet) throws java.io.IOException, AutomationException
setMetadata
in interface IMetadata
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 synchronize(int action, int interval) throws java.io.IOException, AutomationException
synchronize
in interface IMetadata
action
- A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval
- The interval (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 |