org.geotools.gml3.v3_2.gts
Class GTS

java.lang.Object
  extended by org.geotools.xml.XSD
      extended by org.geotools.gml3.v3_2.StubbedGMLXSD
          extended by org.geotools.gml3.v3_2.gts.GTS

public final class GTS
extends StubbedGMLXSD

This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gts schema.


Field Summary
static java.lang.String NAMESPACE
           
static javax.xml.namespace.QName TM_PeriodDuration
           
static javax.xml.namespace.QName TM_PeriodDuration_PropertyType
           
static javax.xml.namespace.QName TM_Primitive_PropertyType
           
 
Fields inherited from class org.geotools.xml.XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
protected  void addDependencies(java.util.Set dependencies)
          Subclass hook to add additional dependencies.
static GTS getInstance()
          Returns the singleton instance.
 java.lang.String getNamespaceURI()
          Returns 'http://www.isotc211.org/2005/gts'.
 java.lang.String getSchemaLocation()
          Returns the location of 'gts.xsd.'.
 
Methods inherited from class org.geotools.gml3.v3_2.StubbedGMLXSD
createSchemaLocationResolver, loadSchema
 
Methods inherited from class org.geotools.xml.XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocator, equals, getAllDependencies, getDependencies, getSchema, getTypeMappingProfile, getTypeSchema, hashCode, name, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

TM_PeriodDuration_PropertyType

public static final javax.xml.namespace.QName TM_PeriodDuration_PropertyType

TM_Primitive_PropertyType

public static final javax.xml.namespace.QName TM_Primitive_PropertyType

TM_PeriodDuration

public static final javax.xml.namespace.QName TM_PeriodDuration
Method Detail

getInstance

public static final GTS getInstance()
Returns the singleton instance.


addDependencies

protected void addDependencies(java.util.Set dependencies)
Description copied from class: XSD
Subclass hook to add additional dependencies.

Overrides:
addDependencies in class XSD

getNamespaceURI

public java.lang.String getNamespaceURI()
Returns 'http://www.isotc211.org/2005/gts'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

public java.lang.String getSchemaLocation()
Returns the location of 'gts.xsd.'.

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2010 Geotools. All Rights Reserved.