Interface KmlStyleMapEntry
- All Known Implementing Classes:
KmlStyleMapEntryImpl
public interface KmlStyleMapEntry
Used to define a mapping between
s and a URL to the KML Style.
Metacard
invalid reference
Attribute
- Author:
- Keith C Wire
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmetacardMatch(ddf.catalog.data.Metacard metacard) Determines if aMetacardhas anand Value that match thisinvalid reference
AttributeKmlStyleMapEntry.
-
Method Details
-
getAttributeName
String getAttributeName() -
getAttributeValue
String getAttributeValue() -
getStyleUrl
String getStyleUrl() -
metacardMatch
boolean metacardMatch(ddf.catalog.data.Metacard metacard) Determines if aMetacardhas anand Value that match thisinvalid reference
AttributeKmlStyleMapEntry.- Parameters:
metacard- - theMetacardto check for theinvalid reference
Attribute- Returns:
- - true if a match was found, false otherwise
-