Uses of Class
org.geotools.data.complex.AttributeMapping
- 
Packages that use AttributeMapping Package Description org.geotools.appschema.util org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.complex.config org.geotools.data.joining org.geotools.data.mongodb.complex 
- 
- 
Uses of AttributeMapping in org.geotools.appschema.utilMethods in org.geotools.appschema.util that return AttributeMapping Modifier and Type Method Description static AttributeMappingIndexQueryUtils. getIndexedAttribute(FeatureTypeMapping mapping, String xpath)Methods in org.geotools.appschema.util with parameters of type AttributeMapping Modifier and Type Method Description static 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.complexSubclasses of AttributeMapping in org.geotools.data.complex Modifier and Type Class Description classNestedAttributeMappingThis class represents AttributeMapping for attributes that are nested inside another complex attribute.Fields in org.geotools.data.complex with type parameters of type AttributeMapping Modifier and Type Field Description protected 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 AttributeMapping Modifier and Type Method Description AttributeMappingFeatureTypeMapping. getAttributeMapping(String xpathExpression)Finds the attribute mapping for the target expressionexactPath.AttributeMappingFeatureTypeMapping. getAttributeMapping(XPathUtil.StepList exactPath)Finds the attribute mapping for the target expressionexactPathAttributeMappingXmlFeatureTypeMapping. getAttributeMappingByLabel(String label)Finds an attribute mapping by label.AttributeMappingIndexedMappingFeatureIterator. getFidAttrMap()protected static AttributeMappingIndexedMappingFeatureIterator. getIndexedAttribute(FeatureTypeMapping mapping, String xpath)Search for indexed attribute, including on Nested FeaturesAttributeMappingNestedAttributeMapping. getMapping(FeatureTypeMapping featureTypeMapping)AttributeMappingXmlFeatureTypeMapping. getStringMapping(XPathUtil.StepList exactPath)Finds the attribute mapping for the target expressionexactPathMethods in org.geotools.data.complex that return types with arguments of type AttributeMapping Modifier and Type Method Description List<AttributeMapping>FeatureTypeMapping. getAttributeMappings()List<AttributeMapping>FeatureTypeMapping. getAttributeMappingsByExpression(Expression sourceExpression)Finds the attribute mappings for the given source expression.List<AttributeMapping>XmlFeatureTypeMapping. getAttributeMappingsByExpression(Expression sourceExpression)Finds the attribute mappings for the given source expression.List<AttributeMapping>FeatureTypeMapping. getAttributeMappingsIgnoreIndex(XPathUtil.StepList targetPath)Finds the attribute mappings for the given target location path.List<AttributeMapping>FeatureTypeMapping. getIsListMappings()Return list of attribute mappings that are configured as list (isList = true).Iterator<AttributeMapping>AttributeCreateOrderList. iterator()Methods in org.geotools.data.complex with parameters of type AttributeMapping Modifier and Type Method Description protected 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 AttributeMapping Modifier and Type Method Description 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)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)
- 
Uses of AttributeMapping in org.geotools.data.complex.configMethods in org.geotools.data.complex.config that return AttributeMapping Modifier and Type Method Description AttributeMappingJdbcMultipleValue. getAttributeMapping()Methods in org.geotools.data.complex.config with parameters of type AttributeMapping Modifier and Type Method Description List<Object>JdbcMultipleValue. getValues(Feature features, AttributeMapping attributeMapping)List<Object>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.joiningSubclasses of AttributeMapping in org.geotools.data.joining Modifier and Type Class Description classJoiningNestedAttributeMappingNested attribute mapping used for joining system
- 
Uses of AttributeMapping in org.geotools.data.mongodb.complexSubclasses of AttributeMapping in org.geotools.data.mongodb.complex Modifier and Type Class Description classMongoNestedMappingMongoDB custom nested attribute mapping for app-schema.
 
-