|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.RepresentationWorkspaceExtension
public class RepresentationWorkspaceExtension
COM Class 'RepresentationWorkspaceExtension'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'Workspace extension to support representations in a geodatabase.' 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.IRepresentationWorkspaceExtension |
|---|
IID, IID8b22787f_f0d2_4390_99d2_2d971861025b, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceExtension2 |
|---|
IID, IID727f1038_6df0_4972_b504_4a44cfea2b57, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceExtension |
|---|
IIDda10c1c2_09a3_11d4_9faa_00c04f6bdf0c |
| Fields inherited from interface com.esri.arcgis.geodatabase.IDatasetContainer3 |
|---|
IID, IID1b7498c6_f47b_4ac6_a716_835b702a9cac, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IDatasetContainer2 |
|---|
IIDc826e861_dbfa_4b86_95fe_8352e287e284 |
| Fields inherited from interface com.esri.arcgis.geodatabase.IDatasetContainer |
|---|
IIDbd770969_efb7_11d3_9fa2_00c04f6bdf0c |
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceExtensionControl |
|---|
IID, IIDda10c1c0_09a3_11d4_9faa_00c04f6bdf0c, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEvents |
|---|
IID, IIDda10c1c4_09a3_11d4_9faa_00c04f6bdf0c, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
RepresentationWorkspaceExtension()
Constructs a RepresentationWorkspaceExtension using ArcGIS Engine. |
|
RepresentationWorkspaceExtension(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RepresentationWorkspaceExtension theRepresentationWorkspaceExtension = (RepresentationWorkspaceExtension) obj; |
|
| Method Summary | |
|---|---|
void |
addDataset(IDataset datasetToAdd)
Adds a dataset to the dataset collection. |
IDataset |
createDataset(IDEDataset dataElement)
Given a data element, create a dataset in this container. |
IRepresentationClass |
createRepresentationClass(IFeatureClass featureClass,
java.lang.String name,
java.lang.String ruleIDFldName,
java.lang.String overrideFldName,
boolean requireShapeOverride,
IRepresentationRules rules,
IGraphicAttributes classAttributes)
Creates a representation class. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
IEnumBSTR |
getDataDictionaryTableNames()
Any data dictionary tables that should not be exposed to browsers and should not participate in edit sessions. |
IDataset |
getDataset(int type,
int index)
The dataset associated with the specified index value and dataset type. |
IDataset |
getDatasetByID(int type,
int datasetID)
The dataset associated with the specified index value and dataset type. |
IDataset |
getDatasetByName(int type,
java.lang.String name)
The dataset of the specified type with the specified name. |
int |
getDatasetCount(int type)
The number of datasets of the specified type in this container. |
IEnumDatasetName |
getDatasetNames(int type)
The names of all the datasets with the specified type. |
IEnumDataset |
getDatasets(int type)
An enumerator over the datasets of the specified type. |
IEnumDatasetType |
getDatasetTypes()
The names of all the datasets with the specified type. |
IEnumDatasetName |
getFeatureClassRepresentationNames(IFeatureClass featureClass)
Representation class names associated to a given feature class. |
IUID |
getGUID()
The GUID that identifies this Workspace Extension. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The Name for this Workspace Extension. |
IEnumBSTR |
getPrivateDatasetNames(int dtype)
The private datasets that should not be exposed to browsers. |
IEnumDatasetName |
getRepresentationClassNames()
Representation class names defined in the workspace. |
IWorkspace |
getWorkspace()
The workspace associated with this Workspace Extension. |
int |
hashCode()
the hashcode for this object |
void |
init(IWorkspaceHelper workspaceHelper)
Initializes the extension, passing in a reference to its workspace helper. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isFeatureClassHasRepresentations(IFeatureClass featureClass)
Indicates if the feature class has representations. |
void |
onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent)
This event is fired when a dataset is created. |
void |
onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent)
This event is fired when a dataset is deleted. |
void |
onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent)
This event is fired when a dataset is renamed. |
IRepresentationClass |
openRepresentationClass(java.lang.String name)
Opens a representation class. |
boolean |
ownsDatasetType(int datasetType)
Indicates if the workspace extension owns the dataset type. |
void |
release()
Release a RepresentationWorkspaceExtension. |
void |
shutdown()
Informs the extension that its workspace helper (and workspace) are going away. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepresentationWorkspaceExtension()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RepresentationWorkspaceExtension(java.lang.Object obj)
throws java.io.IOException
RepresentationWorkspaceExtension theRepresentationWorkspaceExtension = (RepresentationWorkspaceExtension) obj;
obj to RepresentationWorkspaceExtension.
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 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.RemoteObjRef
public IRepresentationClass openRepresentationClass(java.lang.String name)
throws java.io.IOException,
AutomationException
openRepresentationClass in interface IRepresentationWorkspaceExtensionname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRepresentationClass createRepresentationClass(IFeatureClass featureClass,
java.lang.String name,
java.lang.String ruleIDFldName,
java.lang.String overrideFldName,
boolean requireShapeOverride,
IRepresentationRules rules,
IGraphicAttributes classAttributes)
throws java.io.IOException,
AutomationException
createRepresentationClass in interface IRepresentationWorkspaceExtensionfeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)name - The name (in)ruleIDFldName - The ruleIDFldName (in)overrideFldName - The overrideFldName (in)requireShapeOverride - The requireShapeOverride (in)rules - A reference to a com.esri.arcgis.geodatabase.IRepresentationRules (in)classAttributes - A reference to a com.esri.arcgis.display.IGraphicAttributes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDatasetName getRepresentationClassNames()
throws java.io.IOException,
AutomationException
getRepresentationClassNames in interface IRepresentationWorkspaceExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFeatureClassHasRepresentations(IFeatureClass featureClass)
throws java.io.IOException,
AutomationException
isFeatureClassHasRepresentations in interface IRepresentationWorkspaceExtensionfeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDatasetName getFeatureClassRepresentationNames(IFeatureClass featureClass)
throws java.io.IOException,
AutomationException
getFeatureClassRepresentationNames in interface IRepresentationWorkspaceExtensionfeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IWorkspaceExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getGUID()
throws java.io.IOException,
AutomationException
getGUID in interface IWorkspaceExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR getPrivateDatasetNames(int dtype)
throws java.io.IOException,
AutomationException
getPrivateDatasetNames in interface IWorkspaceExtensiondtype - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR getDataDictionaryTableNames()
throws java.io.IOException,
AutomationException
getDataDictionaryTableNames in interface IWorkspaceExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean ownsDatasetType(int datasetType)
throws java.io.IOException,
AutomationException
ownsDatasetType in interface IWorkspaceExtension2datasetType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace getWorkspace()
throws java.io.IOException,
AutomationException
getWorkspace in interface IWorkspaceExtension2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addDataset(IDataset datasetToAdd)
throws java.io.IOException,
AutomationException
addDataset in interface IDatasetContainerdatasetToAdd - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset getDataset(int type,
int index)
throws java.io.IOException,
AutomationException
getDataset in interface IDatasetContainer2type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDataset getDatasets(int type)
throws java.io.IOException,
AutomationException
getDatasets in interface IDatasetContainer2type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDatasetCount(int type)
throws java.io.IOException,
AutomationException
getDatasetCount in interface IDatasetContainer2type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset getDatasetByName(int type,
java.lang.String name)
throws java.io.IOException,
AutomationException
getDatasetByName in interface IDatasetContainer2type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDatasetName getDatasetNames(int type)
throws java.io.IOException,
AutomationException
getDatasetNames in interface IDatasetContainer2type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDatasetType getDatasetTypes()
throws java.io.IOException,
AutomationException
getDatasetTypes in interface IDatasetContainer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset createDataset(IDEDataset dataElement)
throws java.io.IOException,
AutomationException
createDataset in interface IDatasetContainer2dataElement - A reference to a com.esri.arcgis.geodatabase.IDEDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset getDatasetByID(int type,
int datasetID)
throws java.io.IOException,
AutomationException
getDatasetByID in interface IDatasetContainer3type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)datasetID - The datasetID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void init(IWorkspaceHelper workspaceHelper)
throws java.io.IOException,
AutomationException
init in interface IWorkspaceExtensionControlworkspaceHelper - A reference to a com.esri.arcgis.geodatabase.IWorkspaceHelper (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void shutdown()
throws java.io.IOException,
AutomationException
shutdown in interface IWorkspaceExtensionControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent)
throws java.io.IOException,
AutomationException
onCreateDataset in interface IWorkspaceEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent)
throws java.io.IOException,
AutomationException
onRenameDataset in interface IWorkspaceEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent)
throws java.io.IOException,
AutomationException
onDeleteDataset in interface IWorkspaceEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||