Package | Description |
---|---|
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.config |
Modifier and Type | Method and Description |
---|---|
MultipleValue |
AttributeMapping.getMultipleValue() |
Constructor and Description |
---|
AttributeMapping(Expression idExpression,
Expression sourceExpression,
String sourceIndex,
XPathUtil.StepList targetXPath,
AttributeType targetNodeInstance,
boolean isMultiValued,
Map<Name,Expression> clientProperties,
MultipleValue multipleValue) |
AttributeMapping(Expression idExpression,
Expression sourceExpression,
String sourceIndex,
XPathUtil.StepList targetXPath,
AttributeType targetNodeInstance,
boolean isMultiValued,
Map<Name,Expression> clientProperties,
MultipleValue multipleValue,
String indexField) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcMultipleValue
Implementation of the multivalued mappings API for JDBC based data sources.
|
Modifier and Type | Method and Description |
---|---|
MultipleValue |
AttributeMapping.getMultipleValue() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeMapping.setMultipleValue(MultipleValue multipleValue) |
Copyright © 1996–2019 Geotools. All rights reserved.