Package | Description |
---|---|
org.geotools.appschema.filter | |
org.geotools.data.complex |
This package contains the implementation of a ComplexDataStore,
Author note: though this "Complex" datastore has born to provide
complex features out of a simple features data source, it may be better
called a DerivativeDataStore or something like that, you'll see
why later.
|
org.geotools.data.complex.filter | |
org.geotools.data.complex.spi | |
org.geotools.data.joining | |
org.geotools.data.mongodb.complex |
Constructor and Description |
---|
NestedAttributeExpression(XPathUtil.StepList xpath,
NestedAttributeMapping nestedMapping)
First constructor
|
Modifier and Type | Method and Description |
---|---|
List<NestedAttributeMapping> |
FeatureTypeMapping.getNestedMappings() |
Modifier and Type | Method and Description |
---|---|
<T extends NestedAttributeMapping> |
FeatureChainedAttributeVisitor.FeatureChainLink.getNestedFeatureAttribute(Class<T> attributeMappingClass)
Gets the mapping configuration of the attribute holding the next nested feature in the
chain, cast to the specified
NestedAttributeMapping subclass. |
Modifier and Type | Method and Description |
---|---|
NestedAttributeMapping |
FeatureChainedAttributeVisitor.FeatureChainLink.getNestedFeatureAttribute()
Gets the mapping configuration of the attribute holding the next nested feature in the
chain.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Expression |
CustomAttributeExpressionFactory.createNestedAttributeExpression(FeatureTypeMapping mappings,
XPathUtil.StepList xpath,
NestedAttributeMapping nestedMapping) |
static Expression |
CustomImplementationsFinder.find(FeatureTypeMapping mappings,
XPathUtil.StepList xpath,
NestedAttributeMapping nestedMapping) |
Modifier and Type | Class and Description |
---|---|
class |
JoiningNestedAttributeMapping
Nested attribute mapping used for joining system
|
Modifier and Type | Class and Description |
---|---|
class |
MongoNestedMapping
MongoDB custom nested attribute mapping for app-schema.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Expression |
MongoNestedAttributeExpressionFactory.createNestedAttributeExpression(FeatureTypeMapping mappings,
XPathUtil.StepList xpath,
NestedAttributeMapping nestedMapping) |
Copyright © 1996–2019 Geotools. All rights reserved.