Uses of Interface
org.geotools.xml.schema.Group
-
Packages that use Group 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.gml org.geotools.xml.handlers.xsi Overvieworg.geotools.xml.schema Schema Interfacesorg.geotools.xml.schema.impl org.geotools.xml.styling org.geotools.xml.xLink -
-
Uses of Group in org.geotools.ows.wms.xml
Methods in org.geotools.ows.wms.xml that return Group Modifier and Type Method Description Group[]
OGCSchema. getGroups()
Group[]
WMSSchema. getGroups()
-
Uses of Group in org.geotools.xml.filter
Methods in org.geotools.xml.filter that return Group Modifier and Type Method Description Group[]
FilterSchema. getGroups()
-
Uses of Group in org.geotools.xml.gml
Methods in org.geotools.xml.gml that return Group Modifier and Type Method Description Group[]
GMLSchema. getGroups()
-
Uses of Group in org.geotools.xml.handlers.xsi
Classes in org.geotools.xml.handlers.xsi that implement Group Modifier and Type Class Description protected static class
GroupHandler.DefaultGroup
Methods in org.geotools.xml.handlers.xsi that return Group Modifier and Type Method Description protected Group
SchemaHandler. lookUpGroup(String qname)
convinience method for package -
Uses of Group in org.geotools.xml.schema
Methods in org.geotools.xml.schema that return Group Modifier and Type Method Description Group[]
Schema. getGroups()
This method is intended to provide a list of public Groups defined by this Schema. -
Uses of Group in org.geotools.xml.schema.impl
Classes in org.geotools.xml.schema.impl that implement Group Modifier and Type Class Description class
GroupGT
-
Uses of Group in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Group Modifier and Type Method Description Group[]
sldSchema. getGroups()
-
Uses of Group in org.geotools.xml.xLink
Methods in org.geotools.xml.xLink that return Group Modifier and Type Method Description Group[]
XLinkSchema. getGroups()
-