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)
MetacardMappergetFeatureProperty in interface MetacardMapperpublic String getMetacardAttribute(String featureProperty)
MetacardMappergetMetacardAttribute in interface MetacardMapperpublic String getFeatureType()
MetacardMappergetFeatureType in interface MetacardMapperpublic void setFeatureType(String featureType)
public String getSortByTemporalFeatureProperty()
MetacardMappergetSortByTemporalFeatureProperty in interface MetacardMapperpublic void setSortByTemporalFeatureProperty(String temporalFeatureProperty)
public String getSortByRelevanceFeatureProperty()
MetacardMappergetSortByRelevanceFeatureProperty in interface MetacardMapperpublic void setSortByRelevanceFeatureProperty(String relevanceFeatureProperty)
public String getSortByDistanceFeatureProperty()
MetacardMappergetSortByDistanceFeatureProperty in interface MetacardMapperpublic 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()
MetacardMappergetDataUnit in interface MetacardMapperpublic 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.