Package 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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final QName
static final QName
static final QName
Fields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDependencies
(Set<XSD> dependencies) Subclass hook to add additional dependencies.protected Schema
Sets up the schema which maps xml schema types to attribute types.static final GTS
Returns the singleton instance.Returns 'http://www.isotc211.org/2005/gts'.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
-
Field Details
-
NAMESPACE
- See Also:
-
TM_PeriodDuration_PropertyType
-
TM_Primitive_PropertyType
-
TM_PeriodDuration
-
-
Method Details
-
getInstance
Returns the singleton instance. -
addDependencies
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
buildTypeSchema
Description copied from class:XSD
Sets up the schema which maps xml schema types to attribute types.- Overrides:
buildTypeSchema
in classXSD
-
getNamespaceURI
Returns 'http://www.isotc211.org/2005/gts'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
Returns the location of 'gts.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-