Package | Description |
---|---|
ilog.views.maps.geometry |
This package contains the predefined subclasses of
IlvMapGeometry . |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapCircularRing
This class defines a ring whose outline is an
IlvMapCircle . |
class |
IlvMapEllipseRing
This class defines a ring whose outline is an
IlvMapEllipse . |
class |
IlvMapSegmentRing
This class defines a ring whose outline is an
IlvMapSegmentString . |
Modifier and Type | Method and Description |
---|---|
IlvMapRingInterface |
IlvMapPolygon.getExteriorRing()
Returns the exterior ring of the polygon.
|
IlvMapRingInterface |
IlvMapPolygon.getInteriorRing(int index)
Returns interior ring at the specified index.
|
IlvMapRingInterface |
IlvMapPolygon.removeInteriorRing(IlvMapRingInterface ring)
Removes the specified interior ring from the list and returns it.
|
IlvMapRingInterface |
IlvMapPolygon.setExteriorRing(IlvMapRingInterface exteriorRing)
Sets the exterior ring of the polygon.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapPolygon.addInteriorRing(IlvMapRingInterface ring)
Adds an interior ring to the polygon.
|
IlvMapRingInterface |
IlvMapPolygon.removeInteriorRing(IlvMapRingInterface ring)
Removes the specified interior ring from the list and returns it.
|
IlvMapRingInterface |
IlvMapPolygon.setExteriorRing(IlvMapRingInterface exteriorRing)
Sets the exterior ring of the polygon.
|
Constructor and Description |
---|
IlvMapPolygon(IlvMapRingInterface exteriorRing)
Constructs a polygon with its exterior ring.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.