Interface KmlStyleMapEntry

All Known Implementing Classes:
KmlStyleMapEntryImpl

public interface KmlStyleMapEntry
Used to define a mapping between Metacard Attributes and a URL to the KML Style.
Author:
Keith C Wire
  • Method Details

    • getAttributeName

      String getAttributeName()
    • getAttributeValue

      String getAttributeValue()
    • getStyleUrl

      String getStyleUrl()
    • metacardMatch

      boolean metacardMatch(ddf.catalog.data.Metacard metacard)
      Determines if a Metacard has an Attribute and Value that match this KmlStyleMapEntry.
      Parameters:
      metacard - - the Metacard to check for the Attribute
      Returns:
      - true if a match was found, false otherwise