Uses of Class
org.geotools.data.complex.NestedAttributeMapping
- 
Packages that use NestedAttributeMapping Package Description org.geotools.appschema.filter org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.complex.filter org.geotools.data.complex.spi org.geotools.data.joining org.geotools.data.mongodb.complex 
- 
- 
Uses of NestedAttributeMapping in org.geotools.appschema.filterConstructors in org.geotools.appschema.filter with parameters of type NestedAttributeMapping Constructor Description NestedAttributeExpression(XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)First constructor
- 
Uses of NestedAttributeMapping in org.geotools.data.complexMethods in org.geotools.data.complex that return types with arguments of type NestedAttributeMapping Modifier and Type Method Description List<NestedAttributeMapping>FeatureTypeMapping. getNestedMappings()
- 
Uses of NestedAttributeMapping in org.geotools.data.complex.filterMethods in org.geotools.data.complex.filter with type parameters of type NestedAttributeMapping Modifier and Type Method Description <T extends NestedAttributeMapping>
 TFeatureChainedAttributeVisitor.FeatureChainLink. getNestedFeatureAttribute(Class<T> attributeMappingClass)Gets the mapping configuration of the attribute holding the next nested feature in the chain, cast to the specifiedNestedAttributeMappingsubclass.Methods in org.geotools.data.complex.filter that return NestedAttributeMapping Modifier and Type Method Description NestedAttributeMappingFeatureChainedAttributeVisitor.FeatureChainLink. getNestedFeatureAttribute()Gets the mapping configuration of the attribute holding the next nested feature in the chain.
- 
Uses of NestedAttributeMapping in org.geotools.data.complex.spiMethods in org.geotools.data.complex.spi that return NestedAttributeMapping Modifier and Type Method Description NestedAttributeMappingCustomMappingFactory. createNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)static NestedAttributeMappingCustomImplementationsFinder. find(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)Methods in org.geotools.data.complex.spi with parameters of type NestedAttributeMapping Modifier and Type Method Description ExpressionCustomAttributeExpressionFactory. createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)static ExpressionCustomImplementationsFinder. find(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
- 
Uses of NestedAttributeMapping in org.geotools.data.joiningSubclasses of NestedAttributeMapping in org.geotools.data.joining Modifier and Type Class Description classJoiningNestedAttributeMappingNested attribute mapping used for joining system
- 
Uses of NestedAttributeMapping in org.geotools.data.mongodb.complexSubclasses of NestedAttributeMapping in org.geotools.data.mongodb.complex Modifier and Type Class Description classMongoNestedMappingMongoDB custom nested attribute mapping for app-schema.Methods in org.geotools.data.mongodb.complex that return NestedAttributeMapping Modifier and Type Method Description NestedAttributeMappingMongoNestedMappingFactory. createNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)Methods in org.geotools.data.mongodb.complex with parameters of type NestedAttributeMapping Modifier and Type Method Description ExpressionMongoNestedAttributeExpressionFactory. createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
 
-