com.supermap.services.rest.encoders
Class MapContentSerializer
- java.lang.Object
-
- com.supermap.services.rest.encoders.MapContentSerializer
-
public class MapContentSerializer extends java.lang.ObjectThe map content serializer serializes the contents of the map resource into KML.
-
-
Constructor Summary
Constructors Constructor and Description MapContentSerializer()
-
Method Summary
Methods Modifier and Type Method and Description voidserialize(KMLObject object, java.io.Writer writer)Serializes the contents of the map resource into KML.
-