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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.