|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.complex.config.AppSchemaDataAccessConfigurator
public class AppSchemaDataAccessConfigurator
Utility class to create a set of
objects from a complex datastore's configuration object (
AppSchemaDataAccessDTO
).
Method Summary | |
---|---|
static java.util.Set |
buildMappings(AppSchemaDataAccessDTO config)
Takes a config object and creates a set of mappings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.Set buildMappings(AppSchemaDataAccessDTO config) throws java.io.IOException
In the process will parse xml schemas to geotools' Feature Model types and descriptors, connect to source datastores and build the mapping objects from source FeatureTypes to the target ones.
config
- DOCUMENT ME!
FeatureTypeMapping
source to target
FeatureType mapping definitions
java.io.IOException
- if any error occurs while creating the mappings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |