Uses of Class
org.geotools.data.joining.JoiningNestedAttributeMapping.Instance
-
Packages that use JoiningNestedAttributeMapping.Instance Package Description org.geotools.data.joining -
-
Uses of JoiningNestedAttributeMapping.Instance in org.geotools.data.joining
Fields in org.geotools.data.joining with type parameters of type JoiningNestedAttributeMapping.Instance Modifier and Type Field Description protected Map<Object,JoiningNestedAttributeMapping.Instance>
JoiningNestedAttributeMapping. instances
The instances.Methods in org.geotools.data.joining with parameters of type JoiningNestedAttributeMapping.Instance Modifier and Type Method Description DataAccessMappingFeatureIterator
JoiningNestedAttributeMapping. initSourceFeatures(JoiningNestedAttributeMapping.Instance instance, Name featureTypeName, CoordinateReferenceSystem reprojection, List<PropertyName> selectedProperties, boolean includeMandatory, int resolveDepth, Integer resolveTimeOut, Transaction transaction)
Initialise a new iterator (for polymorphism, there could be multiple per instance)
-