Uses of Class
org.geotools.data.complex.AttributeMapping
Packages that use AttributeMapping
Package
Description
This package contains the implementation of a ComplexDataStore,
-
Uses of AttributeMapping in org.geotools.appschema.util
Methods in org.geotools.appschema.util that return AttributeMappingModifier and TypeMethodDescriptionstatic AttributeMappingIndexQueryUtils.getIndexedAttribute(FeatureTypeMapping mapping, String xpath) Methods in org.geotools.appschema.util with parameters of type AttributeMappingModifier and TypeMethodDescriptionstatic booleanIndexQueryUtils.equalsProperty(AttributeMapping mapping, String propertyName) Checks if property name is equals to source/identifier expression in attribute mappingstatic booleanIndexQueryUtils.equalsXpath(FeatureTypeMapping mapping, AttributeMapping attMapping, String xpath) Compare if mapping-xpath == attMapping -
Uses of AttributeMapping in org.geotools.data.complex
Subclasses of AttributeMapping in org.geotools.data.complexModifier and TypeClassDescriptionclassThis class represents AttributeMapping for attributes that are nested inside another complex attribute.Fields in org.geotools.data.complex with type parameters of type AttributeMappingModifier and TypeFieldDescriptionprotected List<AttributeMapping>AbstractMappingFeatureIterator.selectedMappingMappings after Property Selection is appliedprotected Map<AttributeMapping,List<PropertyName>> AbstractMappingFeatureIterator.selectedPropertiesSelected Properties for Feature ChainingMethods in org.geotools.data.complex that return AttributeMappingModifier and TypeMethodDescriptionFeatureTypeMapping.getAttributeMapping(String xpathExpression) Finds the attribute mapping for the target expressionexactPath.FeatureTypeMapping.getAttributeMapping(XPathUtil.StepList exactPath) Finds the attribute mapping for the target expressionexactPathXmlFeatureTypeMapping.getAttributeMappingByLabel(String label) Finds an attribute mapping by label.IndexedMappingFeatureIterator.getFidAttrMap()protected static AttributeMappingIndexedMappingFeatureIterator.getIndexedAttribute(FeatureTypeMapping mapping, String xpath) Search for indexed attribute, including on Nested FeaturesNestedAttributeMapping.getMapping(FeatureTypeMapping featureTypeMapping) XmlFeatureTypeMapping.getStringMapping(XPathUtil.StepList exactPath) Finds the attribute mapping for the target expressionexactPathMethods in org.geotools.data.complex that return types with arguments of type AttributeMappingModifier and TypeMethodDescriptionFeatureTypeMapping.getAttributeMappings()FeatureTypeMapping.getAttributeMappingsByExpression(Expression sourceExpression) Finds the attribute mappings for the given source expression.XmlFeatureTypeMapping.getAttributeMappingsByExpression(Expression sourceExpression) Finds the attribute mappings for the given source expression.FeatureTypeMapping.getAttributeMappingsIgnoreIndex(XPathUtil.StepList targetPath) Finds the attribute mappings for the given target location path.FeatureTypeMapping.getIsListMappings()Return list of attribute mappings that are configured as list (isList = true).AttributeCreateOrderList.iterator()Methods in org.geotools.data.complex with parameters of type AttributeMappingModifier and TypeMethodDescriptionprotected ExpressionXmlFeatureTypeMapping.getValue(String xpathPrefix, Expression node, AttributeMapping mapping) booleanAttributeCreateOrderList.put(AttributeMapping attMapping) Attempt to add an attribute to the list.protected AttributeDataAccessMappingFeatureIterator.setAttributeValue(Attribute target, String id, Object source, AttributeMapping attMapping, Object values, XPathUtil.StepList inputXpath, List<PropertyName> selectedProperties) Sets the values of grouping attributes.voidDataAccessMappingFeatureIterator.skipNestedMapping(AttributeMapping attMapping, List<Feature> sources) protected booleanDataAccessMappingFeatureIterator.skipTopElement(Name topElement, AttributeMapping attMapping, AttributeType type) Method parameters in org.geotools.data.complex with type arguments of type AttributeMappingModifier and TypeMethodDescriptionstatic FeatureTypeMappingFeatureTypeMappingFactory.getInstance(FeatureSource<? extends FeatureType, ? extends Feature> source, FeatureSource<SimpleFeatureType, SimpleFeature> indexSource, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath, boolean isXmlDataStore, boolean isDenormalised) static FeatureTypeMappingFeatureTypeMappingFactory.getInstance(FeatureSource<? extends FeatureType, ? extends Feature> source, FeatureSource<SimpleFeatureType, SimpleFeature> indexSource, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath, boolean isXmlDataStore, boolean isDenormalised, String sourceDatastoreId) Constructor parameters in org.geotools.data.complex with type arguments of type AttributeMappingModifierConstructorDescriptionFeatureTypeMapping(FeatureSource<? extends FeatureType, ? extends Feature> source, FeatureSource<SimpleFeatureType, SimpleFeature> indexSource, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, boolean isDenormalised) FeatureTypeMapping(FeatureSource<? extends FeatureType, ? extends Feature> source, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, boolean isDenormalised) FeatureTypeMapping(FeatureSource<? extends FeatureType, ? extends Feature> source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces) XmlFeatureTypeMapping(FeatureSource<? extends FeatureType, ? extends Feature> source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath) -
Uses of AttributeMapping in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config that return AttributeMappingMethods in org.geotools.data.complex.config with parameters of type AttributeMappingModifier and TypeMethodDescriptionJdbcMultipleValue.getValues(Feature features, AttributeMapping attributeMapping) MultipleValue.getValues(Feature feature, AttributeMapping attributeMapping) Returns the values extracted from the provided feature using this multivalued mapping.voidJdbcMultipleValue.setAttributeMapping(AttributeMapping attributeMapping) voidMultipleValue.setAttributeMapping(AttributeMapping attributeMapping) Sets the attribute type mapping that contains this multi valued mapping. -
Uses of AttributeMapping in org.geotools.data.joining
Subclasses of AttributeMapping in org.geotools.data.joiningModifier and TypeClassDescriptionclassNested attribute mapping used for joining system -
Uses of AttributeMapping in org.geotools.data.mongodb.complex
Subclasses of AttributeMapping in org.geotools.data.mongodb.complexModifier and TypeClassDescriptionclassMongoDB custom nested attribute mapping for app-schema.