rdf4j-postgis
Version 0.1.0.0
|
Public Member Functions | |
void | startElement (String uri, String localName, String qName, Attributes attributes) throws SAXException |
void | endElement (String uri, String localName, String qName) throws SAXException |
Public Attributes | |
List< List< Coordinate > > | coordinates =new LinkedList<List<Coordinate>>() |
Boolean | insegment =false |
Integer | currentIndex =0 |
void endElement | ( | String | uri, |
String | localName, | ||
String | qName | ||
) | throws SAXException |
References GPXHandler.insegment.
void startElement | ( | String | uri, |
String | localName, | ||
String | qName, | ||
Attributes | attributes | ||
) | throws SAXException |
References GPXHandler.coordinates, GPXHandler.currentIndex, and GPXHandler.insegment.
List<List<Coordinate> > coordinates =new LinkedList<List<Coordinate>>() |
Referenced by GPXDatatype.read(), and GPXHandler.startElement().
Integer currentIndex =0 |
Referenced by GPXHandler.startElement().
Boolean insegment =false |
Referenced by GPXHandler.endElement(), and GPXHandler.startElement().