de.micromata.opengis.kml.v_2_2_0
Class CoordinatesConverter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.List<Coordinate>>
      extended by de.micromata.opengis.kml.v_2_2_0.CoordinatesConverter

public final class CoordinatesConverter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.List<Coordinate>>


Constructor Summary
CoordinatesConverter()
           
 
Method Summary
 java.lang.String marshal(java.util.List<Coordinate> dt)
           
 java.util.List<Coordinate> unmarshal(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinatesConverter

public CoordinatesConverter()
Method Detail

marshal

public java.lang.String marshal(java.util.List<Coordinate> dt)
                         throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.List<Coordinate>>
Throws:
java.lang.Exception

unmarshal

public java.util.List<Coordinate> unmarshal(java.lang.String s)
                                     throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.List<Coordinate>>
Throws:
java.lang.Exception