org.geotools.data.complex.config
Class EmfAppSchemaReader

Object
  extended by EmfComplexFeatureReader
      extended by EmfAppSchemaReader

public class EmfAppSchemaReader
extends EmfComplexFeatureReader

Parses an application schema given by a gtxml Configuration into a set of AttributeTypes and AttributeDescriptors.

All the XSD schema locations that comprise the application schema are obtained from the main Configuration and its dependencies.

Of particular interest might be the ApplicationSchemaConfiguration object, which allows to provide the location of the root xsd schema for a given application schema.

Since:
2.4
Author:
Gabriel Roldan

Method Summary
static Configuration findGmlConfiguration(AppSchemaConfiguration configuration)
           
static EmfAppSchemaReader newInstance()
           
 
Methods inherited from class EmfComplexFeatureReader
findSchemaNamespace, getResolver, parse, parse, parse, setResolver, setResolver
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static EmfAppSchemaReader newInstance()

findGmlConfiguration

public static Configuration findGmlConfiguration(AppSchemaConfiguration configuration)


Copyright © 1996-2014 Geotools. All Rights Reserved.