Class MapPaintStyles.TagKeyReference

  • Enclosing class:
    MapPaintStyles

    public static class MapPaintStyles.TagKeyReference
    extends java.lang.Object
    Value holder for a reference to a tag name. A style instruction
        text: a_tag_name;
     
    results in a tag reference for the tag a_tag_name in the style cascade.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String key
      The tag name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • key

        public final java.lang.String key
        The tag name
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object