Interface MetacardMapper
public interface MetacardMapper
Maps Metacards to WFS Features.
-
Method Summary
Modifier and TypeMethodDescriptionGets the unit of the feature property mapped the metacard resource-sizegetFeatureProperty(String metacardAttribute) Gets the feature property for the give metacard attributeGets the feature type for this metacard mappergetMetacardAttribute(String featureProperty) Gets the metacard attribute for the given feature propertyGets the feature property used to when sorting by distanceGets the feature property used to when sorting by relevanceGets the feature property used to sort temporally
-
Method Details
-
getFeatureProperty
Gets the feature property for the give metacard attribute -
getMetacardAttribute
Gets the metacard attribute for the given feature property -
getFeatureType
String getFeatureType()Gets the feature type for this metacard mapper -
getSortByTemporalFeatureProperty
String getSortByTemporalFeatureProperty()Gets the feature property used to sort temporally -
getSortByRelevanceFeatureProperty
String getSortByRelevanceFeatureProperty()Gets the feature property used to when sorting by relevance -
getSortByDistanceFeatureProperty
String getSortByDistanceFeatureProperty()Gets the feature property used to when sorting by distance -
getDataUnit
String getDataUnit()Gets the unit of the feature property mapped the metacard resource-size
-