Uses of Interface
org.geotools.xml.schema.Group

Packages that use Group
org.geotools.data.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 Overview This package contains information about xml schemas, and processes to create parse and interpret Schema.  
org.geotools.xml.schema Schema Interfaces Overview This package is intended to provide all the necessary interfaces to semantically represent an XML Schema.  
org.geotools.xml.schema.impl   
org.geotools.xml.styling   
org.geotools.xml.wfs   
org.geotools.xml.xLink   
 

Uses of Group in org.geotools.data.wms.xml
 

Methods in org.geotools.data.wms.xml that return Group
 Group[] OGCSchema.getGroups()
           
 Group[] WMSSchema.getGroups()
           
 

Uses of Group in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter that return Group
 Group[] FilterSchema.getGroups()
           
 

Uses of Group in org.geotools.xml.gml
 

Methods in org.geotools.xml.gml that return Group
 Group[] GMLSchema.getGroups()
           
 

Uses of Group in org.geotools.xml.handlers.xsi
 

Classes in org.geotools.xml.handlers.xsi that implement Group
protected static class GroupHandler.DefaultGroup
           
 

Methods in org.geotools.xml.handlers.xsi that return Group
protected  Group SchemaHandler.lookUpGroup(java.lang.String qname)
           convinience method for package
 

Uses of Group in org.geotools.xml.schema
 

Methods in org.geotools.xml.schema that return Group
 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
 class GroupGT
           DOCUMENT ME!
 

Uses of Group in org.geotools.xml.styling
 

Methods in org.geotools.xml.styling that return Group
 Group[] sldSchema.getGroups()
           
 

Uses of Group in org.geotools.xml.wfs
 

Methods in org.geotools.xml.wfs that return Group
 Group[] WFSSchema.getGroups()
           
 

Uses of Group in org.geotools.xml.xLink
 

Methods in org.geotools.xml.xLink that return Group
 Group[] XLinkSchema.getGroups()
           
 



Copyright © GeoTools. All Rights Reserved.