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>
Exception
public EncodedPolylineBean marshal(org.locationtech.jts.geom.LineString arg) throws Exception
marshal
in class XmlAdapter<EncodedPolylineBean,org.locationtech.jts.geom.LineString>
Exception
Copyright © 2019. All rights reserved.