public class LineStringAdapter extends XmlAdapter<EncodedPolylineBean,org.locationtech.jts.geom.LineString>
| Constructor and Description |
|---|
LineStringAdapter() |
| Modifier and Type | Method and Description |
|---|---|
EncodedPolylineBean |
marshal(org.locationtech.jts.geom.LineString arg) |
org.locationtech.jts.geom.LineString |
unmarshal(EncodedPolylineBean arg) |
public org.locationtech.jts.geom.LineString unmarshal(EncodedPolylineBean arg) throws Exception
unmarshal in class XmlAdapter<EncodedPolylineBean,org.locationtech.jts.geom.LineString>Exceptionpublic EncodedPolylineBean marshal(org.locationtech.jts.geom.LineString arg) throws Exception
marshal in class XmlAdapter<EncodedPolylineBean,org.locationtech.jts.geom.LineString>ExceptionCopyright © 2019. All rights reserved.