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 AttributeGroup
AttributeGroupHandler.compress
(SchemaHandler parent) Reduces the memory imprint returning a smaller objectprotected AttributeGroup
SchemaHandler.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 class
ArcLink represents a ArcLink AttributeGroup in the XLink Schemastatic class
EmptyLink represents a EmptyLink AttributeGroup in the XLink Schemastatic class
ExtendedLink represents a ExtendedLink AttributeGroup in the XLink Schemastatic class
LocatorLink represents a LocatorLink AttributeGroup in the XLink Schemastatic class
ResourceLink represents a ResourceLink AttributeGroup in the XLink Schemastatic class
SimpleLink represents a SimpleLink AttributeGroup in the XLink Schemastatic class
TitleLink represents a TitleLink AttributeGroup in the XLink Schemaprotected static class
XLinkAttributeGroup purpose.Methods in org.geotools.xml.xLink that return AttributeGroupModifier and TypeMethodDescriptionXLinkSchema.getAttributeGroups()
static AttributeGroup
XLinkSchema.ArcLink.getInstance()
Returns the singleton ArcLink instancestatic AttributeGroup
XLinkSchema.EmptyLink.getInstance()
Returns the singleton EmptyLink instancestatic AttributeGroup
XLinkSchema.ExtendedLink.getInstance()
Returns the singleton ExtendedLink instancestatic AttributeGroup
XLinkSchema.LocatorLink.getInstance()
Returns the singleton LocatorLink instancestatic AttributeGroup
XLinkSchema.ResourceLink.getInstance()
Returns the singleton ResourceLink instancestatic AttributeGroup
XLinkSchema.SimpleLink.getInstance()
Returns the singleton SimpleLink instancestatic AttributeGroup
XLinkSchema.TitleLink.getInstance()
Returns the singleton TitleLink instance