ilog.views.maps.geometry
Interface IlvMapRingInterface

All Known Implementing Classes:
IlvMapCircularRing, IlvMapEllipseRing, IlvMapSegmentRing

public interface IlvMapRingInterface

This interface defines services that must be implemented by all ring objects.
A ring defines the outline between the area defined by an IlvMapPolygon and the exterior from this polygon.

Since:
JViews 3.5
See Also:
IlvMapPolygon

Method Summary
 boolean contains(IlvCoordinate coordinate)
          Returns true if the specified point is contained in the object.
 IlvMapCurve getOutline()
          Returns the IlvMapCurve that represents the outline of this ring.
 

Method Detail

getOutline

IlvMapCurve getOutline()
Returns the IlvMapCurve that represents the outline of this ring.

Returns:
An IlvMapCurve object.

contains

boolean contains(IlvCoordinate coordinate)
Returns true if the specified point is contained in the object.

Parameters:
coordinate - The point to be checked.
Returns:
true if the specified point is contained in the object.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.