Class MongoNestedMapping


  • public class MongoNestedMapping
    extends NestedAttributeMapping
    MongoDB custom nested attribute mapping for app-schema.
    • Method Detail

      • getFeatures

        public List<Feature> getFeatures​(Object source,
                                         Object foreignKeyValue,
                                         List<Object> idValues,
                                         CoordinateReferenceSystem reprojection,
                                         Object feature,
                                         List<PropertyName> selectedProperties,
                                         boolean includeMandatory,
                                         int resolveDepth,
                                         Integer resolveTimeOut)
                                  throws IOException
        Description copied from class: NestedAttributeMapping
        Get the maching built features that are stored in this mapping using a supplied link value
        Overrides:
        getFeatures in class NestedAttributeMapping
        reprojection - Reprojected CRS or null
        selectedProperties - list of properties to get
        Returns:
        The matching simple features
        Throws:
        IOException