Package | Description |
---|---|
ilog.views.maps.geometry |
This package contains the predefined subclasses of
IlvMapGeometry . |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapArcString
This implementation of
IlvMapSegmentString is optimized to handle
strings that contain only IlvMapArcSegment instances. |
class |
IlvMapBezierString
This implementation of
IlvMapSegmentString is optimized to handle
strings that contain only IlvMapBezierSegment instances. |
class |
IlvMapCircle
This class defines a circle.
|
class |
IlvMapCurveString
This implementation of the
IlvMapSegmentString class supports
sequences of IlvMapSegment . |
class |
IlvMapEllipse
This class defines an Arc of ellipse.
|
class |
IlvMapLineString
This class defines a polyline (line string).
|
class |
IlvMapMultiCurve
This class defines a curve that is composed of a list of
IlvMapCurve . |
class |
IlvMapSegmentString
This abstract class is the base class
for segments that can be divided into other smaller segments.
|
Modifier and Type | Method and Description |
---|---|
IlvMapCurve |
IlvMapMultiCurve.getCurve(int index)
Returns the curve at the specified index.
|
IlvMapCurve |
IlvMapSegmentRing.getOutline()
Returns the outline of the object.
|
IlvMapCurve |
IlvMapRingInterface.getOutline()
Returns the
IlvMapCurve that represents the outline
of this ring. |
IlvMapCurve |
IlvMapRaster.getOutline()
Returns the curve that represents the outline of this raster.
|
IlvMapCurve |
IlvMapPolygon.getOutline()
Returns the outline of this polygon.
|
IlvMapCurve |
IlvMapMultiArea.getOutline()
Returns the outline of the area.
|
IlvMapCurve |
IlvMapImage.getOutline()
Returns the curve that represents the outline of this image.
|
IlvMapCurve |
IlvMapEllipseRing.getOutline()
Returns an
IlvMapCurve that represents the outline of this
IlvMapCircularRing . |
IlvMapCurve |
IlvMapCircularRing.getOutline()
Returns an
IlvMapCurve that represents the outline of this
IlvMapCircularRing . |
abstract IlvMapCurve |
IlvMapArea.getOutline()
Returns an
IlvMapCurve that represents the outline of this
area. |
IlvMapCurve |
IlvMapMultiCurve.removeCurve(IlvMapCurve c)
Removes the specified curve from this multicurve.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapMultiCurve.addCurve(IlvMapCurve c)
Adds the specified curve
c to this multicurve. |
IlvMapCurve |
IlvMapMultiCurve.removeCurve(IlvMapCurve c)
Removes the specified curve from this multicurve.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.