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 Summary
-
Method Details
-
getAttributeName
String getAttributeName() -
getAttributeValue
String getAttributeValue() -
getStyleUrl
String getStyleUrl() -
metacardMatch
boolean metacardMatch(ddf.catalog.data.Metacard metacard) - Parameters:
metacard- - theMetacardto check for theAttribute- Returns:
- - true if a match was found, false otherwise
-