com.esri.arcgis.geodatabase
Interface IRepresentationWorkspaceExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationWorkspaceExtensionProxy, RepresentationWorkspaceExtension

public interface IRepresentationWorkspaceExtension
extends java.io.Serializable

COM Interface 'IRepresentationWorkspaceExtension'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that supply representation workspace extension information.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID8b22787f_f0d2_4390_99d2_2d971861025b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 IEnumDatasetName getFeatureClassRepresentationNames(IFeatureClass featureClass)
          Representation class names associated to a given feature class.
 IEnumDatasetName getRepresentationClassNames()
          Representation class names defined in the workspace.
 boolean isFeatureClassHasRepresentations(IFeatureClass featureClass)
          Indicates if the feature class has representations.
 IRepresentationClass openRepresentationClass(java.lang.String name)
          Opens a representation class.
 

Field Detail

IID8b22787f_f0d2_4390_99d2_2d971861025b

static final int IID8b22787f_f0d2_4390_99d2_2d971861025b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

openRepresentationClass

IRepresentationClass openRepresentationClass(java.lang.String name)
                                             throws java.io.IOException,
                                                    AutomationException
Opens a representation class.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRepresentationClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createRepresentationClass

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
Creates a representation class.

Parameters:
featureClass - 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)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRepresentationClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepresentationClassNames

IEnumDatasetName getRepresentationClassNames()
                                             throws java.io.IOException,
                                                    AutomationException
Representation class names defined in the workspace.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFeatureClassHasRepresentations

boolean isFeatureClassHasRepresentations(IFeatureClass featureClass)
                                         throws java.io.IOException,
                                                AutomationException
Indicates if the feature class has representations.

Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Returns:
The hasRep
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClassRepresentationNames

IEnumDatasetName getFeatureClassRepresentationNames(IFeatureClass featureClass)
                                                    throws java.io.IOException,
                                                           AutomationException
Representation class names associated to a given feature class.

Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.