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.filter
Constructors 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.complex
Methods 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.filter
Methods 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 specifiedNestedAttributeMapping
subclass.Methods in org.geotools.data.complex.filter that return NestedAttributeMapping Modifier and Type Method Description NestedAttributeMapping
FeatureChainedAttributeVisitor.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 NestedAttributeMapping Modifier and Type Method Description NestedAttributeMapping
CustomMappingFactory. 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 NestedAttributeMapping Modifier and Type Method Description Expression
CustomAttributeExpressionFactory. 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.joining Modifier and Type Class Description class
JoiningNestedAttributeMapping
Nested attribute mapping used for joining system -
Uses of NestedAttributeMapping in org.geotools.data.mongodb.complex
Subclasses of NestedAttributeMapping in org.geotools.data.mongodb.complex Modifier and Type Class Description class
MongoNestedMapping
MongoDB custom nested attribute mapping for app-schema.Methods in org.geotools.data.mongodb.complex that return NestedAttributeMapping Modifier and Type Method Description NestedAttributeMapping
MongoNestedMappingFactory. 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 Expression
MongoNestedAttributeExpressionFactory. createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-