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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFeatureProperty(String metacardAttribute) getMetacardAttribute(String featureProperty) voidsetCreatedDateMapping(String featureProperty) voidsetDataUnit(String unit) voidsetEffectiveDateMapping(String featureProperty) voidsetExpirationDateMapping(String featureProperty) voidsetFeatureType(String featureType) voidsetGeographyMapping(String featureProperty) voidsetModifiedDateMapping(String featureProperty) voidsetResourceSizeMapping(String featureProperty) voidsetResourceUriMapping(String featureProperty) voidsetSortByDistanceFeatureProperty(String distanceFeatureProperty) voidsetSortByRelevanceFeatureProperty(String relevanceFeatureProperty) voidsetSortByTemporalFeatureProperty(String temporalFeatureProperty) voidsetThumbnailMapping(String featureProperty) voidsetTitleMapping(String featureProperty)
-
Constructor Details
-
MetacardMapperImpl
public MetacardMapperImpl()
-
-
Method Details
-
getFeatureProperty
- Specified by:
getFeaturePropertyin interfaceorg.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
-
getMetacardAttribute
- Specified by:
getMetacardAttributein interfaceorg.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
-
getFeatureType
- Specified by:
getFeatureTypein interfaceorg.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
-
setFeatureType
-
getSortByTemporalFeatureProperty
- Specified by:
getSortByTemporalFeaturePropertyin interfaceorg.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
-
setSortByTemporalFeatureProperty
-
getSortByRelevanceFeatureProperty
- Specified by:
getSortByRelevanceFeaturePropertyin interfaceorg.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
-
setSortByRelevanceFeatureProperty
-
getSortByDistanceFeatureProperty
- Specified by:
getSortByDistanceFeaturePropertyin interfaceorg.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
-
setSortByDistanceFeatureProperty
-
setTitleMapping
-
setCreatedDateMapping
-
setModifiedDateMapping
-
setEffectiveDateMapping
-
setExpirationDateMapping
-
setResourceUriMapping
-
setResourceSizeMapping
-
getDataUnit
- Specified by:
getDataUnitin interfaceorg.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper
-
setDataUnit
-
setGeographyMapping
-
setThumbnailMapping
-