Uses of Interface
org.geotools.xml.SchemaIndex

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

Uses of SchemaIndex in org.geotools.data.complex.config
 

Methods in org.geotools.data.complex.config that return SchemaIndex
 SchemaIndex EmfComplexFeatureReader.parse(Configuration configuration)
          Parses the GML schema represented by the configuration's schema location into a SchemaIndex.
 SchemaIndex EmfComplexFeatureReader.parse(String nameSpace, String schemaLocation)
          Parses the schema referenced by location into a SchemaIndex
 SchemaIndex EmfComplexFeatureReader.parse(URL location)
          Parses the gml schema referenced by location into a SchemaIndex
 

Methods in org.geotools.data.complex.config with parameters of type SchemaIndex
 void FeatureTypeRegistry.addSchemas(SchemaIndex schemaIndex)
           
 

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)
           
 List GMLEncodingUtils.AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration)
           
static XSDTypeDefinition GML2EncodingUtils.createXmlTypeFromFeatureType(SimpleFeatureType featureType, SchemaIndex schemaIndex, Set<String> toFilter)
           
 XSDTypeDefinition GMLEncodingUtils.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)
          Deprecated. use {@link #AbstractFeatureTypeGetProperties(Object, XSDElementDeclaration, SchemaIndex, Configuration)
 List GML3EncodingUtils.AbstractFeatureTypeGetProperties(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, GML3EncodingUtils encodingUtils)
           
 

Uses of SchemaIndex in org.geotools.wfs.v2_0
 

Constructors in org.geotools.wfs.v2_0 with parameters of type SchemaIndex
MemberPropertyTypeBinding(XSDIdRegistry idSet, SchemaIndex schemaIndex)
           
 

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-2014 Geotools. All Rights Reserved.