public class MetacardMapperImpl extends Object implements MetacardMapper
Constructor and Description |
---|
MetacardMapperImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDataUnit()
Gets the unit of the feature property mapped the metacard resource-size
|
String |
getFeatureProperty(String metacardAttribute)
Gets the feature property for the give metacard attribute
|
String |
getFeatureType()
Gets the feature type for this metacard mapper
|
String |
getMetacardAttribute(String featureProperty)
Gets the metacard attribute for the given feature property
|
String |
getSortByDistanceFeatureProperty()
Gets the feature property used to when sorting by distance
|
String |
getSortByRelevanceFeatureProperty()
Gets the feature property used to when sorting by relevance
|
String |
getSortByTemporalFeatureProperty()
Gets the feature property used to sort temporally
|
void |
setCreatedDateMapping(String featureProperty) |
void |
setDataUnit(String unit) |
void |
setEffectiveDateMapping(String featureProperty) |
void |
setExpirationDateMapping(String featureProperty) |
void |
setFeatureType(String featureType) |
void |
setGeographyMapping(String featureProperty) |
void |
setModifiedDateMapping(String featureProperty) |
void |
setResourceSizeMapping(String featureProperty) |
void |
setResourceUriMapping(String featureProperty) |
void |
setSortByDistanceFeatureProperty(String distanceFeatureProperty) |
void |
setSortByRelevanceFeatureProperty(String relevanceFeatureProperty) |
void |
setSortByTemporalFeatureProperty(String temporalFeatureProperty) |
void |
setThumbnailMapping(String featureProperty) |
void |
setTitleMapping(String featureProperty) |
public String getFeatureProperty(String metacardAttribute)
MetacardMapper
getFeatureProperty
in interface MetacardMapper
public String getMetacardAttribute(String featureProperty)
MetacardMapper
getMetacardAttribute
in interface MetacardMapper
public String getFeatureType()
MetacardMapper
getFeatureType
in interface MetacardMapper
public void setFeatureType(String featureType)
public String getSortByTemporalFeatureProperty()
MetacardMapper
getSortByTemporalFeatureProperty
in interface MetacardMapper
public void setSortByTemporalFeatureProperty(String temporalFeatureProperty)
public String getSortByRelevanceFeatureProperty()
MetacardMapper
getSortByRelevanceFeatureProperty
in interface MetacardMapper
public void setSortByRelevanceFeatureProperty(String relevanceFeatureProperty)
public String getSortByDistanceFeatureProperty()
MetacardMapper
getSortByDistanceFeatureProperty
in interface MetacardMapper
public void setSortByDistanceFeatureProperty(String distanceFeatureProperty)
public void setTitleMapping(String featureProperty)
public void setCreatedDateMapping(String featureProperty)
public void setModifiedDateMapping(String featureProperty)
public void setEffectiveDateMapping(String featureProperty)
public void setExpirationDateMapping(String featureProperty)
public void setResourceUriMapping(String featureProperty)
public void setResourceSizeMapping(String featureProperty)
public String getDataUnit()
MetacardMapper
getDataUnit
in interface MetacardMapper
public void setDataUnit(String unit)
public void setGeographyMapping(String featureProperty)
public void setThumbnailMapping(String featureProperty)
This work is licensed under a Creative Commons Attribution 4.0 International License.