Uses of Interface
org.opengis.cite.iso19136.SchemaComponentFilter
Packages that use SchemaComponentFilter
Package
Description
This package includes miscellaneous utility classes to support testing.
-
Uses of SchemaComponentFilter in org.opengis.cite.iso19136.util
Classes in org.opengis.cite.iso19136.util that implement SchemaComponentFilterModifier and TypeClassDescriptionclassA schema component filter that accepts feature types--types that derive directly or indirectly from gml:AbstractFeatureType.classA schema component filter that accepts GML object types--types that derive directly or indirectly from gml:AbstractGMLType.Methods in org.opengis.cite.iso19136.util with parameters of type SchemaComponentFilterModifier and TypeMethodDescriptionstatic List<org.apache.xerces.xs.XSElementDeclaration>XMLSchemaModelUtils.getLocalElementsByType(org.apache.xerces.xs.XSModel model, org.apache.xerces.xs.XSTypeDefinition typeDef, SchemaComponentFilter typeFilter) Returns a list of locally-scoped element declarations whose type definition either matches the given type or derives from it by extension.