Package | Description |
---|---|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
Modifier and Type | Method and Description |
---|---|
IlpGeographicPosition |
IlpGeographicPolyline.getFrom()
Returns the starting point of the polyline.
|
IlpGeographicPosition |
IlpGeographicPolyline.getPoint(int index)
Returns a specific point (0 <= index < getNumberOfPoints()).
|
IlpGeographicPosition |
IlpGeographicPolygon.getPoint(int index)
Returns a specific point (0 <= index < getNumberOfPoints()).
|
IlpGeographicPosition[] |
IlpGeographicPolyline.getPoints()
Returns the array of points.
|
IlpGeographicPosition[] |
IlpGeographicPolygon.getPoints()
Returns the array of points.
|
IlpGeographicPosition |
IlpGeographicPolyline.getPosition(int index)
Deprecated.
Please use
getPoint instead. |
IlpGeographicPosition |
IlpGeographicPolyPoints.getPosition(int index)
Returns a specific point (0 <= index < getNumberOfPoints()).
|
IlpGeographicPosition[] |
IlpGeographicPolyline.getPositions()
Deprecated.
Please use
getPoints instead. |
IlpGeographicPosition[] |
IlpGeographicPolyPoints.getPositions()
Returns the array of points.
|
IlpGeographicPosition |
IlpGeographicPolyline.getTo()
Returns the end point of the polyline.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpGeographicPolyPoints.setPositions(IlpGeographicPosition[] pos)
Sets the array of points.
|
Constructor and Description |
---|
IlpGeographicPolygon(IlpGeographicPosition[] positions)
Creates a geographic position.
|
IlpGeographicPolyline(IlpGeographicPosition[] positions)
Creates a new
IlpGeographicPolyline instance, connecting given
points. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.