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.xml
Methods 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.filter
Methods in org.geotools.xml.filter that return AttributeGroup Modifier and Type Method Description AttributeGroup[]
FilterSchema. getAttributeGroups()
-
Uses of AttributeGroup in org.geotools.xml.gml
Methods in org.geotools.xml.gml that return AttributeGroup Modifier and Type Method Description AttributeGroup[]
GMLSchema. getAttributeGroups()
-
Uses of AttributeGroup in org.geotools.xml.handlers.xsi
Methods in org.geotools.xml.handlers.xsi that return AttributeGroup Modifier and Type Method Description protected 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 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.impl
Classes in org.geotools.xml.schema.impl that implement AttributeGroup Modifier and Type Class Description class
AttributeGroupGT
-
Uses of AttributeGroup in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return AttributeGroup Modifier and Type Method Description AttributeGroup[]
sldSchema. getAttributeGroups()
-
Uses of AttributeGroup in org.geotools.xml.xLink
Classes in org.geotools.xml.xLink that implement AttributeGroup Modifier and Type Class Description static class
XLinkSchema.ArcLink
ArcLink represents a ArcLink AttributeGroup in the XLink Schemastatic class
XLinkSchema.EmptyLink
EmptyLink represents a EmptyLink AttributeGroup in the XLink Schemastatic class
XLinkSchema.ExtendedLink
ExtendedLink represents a ExtendedLink AttributeGroup in the XLink Schemastatic class
XLinkSchema.LocatorLink
LocatorLink represents a LocatorLink AttributeGroup in the XLink Schemastatic class
XLinkSchema.ResourceLink
ResourceLink represents a ResourceLink AttributeGroup in the XLink Schemastatic class
XLinkSchema.SimpleLink
SimpleLink represents a SimpleLink AttributeGroup in the XLink Schemastatic class
XLinkSchema.TitleLink
TitleLink represents a TitleLink AttributeGroup in the XLink Schemaprotected static class
XLinkSchema.XLinkAttributeGroup
XLinkAttributeGroup purpose.Methods in org.geotools.xml.xLink that return AttributeGroup Modifier and Type Method Description AttributeGroup[]
XLinkSchema. 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
-