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

Packages that use AttributeGroup
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 AttributeGroup in org.geotools.data.wms.xml
 

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

Uses of AttributeGroup in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter that return AttributeGroup
 AttributeGroup[] FilterSchema.getAttributeGroups()
           
 

Uses of AttributeGroup in org.geotools.xml.gml
 

Methods in org.geotools.xml.gml that return AttributeGroup
 AttributeGroup[] GMLSchema.getAttributeGroups()
           
 

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

Methods in org.geotools.xml.handlers.xsi that return AttributeGroup
protected  AttributeGroup AttributeGroupHandler.compress(SchemaHandler parent)
           Reduces the memory imprint returning a smaller object
protected  AttributeGroup SchemaHandler.lookUpAttributeGroup(java.lang.String qname)
           convinience method for the package
 

Uses of AttributeGroup in org.geotools.xml.schema
 

Methods in org.geotools.xml.schema that return AttributeGroup
 AttributeGroup[] Schema.getAttributeGroups()
           This method is intended to provide a list of public AttributeGroups defined by this Schema.
 

Uses of AttributeGroup in org.geotools.xml.schema.impl
 

Classes in org.geotools.xml.schema.impl that implement AttributeGroup
 class AttributeGroupGT
           DOCUMENT ME!
 

Uses of AttributeGroup in org.geotools.xml.styling
 

Methods in org.geotools.xml.styling that return AttributeGroup
 AttributeGroup[] sldSchema.getAttributeGroups()
           
 

Uses of AttributeGroup in org.geotools.xml.wfs
 

Methods in org.geotools.xml.wfs that return AttributeGroup
 AttributeGroup[] WFSSchema.getAttributeGroups()
           
 

Uses of AttributeGroup in org.geotools.xml.xLink
 

Classes in org.geotools.xml.xLink that implement AttributeGroup
static class XLinkSchema.ArcLink
          ArcLink represents a ArcLink AttributeGroup in the XLink Schema
static class XLinkSchema.EmptyLink
          EmptyLink represents a EmptyLink AttributeGroup in the XLink Schema
static class XLinkSchema.ExtendedLink
          ExtendedLink represents a ExtendedLink AttributeGroup in the XLink Schema
static class XLinkSchema.LocatorLink
          LocatorLink represents a LocatorLink AttributeGroup in the XLink Schema
static class XLinkSchema.ResourceLink
          ResourceLink represents a ResourceLink AttributeGroup in the XLink Schema
static class XLinkSchema.SimpleLink
          SimpleLink represents a SimpleLink AttributeGroup in the XLink Schema
static class XLinkSchema.TitleLink
          TitleLink represents a TitleLink AttributeGroup in the XLink Schema
protected static class XLinkSchema.XLinkAttributeGroup
          XLinkAttributeGroup purpose.
 

Methods in org.geotools.xml.xLink that return AttributeGroup
 AttributeGroup[] XLinkSchema.getAttributeGroups()
           
static AttributeGroup XLinkSchema.SimpleLink.getInstance()
          Returns the singleton SimpleLink instance
static AttributeGroup XLinkSchema.ExtendedLink.getInstance()
          Returns the singleton ExtendedLink instance
static AttributeGroup XLinkSchema.LocatorLink.getInstance()
          Returns the singleton LocatorLink instance
static AttributeGroup XLinkSchema.ArcLink.getInstance()
          Returns the singleton ArcLink instance
static AttributeGroup XLinkSchema.ResourceLink.getInstance()
          Returns the singleton ResourceLink instance
static AttributeGroup XLinkSchema.TitleLink.getInstance()
          Returns the singleton TitleLink instance
static AttributeGroup XLinkSchema.EmptyLink.getInstance()
          Returns the singleton EmptyLink instance
 



Copyright © GeoTools. All Rights Reserved.