Uses of Class
ilog.cpl.network.IlpGeographicPosition

Packages that use IlpGeographicPosition
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
 

Uses of IlpGeographicPosition in ilog.cpl.network
 

Methods in ilog.cpl.network that return IlpGeographicPosition
 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.
 

Methods in ilog.cpl.network with parameters of type IlpGeographicPosition
protected  void IlpGeographicPolyPoints.setPositions(IlpGeographicPosition[] pos)
          Sets the array of points.
 

Constructors in ilog.cpl.network with parameters of type IlpGeographicPosition
IlpGeographicPolygon(IlpGeographicPosition[] positions)
          Creates a geographic position.
IlpGeographicPolyline(IlpGeographicPosition[] positions)
          Creates a new IlpGeographicPolyline instance, connecting given points.
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.