Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sxie

Pages: [1]
1
Bugs and Issues / Re: Editing Connector Transform Template
« on: January 28, 2010, 12:58:05 pm »
Hi, Dan,

I think if you'd like to change the name for the association connector, try to put the "name=%qt%%connectorSourceElemName%%qt%" before the Source{} part, like the following:

%connectorType%
%PI="\n  "%
{
%TRANSFORM_CURRENT("name")%
%TRANSFORM_REFERENCE("Connector",connectorGUID)%
name=%qt%%connectorSourceElemName%%qt%

Source
{
  %TRANSFORM_REFERENCE("XSDClass",connectorSourceElemGUID)%
  %TRANSFORM_CURRENT("Source", "role", "multiplicity")%
  
   multiplicity="0..1"

}
Target
{
  %TRANSFORM_REFERENCE("XSDClass",connectorDestElemGUID)%
  %TRANSFORM_CURRENT("Target")%
}
}


Hope this is what you are after.
sxie

2
Uml Process / Re: UML Profile SOAML
« on: August 14, 2009, 09:41:23 am »
Hi, there,

I assume that when you said "can not associate to my toolbox..", you meant the toolbox not being able to open when you open the SOAML diagram.

If this is the case, then better go to the «metaclass», check the string initial setting for attribute "toolbox". The initial should have exactly the same name as your Profile Package has.

Hope this help.

Regards, sxie

3
Uml Process / Re: SPEM activity stereotype
« on: July 24, 2009, 10:09:26 am »
Hi, there,

As this tag has just been added from Build 845, so it has not been mentioned in help document yet, but the updated version will be available soon. Sorry for bringing up any inconvenience.

For your side question, we don't have something like a standard map for showing the relationships betweent all the SPEM elements.  But, in EA SPEM, the Quicklink function provides most of the commonly use relationships for each element. It will give you a practical guide to build up the relationships among SPEM elements.

Hope this help, if anything not clear, just put your question here.

Regards, sxie

4
Uml Process / Re: SPEM activity stereotype
« on: July 23, 2009, 03:03:57 pm »
There is a tag attached with SPEM Activity called "iconstyle", set the tagged value to "false", you will get the textual style presentation for the stereotype, a decoration icon displayed at the right top corner. Every EA SPEM stereotype has such tag, which allow users switch from iconic presentation to textual presentation.

Hope I have answered your question.

sxie

5
When exporting the workspace to an ArcGIS XML workspace, in some cases Field and Index elements are placed in the wrong locations in the xml document. Specifically, the field and index definitions are not put under Fields/FieldArray respectively Indexes/IndexArray, but rather directly under DataElement.

It sounds like an issue for EA ArcGIS in Build 921. This issue has been fixed after that Build, so I suggest you download the latest EA Build and have a try.

if one changes the geometry stereotype of a feature class later on, the shape geometry attribute type is not updated.

 Currently, the shape geometry does not change automatically if you just simply change the stereotype of a feature class.

"..affected all those Feature Classes with Mutipatch as a geometry type..."

I am guessing the root cause comes from the GeometryDef memo tag for MultiPatch. If you go to «MultiPatch» feature class, locate yourself to "Shape" attribute, then find a tagged value called "GeometryDef". Open this memo tag, inside you will see some settings, make sure one of them should be "GeometryType=esriGeometryMultiPatch;". The "p" should be upper case. This issue has also been fixed in latest EA Build.

Hope this help.

Pages: [1]