IS:position trackElementVis: Difference between revisions
Jump to navigation
Jump to search
[checked revision] | [checked revision] |
(removing DEPRECATED flag) |
(Link internalized) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|parent={{IS:Tag|trackElementVis}} | |parent={{IS:Tag|trackElementVis}} | ||
|childs=''None'' | |childs=''None'' | ||
| | |intro=2.4 | ||
|depr=2.1 | |||
|semantics=Allows providing a position of a track element on the screen. The coordinates provided here must not be confused with the GPS coordinates that can be specified using the {{IS:Tag|geoCoord}} element. <br>{{depr|2.1}}{{intro|2.4}} This Element has been deprecated with {{rml}} 2.1 but reintroduced with {{rml}} 2.4. | |||
|ownAttributes= | |ownAttributes= | ||
*{{attr|x}}: | *{{attr|x}}: x coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen) | ||
*{{attr|y}}: | *{{attr|y}}: y coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen) | ||
|constraints= | |constraints= | ||
*{{attr|x}}: {{xsdType|double}}; required | *{{attr|x}}: {{xsdType|double}}; required | ||
*{{attr|y}}: {{xsdType|double}}; required | *{{attr|y}}: {{xsdType|double}}; required | ||
|bestpractice= | |||
please refer to {{tag|IS|infrastructureVisualizations}} for an example. | |||
}} | }} |
Latest revision as of 14:56, 20 May 2024
<position>
|
Schema description / Schemabeschreibung
Position of <position> in the XML-Tree / Position von <position> im XML-Baum
- Parent: <trackElementVis>
- Children: None
Multiplicity / Anzahl
Semantics / Bedeutung
Allows providing a position of a track element on the screen. The coordinates provided here must not be confused with the GPS coordinates that can be specified using the <geoCoord> element.
(deprecated with version 2.1)(introduced with version 2.4) This Element has been deprecated with railML® 2.1 but reintroduced with railML® 2.4.(introduced with version 2.4) (deprecated with version 2.1)
Attributes of <position> / Attribute von <position>
- x: x coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen)
- y: y coordinate of the track element on the screen (where coordinate origin can be left top corner of the screen)
Syntactic Constraints / Syntaktische Beschränkungen
Best practice & Examples / Empfohlene Anwendung & Beispiele
please refer to <infrastructureVisualizations> for an example.
Notes / Anmerkungen
Not yet described. / Noch nicht beschrieben.
Open issues / Offene Punkte/Pendenzen
Not yet described. / Noch nicht beschrieben.