public class IlvMapPoint extends IlvMapGeometry
Constructor and Description |
---|
IlvMapPoint()
Initializes an instance of IlvMapPoint
|
IlvMapPoint(IlvCoordinate point)
Initializes an IlvMapPoint with the specified coordinate.
|
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
getBounds(Rectangle2D result)
Returns the bounds of this
IlvMapGeometry |
IlvCoordinate |
getPoint()
Returns the position of the point.
|
void |
setPoint(IlvCoordinate point)
Changes the value of the coordinate.
|
public IlvMapPoint()
public IlvMapPoint(IlvCoordinate point)
point
- the coordinate of the point. The object is not copied.public final void setPoint(IlvCoordinate point)
point
- the coordinate of the point. The object is not copied.public final IlvCoordinate getPoint()
public Rectangle2D getBounds(Rectangle2D result)
IlvMapGeometry
getBounds
in class IlvMapGeometry
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.