public class IlpGeographicPositionSAXInfo extends Object implements IlpSAXSerializable
IlpGeographicPosition
.
This class reads and writes the following format:
<latitude>lll</latitude> <longitude>LLL</longitude>where lll and LLL stand for latitude and longitude respectively (see
IlpGeographicPosition
for an explanation of the
possible values).
The order between <latitude> and <longitude> elements is not
taken into account. Both elements are mandatory.Modifier and Type | Class and Description |
---|---|
static class |
IlpGeographicPositionSAXInfo.IlpSAXGeographicPositionHandler |
EMPTY_ATTRS
Constructor and Description |
---|
IlpGeographicPositionSAXInfo() |
Modifier and Type | Method and Description |
---|---|
IlpSAXAttributeValueHandler |
getSAXHandler()
Returns a SAX handler capable of reading the attribute.
|
void |
output(Object value,
IlpTypeConverter typeConverter,
ContentHandler outputHandler)
Outputs an object to an SAX ContentHandler.
|
public IlpSAXAttributeValueHandler getSAXHandler()
getSAXHandler
in interface IlpSAXSerializable
public void output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler) throws SAXException
output
in interface IlpSAXSerializable
value
- The object to output.typeConverter
- The type converter that may be needed to translate
values to strings.outputHandler
- The SAX ContentHandler used by this method.SAXException
IlpTypeConverter.createStringValue(Class,Object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.