Uses of Interface
org.geotools.xsd.SchemaIndex
-
-
Uses of SchemaIndex in org.geotools.data.complex.feature.type
Methods in org.geotools.data.complex.feature.type with parameters of type SchemaIndex Modifier and Type Method Description void
FeatureTypeRegistry. addSchemas(SchemaIndex schemaIndex)
-
Uses of SchemaIndex in org.geotools.data.complex.util
Methods in org.geotools.data.complex.util that return SchemaIndex Modifier and Type Method Description SchemaIndex
EmfComplexFeatureReader. parse(String nameSpace, String schemaLocation)
Parses the schema referenced bylocation
into aSchemaIndex
SchemaIndex
EmfComplexFeatureReader. parse(URL location)
Parses the gml schema referenced bylocation
into aSchemaIndex
SchemaIndex
EmfComplexFeatureReader. parse(Configuration configuration)
-
Uses of SchemaIndex in org.geotools.gml2.bindings
Methods 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 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 Constructor Description 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 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_0
Constructors in org.geotools.wfs.v2_0 with parameters of type SchemaIndex Constructor Description MemberPropertyTypeBinding(XSDIdRegistry idSet, SchemaIndex schemaIndex)
-
Uses of SchemaIndex in org.geotools.xsd
Methods in org.geotools.xsd that return SchemaIndex Modifier and Type Method Description static SchemaIndex
Schemas. findSchemas(Configuration configuration)
Finds all the XSDSchemas used by theconfiguration
by looking at the configuration's schema locator and its dependencies.SchemaIndex
Encoder. getSchemaIndex()
-
Uses of SchemaIndex in org.geotools.xsd.impl
Classes in org.geotools.xsd.impl that implement SchemaIndex Modifier and Type Class Description class
SchemaIndexImpl
Methods in org.geotools.xsd.impl that return SchemaIndex Modifier and Type Method Description SchemaIndex
ParserHandler. getSchemaIndex()
-