|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepresentation
COM Interface 'IRepresentation'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return and set properties of a 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 |
IID2da11044_d45b_44ad_b982_d9b09c59928a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IFeature |
getFeature()
The feature associated with this representation. |
IRepresentationGraphics |
getGraphics()
The Graphics object that describes the free representation. |
IMapContext |
getMapContext()
Map context in which the representation is defined. |
IRepresentationClass |
getRepresentationClass()
The representation class to which this representation belongs. |
int |
getRuleID()
Rule ID. |
IGeometry |
getShape()
Representation geometry. |
IGeometry |
getShapeCopy()
Copy of the representation geometry. |
IGeometry |
getShapeEdit()
Representation geometry. |
java.lang.Object |
getValue(IGraphicAttributes attrs,
int idx)
The value of a representation property. |
boolean |
isHasShapeOverride()
Indicates if the shape is overriden. |
void |
removeShapeOverride()
Removes the shape override. |
void |
setGraphics(IRepresentationGraphics graphics)
The Graphics object that describes the free representation. |
void |
setRuleID(int iD)
Rule ID. |
void |
setShapeByRef(IGeometry shape)
Representation geometry. |
void |
setValue(IGraphicAttributes attrs,
int idx,
java.lang.Object val)
The value of a representation property. |
void |
updateFeature()
Updates the feature fields with the information contained in the representation. |
Field Detail |
---|
static final int IID2da11044_d45b_44ad_b982_d9b09c59928a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IRepresentationClass getRepresentationClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeature getFeature() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapContext getMapContext() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRuleID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRuleID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getShape() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getShapeEdit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getShapeCopy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeByRef(IGeometry shape) throws java.io.IOException, AutomationException
shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasShapeOverride() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeShapeOverride() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRepresentationGraphics getGraphics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGraphics(IRepresentationGraphics graphics) throws java.io.IOException, AutomationException
graphics
- A reference to a com.esri.arcgis.display.IRepresentationGraphics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateFeature() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getValue(IGraphicAttributes attrs, int idx) throws java.io.IOException, AutomationException
attrs
- A reference to a com.esri.arcgis.display.IGraphicAttributes (in)idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(IGraphicAttributes attrs, int idx, java.lang.Object val) throws java.io.IOException, AutomationException
attrs
- A reference to a com.esri.arcgis.display.IGraphicAttributes (in)idx
- The idx (in)val
- A Variant (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 |