Uses of Interface
org.geotools.xml.schema.AttributeGroup
Packages that use AttributeGroup
Package
Description
The package name does not map the prefix name because we feel that this
is a better representation.
Overview
Schema Interfaces
-
Uses of AttributeGroup in org.geotools.ows.wms.xml
Methods in org.geotools.ows.wms.xml that return AttributeGroup -
Uses of AttributeGroup in org.geotools.xml.filter
Methods in org.geotools.xml.filter that return AttributeGroup -
Uses of AttributeGroup in org.geotools.xml.gml
Methods in org.geotools.xml.gml that return AttributeGroup -
Uses of AttributeGroup in org.geotools.xml.handlers.xsi
Methods in org.geotools.xml.handlers.xsi that return AttributeGroupModifier and TypeMethodDescriptionprotected 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.schema
Methods in org.geotools.xml.schema that return AttributeGroupModifier and TypeMethodDescriptionSchema.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 -
Uses of AttributeGroup in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return AttributeGroup -
Uses of AttributeGroup in org.geotools.xml.xLink
Classes in org.geotools.xml.xLink that implement AttributeGroupModifier and TypeClassDescriptionstatic classArcLink represents a ArcLink AttributeGroup in the XLink Schemastatic classEmptyLink represents a EmptyLink AttributeGroup in the XLink Schemastatic classExtendedLink represents a ExtendedLink AttributeGroup in the XLink Schemastatic classLocatorLink represents a LocatorLink AttributeGroup in the XLink Schemastatic classResourceLink represents a ResourceLink AttributeGroup in the XLink Schemastatic classSimpleLink represents a SimpleLink AttributeGroup in the XLink Schemastatic classTitleLink represents a TitleLink AttributeGroup in the XLink Schemaprotected static classXLinkAttributeGroup purpose.Methods in org.geotools.xml.xLink that return AttributeGroupModifier and TypeMethodDescriptionXLinkSchema.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