Class KmlStyleMapEntryImpl
java.lang.Object
org.codice.ddf.spatial.kml.transformer.KmlStyleMapEntryImpl
- All Implemented Interfaces:
KmlStyleMapEntry
Default Implentation of
KmlStyleMapEntry.- Author:
- Keith C Wire
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()booleanmetacardMatch(ddf.catalog.data.Metacard metacard) voidsetAttributeName(String attributeName) voidsetAttributeValue(String attributeValue) voidsetStyleUrl(String styleUrl)
-
Constructor Details
-
KmlStyleMapEntryImpl
public KmlStyleMapEntryImpl() -
KmlStyleMapEntryImpl
-
-
Method Details
-
init
public void init() -
metacardMatch
public boolean metacardMatch(ddf.catalog.data.Metacard metacard) Description copied from interface:KmlStyleMapEntry- Specified by:
metacardMatchin interfaceKmlStyleMapEntry- Parameters:
metacard- - theMetacardto check for theAttribute- Returns:
- - true if a match was found, false otherwise
-
getAttributeName
- Specified by:
getAttributeNamein interfaceKmlStyleMapEntry
-
setAttributeName
-
getAttributeValue
- Specified by:
getAttributeValuein interfaceKmlStyleMapEntry
-
setAttributeValue
-
getStyleUrl
- Specified by:
getStyleUrlin interfaceKmlStyleMapEntry
-
setStyleUrl
-