Class MetacardMapperImpl

java.lang.Object
org.codice.ddf.spatial.ogc.wfs.catalog.mapper.impl.MetacardMapperImpl
All Implemented Interfaces:
org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper

public class MetacardMapperImpl extends Object implements org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
Maps Metacard Attributes to WFS Feature Properties.
  • Constructor Details

    • MetacardMapperImpl

      public MetacardMapperImpl()
  • Method Details

    • getFeatureProperty

      public String getFeatureProperty(String metacardAttribute)
      Specified by:
      getFeatureProperty in interface org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
    • getMetacardAttribute

      public String getMetacardAttribute(String featureProperty)
      Specified by:
      getMetacardAttribute in interface org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
    • getFeatureType

      public String getFeatureType()
      Specified by:
      getFeatureType in interface org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
    • setFeatureType

      public void setFeatureType(String featureType)
    • getSortByTemporalFeatureProperty

      public String getSortByTemporalFeatureProperty()
      Specified by:
      getSortByTemporalFeatureProperty in interface org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
    • setSortByTemporalFeatureProperty

      public void setSortByTemporalFeatureProperty(String temporalFeatureProperty)
    • getSortByRelevanceFeatureProperty

      public String getSortByRelevanceFeatureProperty()
      Specified by:
      getSortByRelevanceFeatureProperty in interface org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
    • setSortByRelevanceFeatureProperty

      public void setSortByRelevanceFeatureProperty(String relevanceFeatureProperty)
    • getSortByDistanceFeatureProperty

      public String getSortByDistanceFeatureProperty()
      Specified by:
      getSortByDistanceFeatureProperty in interface org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
    • setSortByDistanceFeatureProperty

      public void setSortByDistanceFeatureProperty(String distanceFeatureProperty)
    • setTitleMapping

      public void setTitleMapping(String featureProperty)
    • setCreatedDateMapping

      public void setCreatedDateMapping(String featureProperty)
    • setModifiedDateMapping

      public void setModifiedDateMapping(String featureProperty)
    • setEffectiveDateMapping

      public void setEffectiveDateMapping(String featureProperty)
    • setExpirationDateMapping

      public void setExpirationDateMapping(String featureProperty)
    • setResourceUriMapping

      public void setResourceUriMapping(String featureProperty)
    • setResourceSizeMapping

      public void setResourceSizeMapping(String featureProperty)
    • getDataUnit

      public String getDataUnit()
      Specified by:
      getDataUnit in interface org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
    • setDataUnit

      public void setDataUnit(String unit)
    • setGeographyMapping

      public void setGeographyMapping(String featureProperty)
    • setThumbnailMapping

      public void setThumbnailMapping(String featureProperty)