Package | Description |
---|---|
ilog.views.maps.geometry |
This package contains the predefined subclasses of
IlvMapGeometry . |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapArcSegment
This class defines a circular arc segment.
|
class |
IlvMapArcString
This implementation of
IlvMapSegmentString is optimized to handle
strings that contain only IlvMapArcSegment instances. |
class |
IlvMapBezierSegment
This class defines a bezier segment.
|
class |
IlvMapBezierString
This implementation of
IlvMapSegmentString is optimized to handle
strings that contain only IlvMapBezierSegment instances. |
class |
IlvMapCurveString
This implementation of the
IlvMapSegmentString class supports
sequences of IlvMapSegment . |
class |
IlvMapLinearSegment
This class defines a linear segment.
|
class |
IlvMapLineString
This class defines a polyline (line string).
|
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 |
---|---|
IlvMapSegment |
IlvMapSegmentStringInterface.getSegment(int index)
Retrieves the segment at specified position.
|
IlvMapSegment |
IlvMapLineString.getSegment(int index)
Returns the segment of the specified index.
|
IlvMapSegment |
IlvMapCurveString.getSegment(int index)
Returns the segment of index
index . |
IlvMapSegment |
IlvMapBezierString.getSegment(int index)
Returns the segment of the specified index.
|
IlvMapSegment |
IlvMapArcString.getSegment(int index)
Returns the segment of the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapCurveString.joinSegment(IlvMapSegment segment)
Joins a segment at the end of the string.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.