Issue 17007: Modify the comments in ContainQuery (tacsit-ftf) Source: SimVentions (Mr. Matthew Wilson, mwilson(at)simventions.com) Nature: Clarification Severity: Summary: The comments of this class reference state this: Containment is determined by using the Entity's Geometry as an argument to the contains() method on the Geometry specified by this Query, i.e., this.satisfies( entity ) = this.getGeometry().contains( entity.getGeometry() ) This is not possible, however. The entity class has no “Geometry” in its interface. If it were present, the Geometry interface does not provide enough information to evaluate such a query. Suggested Resolution: Change the comment to a more general description of the problem space. For example: Containment is determined by checking whether or not one entity is wholly contained within another entity. AGREED Resolution: Revised Text: Actions taken: January 19, 2012: received issue Discussion: End of Annotations:===== m: Matt Wilson This is issue # 17007 Issue . Modify the comments in ContainQuery Severity: Support Text Issue Description: The comments of this class reference state this: Containment is determined by using the Entity's Geometry as an argument to the contains() method on the Geometry specified by this Query, i.e., this.satisfies( entity ) = this.getGeometry().contains( entity.getGeometry() ) This is not possible, however. The entity class has no .Geometry. in its interface. If it were present, the Geometry interface does not provide enough information to evaluate such a query. Suggested Resolution: Change the comment to a more general description of the problem space. For example: Containment is determined by checking whether or not one entity is wholly contained within another entity. AGREED