Uses of Interface
org.geotools.xsd.SchemaIndex
- 
- 
Uses of SchemaIndex in org.geotools.data.complex.feature.typeMethods in org.geotools.data.complex.feature.type with parameters of type SchemaIndex Modifier and Type Method Description voidFeatureTypeRegistry. addSchemas(SchemaIndex schemaIndex)
- 
Uses of SchemaIndex in org.geotools.data.complex.utilMethods in org.geotools.data.complex.util that return SchemaIndex Modifier and Type Method Description SchemaIndexEmfComplexFeatureReader. parse(String nameSpace, String schemaLocation)Parses the schema referenced bylocationinto aSchemaIndexSchemaIndexEmfComplexFeatureReader. parse(URL location)Parses the gml schema referenced bylocationinto aSchemaIndexSchemaIndexEmfComplexFeatureReader. parse(Configuration configuration)
- 
Uses of SchemaIndex in org.geotools.gml2.bindingsMethods in org.geotools.gml2.bindings with parameters of type SchemaIndex Modifier and Type Method Description static List<Object[]>GML2EncodingUtils. AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration)List<Object[]>GMLEncodingUtils. AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration)static XSDTypeDefinitionGML2EncodingUtils. createXmlTypeFromFeatureType(SimpleFeatureType featureType, SchemaIndex schemaIndex, Set<String> toFilter)XSDTypeDefinitionGMLEncodingUtils. createXmlTypeFromFeatureType(SimpleFeatureType featureType, SchemaIndex schemaIndex, Set<String> toFilter)Constructors in org.geotools.gml2.bindings with parameters of type SchemaIndex Constructor Description GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration)
- 
Uses of SchemaIndex in org.geotools.gml3.bindingsMethods in org.geotools.gml3.bindings with parameters of type SchemaIndex Modifier and Type Method Description List<Object[]>GML3EncodingUtils. AbstractFeatureTypeGetProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Configuration configuration)Constructors in org.geotools.gml3.bindings with parameters of type SchemaIndex Constructor Description AbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration, XSDIdRegistry idRegistry, GML3EncodingUtils encodingUtils)
- 
Uses of SchemaIndex in org.geotools.wfs.v2_0Constructors in org.geotools.wfs.v2_0 with parameters of type SchemaIndex Constructor Description MemberPropertyTypeBinding(XSDIdRegistry idSet, SchemaIndex schemaIndex)
- 
Uses of SchemaIndex in org.geotools.xsdMethods in org.geotools.xsd that return SchemaIndex Modifier and Type Method Description static SchemaIndexSchemas. findSchemas(Configuration configuration)Finds all the XSDSchemas used by theconfigurationby looking at the configuration's schema locator and its dependencies.static SchemaIndexSchemas. findSchemas(Configuration configuration, EntityResolver entityResolver)Finds all the XSDSchemas used by theconfigurationby looking at the configuration's schema locator and its dependencies.SchemaIndexEncoder. getSchemaIndex()
- 
Uses of SchemaIndex in org.geotools.xsd.implClasses in org.geotools.xsd.impl that implement SchemaIndex Modifier and Type Class Description classSchemaIndexImplMethods in org.geotools.xsd.impl that return SchemaIndex Modifier and Type Method Description SchemaIndexParserHandler. getSchemaIndex()
 
-