TCI 1.1 RTF Avatar
  1. OMG Issue

TCI11 — Viewport scaleToPoints takes a single GeodeticPosition parameter

  • Key: TCI11-33
  • Legacy Issue Number: 17003
  • Status: open  
  • Source: SimVentions ( Mr. Matthew Wilson)
  • Summary:

    A translation error occurred from the java PSM to the specification source files. scaleToPoints takes only a single GeodeticPosition, whereas it should take a List of GeodeticPositions. In addition, since GeodeticPosition is an interface, it would be appropriate if wildcards were used. The suggested fix is as follows:
    void scaleToPoints(List<? Extends GeodeticPosition> points, double margin);

  • Reported: TCI 1.0b2 — Thu, 19 Jan 2012 05:00 GMT
  • Updated: Wed, 1 Feb 2023 21:57 GMT