Uses of Interface
org.geotools.xml.schema.Facet
- 
Packages that use Facet Package Description org.geotools.ows.wms.xml org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.org.geotools.xml.schema Schema Interfacesorg.geotools.xml.schema.impl org.geotools.xml.xsi 
- 
- 
Uses of Facet in org.geotools.ows.wms.xmlConstructors in org.geotools.ows.wms.xml with parameters of type Facet Constructor Description ogcSimpleType(String name, int type, SimpleType[] parents, Facet[] facets)
- 
Uses of Facet in org.geotools.xml.filterMethods in org.geotools.xml.filter that return Facet Modifier and Type Method Description Facet[]FilterComplexTypes.SortOrderType. getFacets()TODO summary sentence for getFacets ...
- 
Uses of Facet in org.geotools.xml.schemaMethods in org.geotools.xml.schema that return Facet Modifier and Type Method Description Facet[]SimpleType. getFacets()The list of facets for this Restriction ...
- 
Uses of Facet in org.geotools.xml.schema.implClasses in org.geotools.xml.schema.impl that implement Facet Modifier and Type Class Description classFacetGTMethods in org.geotools.xml.schema.impl that return Facet Modifier and Type Method Description Facet[]SimpleTypeGT. getFacets()Constructors in org.geotools.xml.schema.impl with parameters of type Facet Constructor Description SimpleTypeGT(String id, String name, URI namespace, int type, SimpleType[] parents, Facet[] constraints, int finaL)Creates a new SimpleTypeGT object.
- 
Uses of Facet in org.geotools.xml.xsiMethods in org.geotools.xml.xsi that return Facet Modifier and Type Method Description Facet[]XSISimpleTypes.XSISimpleType. getFacets()
 
-