|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicAttributeProxy
public class ISchematicAttributeProxy
Provides access to members that manage the schematic attribute.
A schematic attribute gives information about a schematic feature or schematic diagram.
You can create a new attribute using the Schematics Dataset Editor or by calling the CreateSchematicAttribute method available from the desired ISchematicObjectClass interface; that is through the object class related to the schematic diagram class or schematic element class you want.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicAttributeProxy()
|
|
ISchematicAttributeProxy(Object obj)
|
protected |
ISchematicAttributeProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
delete()
Deletes the schematic attribute. |
IUID |
getCLSID()
CLSID of the schematic attribute. |
String |
getDescription()
Description of the schematic attribute. |
String |
getName()
Name of the schematic attribute. |
ISchematicObjectClass |
getSchematicObjectClass()
Schematic object class the schematic attribute belongs to. |
Object |
getValue(ISchematicObject schematicObject)
The schematic attribute value for the specified schematic object. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setName(String name)
Name of the schematic attribute. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicAttributeProxy()
public ISchematicAttributeProxy(Object obj) throws IOException
IOException
protected ISchematicAttributeProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getName() throws IOException, AutomationException
A number of schematic feature classes' predefined attributes are used by Schematics. These attributes have predefined names, allowing Schematics to automatically deal with them when they are configured.
Some predefined attributes are completely managed by Schematics by default and automatically stored in system fields in the schematic feature classes in the schematic dataset at the schematic feature creation; for example, spatial or topological attributes.
The table below lists all the predefined attributes that can be configured on schematic feature classes depending on their type:
Predefined attribute name |
Schematic feature class Type |
Description |
---|---|---|
AbsolutePosition |
Node On Link |
absolute position on the reference link |
ContainerBottomMargin |
Node |
container margin at bottom |
ContainerLeftMargin |
Node |
container margin at left |
ContainerMargin |
Node |
constant container margin at right, left, top, and bottom |
ContainerMarginSymbolsFlag |
Node |
indicates whether the margin includes the symbol size |
ContainerMarginUnit |
Node |
container margin unit |
ContainerRightMargin |
Node |
container margin at right |
ContainerTopMargin |
Node |
container margin at top |
EndFlag | Node |
indicates whether it's an end node schematic feature |
ExtremityNode |
Link, Sub Link |
extremity node or node on link identifier |
ExtremityPortNumber |
Link, Sub Link |
port number on the extremity node or node on link symbol |
FCN |
Node, Node On Link, Link, Sub Link |
name of the feature class or table that contains the GIS feature/object associated with the schematic feature |
FDSN |
Node, Node On Link, Link, Sub Link |
name of the data source to connect the geodatabase that contains the GIS feature/object associated with the schematic feature |
FOID |
Node, Node On Link, Link, Sub Link |
OBJECTID of the GIS feature/object associated with the schematic feature |
InitialListPoints |
Link | list of initial vertices |
InitialXPosition |
Node | initial x-coordinate |
InitialYPosition |
Node | initial y-coordinate |
InitialRotation |
Node | initial rotation angle in degrees |
OriginNode |
Link, Sub Link |
origin node or node on link identifier |
OriginPortNumber |
Link, Sub Link |
port number on the origin node or node on link symbol |
PEN |
Node, Node On Link, Link, SubLink |
name of the parent schematic feature that is related to the schematic feature; for example, container name |
PTN |
Node, Node On Link, Link, SubLink |
name of the schematic feature class that implements the parent that is related to the schematic feature |
ReferenceLink |
Node On Link, Sub Link |
reference link identifier |
RelativePosition | Node On Link |
relative position on the reference link |
RootFlag | Node |
indicates whether it's a root node schematic feature |
getName
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface ISchematicAttribute
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getCLSID() throws IOException, AutomationException
getCLSID
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicObjectClass getSchematicObjectClass() throws IOException, AutomationException
getSchematicObjectClass
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete() throws IOException, AutomationException
delete
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getValue(ISchematicObject schematicObject) throws IOException, AutomationException
getValue
in interface ISchematicAttribute
schematicObject
- A reference to a com.esri.arcgis.schematic.ISchematicObject (in)
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 |