org.geotools.gml3.v3_2.gts
Class GTS

Object
  extended by XSD
      extended by GML.DelegatingXSD
          extended by GTS

public final class GTS
extends GML.DelegatingXSD

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 String NAMESPACE
           
static QName TM_PeriodDuration
           
static QName TM_PeriodDuration_PropertyType
           
static QName TM_Primitive_PropertyType
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
protected  Schema buildTypeSchema()
          Sets up the schema which maps xml schema types to attribute types.
static GTS getInstance()
          Returns the singleton instance.
 String getNamespaceURI()
          Returns 'http://www.isotc211.org/2005/gts'.
 String getSchemaLocation()
          Returns the location of 'gts.xsd.'.
 
Methods inherited from class GML.DelegatingXSD
buildSchema
 
Methods inherited from class XSD
allDependencies, buildTypeMappingProfile, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

TM_PeriodDuration_PropertyType

public static final QName TM_PeriodDuration_PropertyType

TM_Primitive_PropertyType

public static final QName TM_Primitive_PropertyType

TM_PeriodDuration

public static final QName TM_PeriodDuration
Method Detail

getInstance

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


addDependencies

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

Overrides:
addDependencies in class XSD

buildTypeSchema

protected Schema buildTypeSchema()
Description copied from class: XSD
Sets up the schema which maps xml schema types to attribute types.

Overrides:
buildTypeSchema in class XSD

getNamespaceURI

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

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

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

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2014 Geotools. All Rights Reserved.