Uses of Class
org.geotools.xml.XSD

Packages that use XSD
org.geotools.filter.v1_1   
org.geotools.gml2   
org.geotools.gml3   
org.geotools.gml3.smil   
org.geotools.gml3.v3_2   
org.geotools.gml3.v3_2.gco   
org.geotools.gml3.v3_2.gmd   
org.geotools.gml3.v3_2.gmx   
org.geotools.gml3.v3_2.gsr   
org.geotools.gml3.v3_2.gss   
org.geotools.gml3.v3_2.gts   
org.geotools.kml   
org.geotools.ows A placeholder for data objects common to OWS code, such as WMS, WFS, etc. 
org.geotools.sld.bindings   
org.geotools.wfs   
org.geotools.wps   
org.geotools.xlink   
org.geotools.xml Package supporting XML parsing with a focus on GML. 
org.geotools.xs Captures initial mapping of XML Simple Types to Java Objects. 
 

Uses of XSD in org.geotools.filter.v1_1
 

Subclasses of XSD in org.geotools.filter.v1_1
 class OGC
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/ogc schema.
 

Uses of XSD in org.geotools.gml2
 

Subclasses of XSD in org.geotools.gml2
 class GML
          This interface contains the qualified names of all the types in the http://www.opengis.net/gml schema.
 

Uses of XSD in org.geotools.gml3
 

Subclasses of XSD in org.geotools.gml3
 class ApplicationSchemaXSD
          XSD instance for an application schema.
 

Uses of XSD in org.geotools.gml3.smil
 

Subclasses of XSD in org.geotools.gml3.smil
 class SMIL20
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/2001/SMIL20/ schema.
 class SMIL20LANG
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/2001/SMIL20/Language schema.
 class XMLMOD
           
 

Uses of XSD in org.geotools.gml3.v3_2
 

Subclasses of XSD in org.geotools.gml3.v3_2
 class StubbedGMLXSD
          This is a base class which hacks around the circular dependency in the gml 3.2 schema.
 

Methods in org.geotools.gml3.v3_2 with parameters of type XSD
protected static void StubbedGMLXSD.loadSchema(XSD _this)
           
 

Uses of XSD in org.geotools.gml3.v3_2.gco
 

Subclasses of XSD in org.geotools.gml3.v3_2.gco
 class GCO
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gco schema.
 

Uses of XSD in org.geotools.gml3.v3_2.gmd
 

Subclasses of XSD in org.geotools.gml3.v3_2.gmd
 class GMD
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gmd schema.
 

Uses of XSD in org.geotools.gml3.v3_2.gmx
 

Subclasses of XSD in org.geotools.gml3.v3_2.gmx
 class GMX
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gmx schema.
 

Uses of XSD in org.geotools.gml3.v3_2.gsr
 

Subclasses of XSD in org.geotools.gml3.v3_2.gsr
 class GSR
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gsr schema.
 

Uses of XSD in org.geotools.gml3.v3_2.gss
 

Subclasses of XSD in org.geotools.gml3.v3_2.gss
 class GSS
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gss schema.
 

Uses of XSD in org.geotools.gml3.v3_2.gts
 

Subclasses of XSD in org.geotools.gml3.v3_2.gts
 class GTS
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gts schema.
 

Uses of XSD in org.geotools.kml
 

Subclasses of XSD in org.geotools.kml
 class KML
          This interface contains the qualified names of all the types,elements, and attributes in the http://earth.google.com/kml/2.1 schema.
 

Uses of XSD in org.geotools.ows
 

Subclasses of XSD in org.geotools.ows
 class OWS
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/ows schema.
 

Uses of XSD in org.geotools.sld.bindings
 

Subclasses of XSD in org.geotools.sld.bindings
 class SLD
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/sld schema.
 

Uses of XSD in org.geotools.wfs
 

Subclasses of XSD in org.geotools.wfs
 class WFS
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/wfs for the http://schemas.opengis.net/wfs/1.1.0/wfs.xsd schema.
 

Uses of XSD in org.geotools.wps
 

Subclasses of XSD in org.geotools.wps
 class WPS
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/wps/1.0.0 schema.
 

Uses of XSD in org.geotools.xlink
 

Subclasses of XSD in org.geotools.xlink
 class XLINK
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/1999/xlink schema.
 

Uses of XSD in org.geotools.xml
 

Subclasses of XSD in org.geotools.xml
 class AppSchemaXSD
          XSD that uses AppSchemaResolver to locate schema resources in a catalog, on the classpath, or in a cache.
 class XML
          This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/XML/1998/namespace schema.
 

Fields in org.geotools.xml declared as XSD
protected  XSD SchemaLocator.xsd
          The xsd instance.
protected  XSD SchemaLocationResolver.xsd
          the xsd instance
 

Methods in org.geotools.xml that return XSD
 XSD Configuration.getXSD()
          The XSD instance representing the schema for which the schema works against.
 

Methods in org.geotools.xml that return types with arguments of type XSD
 java.util.List<XSD> XSD.getAllDependencies()
          Returns all dependencies , direct and transitive that this xsd depends on.
 java.util.Set<XSD> XSD.getDependencies()
          The dependencies of this schema.
 

Constructors in org.geotools.xml with parameters of type XSD
Configuration(XSD xsd)
          Creates a new configuration.
SchemaLocationResolver(XSD xsd)
          Creates the new schema location resolver.
SchemaLocationResolver(XSD xsd, java.lang.String... lookupDirectories)
          Creates the new schema location resolver specifying additional directories to locate schema files in.
SchemaLocator(XSD xsd)
          Creates a new instance of the schema locator.
 

Uses of XSD in org.geotools.xs
 

Subclasses of XSD in org.geotools.xs
 class XS
          This interface contains the qualified names of all the types in the http://www.w3.org/2001/XMLSchema schema.
 

Methods in org.geotools.xs that return XSD
static XSD XS.getInstance()
          The singleton instance.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.