|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepresentationClass
COM Interface 'IRepresentationClass'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that control the behavior and properties of a feature class representation.' 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 |
IIDb4480153_ca17_4c52_a39a_0f0d12d2364a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IFeatureClass |
getFeatureClass()
Feature class associated with this representation class. |
IGraphicAttributes |
getGraphicAttributes()
General attributes defined at the representation class level. |
int |
getID()
ID of the representation class. |
int |
getOverrideFieldIndex()
Field index of the override field. |
IRepresentation |
getRepresentation(IFeature feature,
IMapContext mapContext)
Returns the representation of a given feature. |
IRepresentationRules |
getRepresentationRules()
RepresentationRules Property. |
int |
getRuleIDFieldIndex()
Field index of the Rule ID field. |
boolean |
isRequireShapeOverride()
Indicates if a shape override is required for feature representations. |
void |
prepareFilter(IQueryFilter filter)
Adds the fields used by overrides to the query filter. |
void |
setGraphicAttributesByRef(IGraphicAttributes attributes)
General attributes defined at the representation class level. |
void |
setRepresentationRulesByRef(IRepresentationRules repRules)
RepresentationRules Property. |
void |
setRequireShapeOverride(boolean requireShapeOverride)
Indicates if a shape override is required for feature representations. |
Field Detail |
---|
static final int IIDb4480153_ca17_4c52_a39a_0f0d12d2364a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getOverrideFieldIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRuleIDFieldIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRepresentation getRepresentation(IFeature feature, IMapContext mapContext) throws java.io.IOException, AutomationException
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)mapContext
- A reference to a com.esri.arcgis.display.IMapContext (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRepresentationRules getRepresentationRules() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRepresentationRulesByRef(IRepresentationRules repRules) throws java.io.IOException, AutomationException
repRules
- A reference to a com.esri.arcgis.geodatabase.IRepresentationRules (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGraphicAttributes getGraphicAttributes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGraphicAttributesByRef(IGraphicAttributes attributes) throws java.io.IOException, AutomationException
attributes
- 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.boolean isRequireShapeOverride() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequireShapeOverride(boolean requireShapeOverride) throws java.io.IOException, AutomationException
requireShapeOverride
- The requireShapeOverride (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void prepareFilter(IQueryFilter filter) throws java.io.IOException, AutomationException
filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (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 |