Uses of Class
org.geotools.data.complex.NestedAttributeMapping
Packages that use NestedAttributeMapping
Package
Description
This package contains the implementation of a ComplexDataStore,
-
Uses of NestedAttributeMapping in org.geotools.appschema.filter
Constructors in org.geotools.appschema.filter with parameters of type NestedAttributeMappingModifierConstructorDescriptionNestedAttributeExpression
(XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping) First constructor -
Uses of NestedAttributeMapping in org.geotools.data.complex
Methods in org.geotools.data.complex that return types with arguments of type NestedAttributeMapping -
Uses of NestedAttributeMapping in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with type parameters of type NestedAttributeMappingModifier and TypeMethodDescription<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 specifiedNestedAttributeMapping
subclass.Methods in org.geotools.data.complex.filter that return NestedAttributeMappingModifier and TypeMethodDescriptionFeatureChainedAttributeVisitor.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.spi
Methods in org.geotools.data.complex.spi that return NestedAttributeMappingModifier and TypeMethodDescriptionCustomMappingFactory.createNestedAttributeMapping
(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name, Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces) static NestedAttributeMapping
CustomImplementationsFinder.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 NestedAttributeMappingModifier and TypeMethodDescriptionCustomAttributeExpressionFactory.createNestedAttributeExpression
(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping) static Expression
CustomImplementationsFinder.find
(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping) -
Uses of NestedAttributeMapping in org.geotools.data.joining
Subclasses of NestedAttributeMapping in org.geotools.data.joiningModifier and TypeClassDescriptionclass
Nested attribute mapping used for joining system -
Uses of NestedAttributeMapping in org.geotools.data.mongodb.complex
Subclasses of NestedAttributeMapping in org.geotools.data.mongodb.complexModifier and TypeClassDescriptionclass
MongoDB custom nested attribute mapping for app-schema.Methods in org.geotools.data.mongodb.complex that return NestedAttributeMappingModifier and TypeMethodDescriptionMongoNestedMappingFactory.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 NestedAttributeMappingModifier and TypeMethodDescriptionMongoNestedAttributeExpressionFactory.createNestedAttributeExpression
(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)