Class GmlLayer.GmlParam

  • Enclosing class:
    GmlLayer

    public static class GmlLayer.GmlParam
    extends AbstractVectorLayerParam
    The parameters for creating a layer that renders Gml formatted data.
    • Constructor Summary

      Constructors 
      Constructor Description
      GmlParam()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        public java.lang.String url
        A url to the gml or the raw Gml data.

        The url can be a file url, however if it is it must be relative to the configuration directory.

    • Constructor Detail

      • GmlParam

        public GmlParam()