public abstract class IlvMapArea extends IlvMapGeometry
IlvMapArea
can be
rendered by an IlvDefaultFeatureRenderer
or by an
IlvDefaultAreaRenderer
.Modifier and Type | Method and Description |
---|---|
abstract boolean |
contains(IlvCoordinate coordinate)
Returns
true if coordinate is contained in the object. |
abstract IlvMapCurve |
getOutline()
Returns an
IlvMapCurve that represents the outline of this
area. |
getBounds
public abstract IlvMapCurve getOutline()
IlvMapCurve
that represents the outline of this
area. The area is defined by the inner part defined by this outline.IlvMapCurve
that represents the outline of the
area.public abstract boolean contains(IlvCoordinate coordinate)
true
if coordinate
is contained in the object.coordinate
- The point to be checked.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.