org.geotools.gml3.v3_2.gss
Class GSS

Object
  extended by XSD
      extended by StubbedGMLXSD
          extended by GSS

public final class GSS
extends StubbedGMLXSD

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

Module:
modules/extension/xsd-gml3 (gt-xsd-gml3.jar)

Field Summary
static QName GM_Object_PropertyType
           
static QName GM_Point_PropertyType
           
static String NAMESPACE
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
static GSS getInstance()
          Returns the singleton instance.
 String getNamespaceURI()
          Returns 'http://www.isotc211.org/2005/gss'.
 String getSchemaLocation()
          Returns the location of 'gss.xsd.'.
 
Methods inherited from class StubbedGMLXSD
createSchemaLocationResolver, loadSchema
 
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocator, equals, getAllDependencies, getDependencies, getSchema, getTypeMappingProfile, getTypeSchema, hashCode, name, 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

GM_Object_PropertyType

public static final QName GM_Object_PropertyType

GM_Point_PropertyType

public static final QName GM_Point_PropertyType
Method Detail

getInstance

public static final GSS 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

getNamespaceURI

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

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

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

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2010 Geotools. All Rights Reserved.