com.supermap.services.rest.encoders

类 KMLEncoder



  • public class KMLEncoder
    extends Encoder
    

    KML 表述生成器。

    • 构造器概要

      构造器 
      构造器和说明
      KMLEncoder()
      构造函数。
    • 方法概要

      方法 
      限定符和类型 方法和说明
      protected java.util.List<MediaType> createSupportedMediaTypes()
      创建支持的表述格式列表。
      org.w3c.dom.Document toDocument(KMLObject resourceObj)
      将KML类型的资源对象序列化为XML文件。
      Representation toRepresentation(MediaType mediaType, java.lang.Object resourceObj)
      将对象序列化为表述。
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • KMLEncoder

        public KMLEncoder()
        

        构造函数。

    • 方法详细资料

      • createSupportedMediaTypes

        protected java.util.List<MediaType> createSupportedMediaTypes()
        
        从类复制的说明: Encoder

        创建支持的表述格式列表。

        用户扩展一个 Encoder 时,需要指定该 Encoder 支持将格式化的对象转换为什么媒体类型的表述。

        指定者:
        createSupportedMediaTypes 在类中 Encoder
        返回:
        该 Encoder 对象支持的表述的媒体类型列表。
      • toRepresentation

        public Representation toRepresentation(MediaType mediaType,
                                      java.lang.Object resourceObj)
        
        从类复制的说明: Encoder

        将对象序列化为表述。

        指定者:
        toRepresentation 在类中 Encoder
        参数:
        mediaType - 表述的媒体类型。
        resourceObj - 欲转换的 Java 对象。
        返回:
        指定格式的 Java 对象的表述。
      • toDocument

        public org.w3c.dom.Document toDocument(KMLObject resourceObj)
        

        将KML类型的资源对象序列化为XML文件。

        参数:
        resourceObj - 资源对象。
        返回:
        XML文件。