MapGuide API Reference
|
virtual bool MgCoordinateCollection::Contains | ( | const MgCoordinate * | value | ) | const [virtual] |
Returns true if the collection contains the specified coordinate, false otherwise.
virtual bool Contains(const MgCoordinate value) const; |
virtual boolean Contains(const MgCoordinate value) const; |
virtual bool Contains(const MgCoordinate value) const; |
value | (MgCoordinate) Coordinate reference to check containment of. |