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.xml
Constructors 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.filter
Methods 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.schema
Methods 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.impl
Classes in org.geotools.xml.schema.impl that implement Facet Modifier and Type Class Description class
FacetGT
Methods 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.xsi
Methods in org.geotools.xml.xsi that return Facet Modifier and Type Method Description Facet[]
XSISimpleTypes.XSISimpleType. getFacets()
-