ilog.cpl.network
Class IlpGeographicPolylineSAXInfo
java.lang.Object
ilog.cpl.network.IlpGeographicPolyPointsSAXInfo
ilog.cpl.network.IlpGeographicPolylineSAXInfo
- All Implemented Interfaces:
- IlpSAXSerializable
public class IlpGeographicPolylineSAXInfo
- extends IlpGeographicPolyPointsSAXInfo
XML serialization class for IlpGeographicPolyline.
This class reads and writes the following format:
[
FFF
FFF
]*
where FFF stands for a floating number (a float).
The order is that of the points in the polyline.
- Since:
- JTGO 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpGeographicPolylineSAXInfo
public IlpGeographicPolylineSAXInfo()
getSAXHandler
public IlpSAXAttributeValueHandler getSAXHandler()
- Returns a SAX handler capable of reading the attribute.
The returned SAX handler should either be a new one each time this method
is called, or at least there should be one instance for each thread.
- Specified by:
getSAXHandler in interface IlpSAXSerializable- Specified by:
getSAXHandler in class IlpGeographicPolyPointsSAXInfo
- Returns:
- A handler for SAX events.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.