Package org.geotools.gml3.v3_2.gts
Class 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 SummaryFields Modifier and Type Field Description static StringNAMESPACEstatic QNameTM_PeriodDurationstatic QNameTM_PeriodDuration_PropertyTypestatic QNameTM_Primitive_PropertyType- 
Fields inherited from class XSDentityResolver, LOGGER, schema, typeMappingProfile, typeSchema
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddDependencies(Set<XSD> dependencies)Subclass hook to add additional dependencies.protected SchemabuildTypeSchema()Sets up the schema which maps xml schema types to attribute types.static GTSgetInstance()Returns the singleton instance.StringgetNamespaceURI()Returns 'http://www.isotc211.org/2005/gts'.StringgetSchemaLocation()Returns the location of 'gts.xsd.'.- 
Methods inherited from class GML.DelegatingXSDbuildSchema
 - 
Methods inherited from class XSDallDependencies, buildTypeMappingProfile, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
 
- 
 
- 
- 
- 
Field Detail- 
NAMESPACEpublic static final String NAMESPACE - See Also:
- Constant Field Values
 
 - 
TM_PeriodDuration_PropertyTypepublic static final QName TM_PeriodDuration_PropertyType 
 - 
TM_Primitive_PropertyTypepublic static final QName TM_Primitive_PropertyType 
 - 
TM_PeriodDurationpublic static final QName TM_PeriodDuration 
 
- 
 - 
Method Detail- 
getInstancepublic static final GTS getInstance() Returns the singleton instance.
 - 
addDependenciesprotected void addDependencies(Set<XSD> dependencies) Description copied from class:XSDSubclass hook to add additional dependencies.- Overrides:
- addDependenciesin class- XSD
 
 - 
buildTypeSchemaprotected Schema buildTypeSchema() Description copied from class:XSDSets up the schema which maps xml schema types to attribute types.- Overrides:
- buildTypeSchemain class- XSD
 
 - 
getNamespaceURIpublic String getNamespaceURI() Returns 'http://www.isotc211.org/2005/gts'.- Specified by:
- getNamespaceURIin class- XSD
 
 - 
getSchemaLocationpublic String getSchemaLocation() Returns the location of 'gts.xsd.'.- Specified by:
- getSchemaLocationin class- XSD
 
 
- 
 
-