Uses of Interface
org.geotools.xml.SchemaIndex

Packages that use SchemaIndex
org.geotools.gml2   
org.geotools.gml2.bindings   
org.geotools.gml3.bindings   
org.geotools.xml Package supporting XML parsing with a focus on GML. 
org.geotools.xml.impl   
 

Uses of SchemaIndex in org.geotools.gml2
 

Constructors in org.geotools.gml2 with parameters of type SchemaIndex
FeaturePropertyExtractor(SchemaIndex schemaIndex)
          Deprecated.  
 

Uses of SchemaIndex in org.geotools.gml2.bindings
 

Methods in org.geotools.gml2.bindings with parameters of type SchemaIndex
static List GML2EncodingUtils.AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration)
           
static XSDTypeDefinition GML2EncodingUtils.createXmlTypeFromFeatureType(SimpleFeatureType featureType, SchemaIndex schemaIndex, Set<String> toFilter)
           
 

Constructors in org.geotools.gml2.bindings with parameters of type SchemaIndex
GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration)
           
 

Uses of SchemaIndex in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type SchemaIndex
static List GML3EncodingUtils.AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Configuration configuration)
           
 

Constructors in org.geotools.gml3.bindings with parameters of type SchemaIndex
AbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration, XSDIdRegistry idRegistry)
           
 

Uses of SchemaIndex in org.geotools.xml
 

Methods in org.geotools.xml that return SchemaIndex
static SchemaIndex Schemas.findSchemas(Configuration configuration)
          Finds all the XSDSchemas used by the configuration by looking at the configuration's schema locator and its dependencies.
 SchemaIndex Encoder.getSchemaIndex()
           
 

Uses of SchemaIndex in org.geotools.xml.impl
 

Classes in org.geotools.xml.impl that implement SchemaIndex
 class SchemaIndexImpl
           
 

Methods in org.geotools.xml.impl that return SchemaIndex
 SchemaIndex ParserHandler.getSchemaIndex()
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.