Uses of Interface
org.geotools.xml.schema.AttributeGroup
- 
Packages that use AttributeGroup 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 AttributeGroup in org.geotools.ows.wms.xmlMethods in org.geotools.ows.wms.xml that return AttributeGroup Modifier and Type Method Description AttributeGroup[]OGCSchema. getAttributeGroups()AttributeGroup[]WMSSchema. getAttributeGroups()
- 
Uses of AttributeGroup in org.geotools.xml.filterMethods in org.geotools.xml.filter that return AttributeGroup Modifier and Type Method Description AttributeGroup[]FilterSchema. getAttributeGroups()
- 
Uses of AttributeGroup in org.geotools.xml.gmlMethods in org.geotools.xml.gml that return AttributeGroup Modifier and Type Method Description AttributeGroup[]GMLSchema. getAttributeGroups()
- 
Uses of AttributeGroup in org.geotools.xml.handlers.xsiMethods in org.geotools.xml.handlers.xsi that return AttributeGroup Modifier and Type Method Description protected AttributeGroupAttributeGroupHandler. compress(SchemaHandler parent)Reduces the memory imprint returning a smaller objectprotected AttributeGroupSchemaHandler. lookUpAttributeGroup(String qname)convinience method for the package
- 
Uses of AttributeGroup in org.geotools.xml.schemaMethods in org.geotools.xml.schema that return AttributeGroup Modifier and Type Method Description 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.implClasses in org.geotools.xml.schema.impl that implement AttributeGroup Modifier and Type Class Description classAttributeGroupGT
- 
Uses of AttributeGroup in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return AttributeGroup Modifier and Type Method Description AttributeGroup[]sldSchema. getAttributeGroups()
- 
Uses of AttributeGroup in org.geotools.xml.xLinkClasses in org.geotools.xml.xLink that implement AttributeGroup Modifier and Type Class Description static classXLinkSchema.ArcLinkArcLink represents a ArcLink AttributeGroup in the XLink Schemastatic classXLinkSchema.EmptyLinkEmptyLink represents a EmptyLink AttributeGroup in the XLink Schemastatic classXLinkSchema.ExtendedLinkExtendedLink represents a ExtendedLink AttributeGroup in the XLink Schemastatic classXLinkSchema.LocatorLinkLocatorLink represents a LocatorLink AttributeGroup in the XLink Schemastatic classXLinkSchema.ResourceLinkResourceLink represents a ResourceLink AttributeGroup in the XLink Schemastatic classXLinkSchema.SimpleLinkSimpleLink represents a SimpleLink AttributeGroup in the XLink Schemastatic classXLinkSchema.TitleLinkTitleLink represents a TitleLink AttributeGroup in the XLink Schemaprotected static classXLinkSchema.XLinkAttributeGroupXLinkAttributeGroup purpose.Methods in org.geotools.xml.xLink that return AttributeGroup Modifier and Type Method Description AttributeGroup[]XLinkSchema. getAttributeGroups()static AttributeGroupXLinkSchema.ArcLink. getInstance()Returns the singleton ArcLink instancestatic AttributeGroupXLinkSchema.EmptyLink. getInstance()Returns the singleton EmptyLink instancestatic AttributeGroupXLinkSchema.ExtendedLink. getInstance()Returns the singleton ExtendedLink instancestatic AttributeGroupXLinkSchema.LocatorLink. getInstance()Returns the singleton LocatorLink instancestatic AttributeGroupXLinkSchema.ResourceLink. getInstance()Returns the singleton ResourceLink instancestatic AttributeGroupXLinkSchema.SimpleLink. getInstance()Returns the singleton SimpleLink instancestatic AttributeGroupXLinkSchema.TitleLink. getInstance()Returns the singleton TitleLink instance
 
-