|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaIndex | |
---|---|
org.geotools.data.complex.config | |
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.data.complex.config |
---|
Methods in org.geotools.data.complex.config that return SchemaIndex | |
---|---|
SchemaIndex |
EmfAppSchemaReader.parse(Configuration configuration)
Parses the GML schema represented by the configuration 's
schema location into a SchemaIndex . |
SchemaIndex |
EmfAppSchemaReader.parse(java.net.URL location,
java.util.Map<java.lang.String,java.lang.String> resolvedSchemaLocations)
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 java.util.List |
GML2EncodingUtils.AbstractFeatureType_getProperties(java.lang.Object object,
org.eclipse.xsd.XSDElementDeclaration element,
SchemaIndex schemaIndex,
java.util.Set<java.lang.String> toFilter,
Configuration configuration)
|
static org.eclipse.xsd.XSDTypeDefinition |
GML2EncodingUtils.createXmlTypeFromFeatureType(org.opengis.feature.simple.SimpleFeatureType featureType,
SchemaIndex schemaIndex,
java.util.Set<java.lang.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 java.util.List |
GML3EncodingUtils.AbstractFeatureType_getProperties(java.lang.Object object,
org.eclipse.xsd.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |